I have section pages with mutiple products on in a tight lined format. I can't use the standard related products functionality because it will only work in the product layout and would interfer with the format of the products.
I want to therefore make my own related products on each section page that can be manually set up. I have created variables at section level that will contain product IDs. At the bottom of the section layout I want to add information about the products that were referenced.
I need to 'transform' the product ID set in the variable into a link as well as be able to use that referenced product's image.
I'm trying to use a product list and then some php to test the products in the list for the product that has a product ID match an then use the relevant information for it.
I can't seem to get my brain in gear today - can anyone suggest a method of achieving this?
I want to therefore make my own related products on each section page that can be manually set up. I have created variables at section level that will contain product IDs. At the bottom of the section layout I want to add information about the products that were referenced.
I need to 'transform' the product ID set in the variable into a link as well as be able to use that referenced product's image.
I'm trying to use a product list and then some php to test the products in the list for the product that has a product ID match an then use the relevant information for it.
I can't seem to get my brain in gear today - can anyone suggest a method of achieving this?
Comment