Hi,
I'm wondering if there is a variable i can test against for the new separate product page layouts within v11. I used to be able to test against the variable:
So on a section with a child product it would come back true. This was great, however with the new seperate product page layout this comes back true when the products below are in terms of my layout just section links (i.e you click them to go through to the actual product page)
So in my layout I have some products with seperate pages and some using the old method of placing every product within a seperate section. Therefore I want to be able to test if any of the products within a section are actually going to result in a product page, i.e report false if they are products utilising the seperate product page layout.
Guy
I'm wondering if there is a variable i can test against for the new separate product page layouts within v11. I used to be able to test against the variable:
Code:
<actinic:variable name="SectionHasVisibleProduct" />
So in my layout I have some products with seperate pages and some using the old method of placing every product within a seperate section. Therefore I want to be able to test if any of the products within a section are actually going to result in a product page, i.e report false if they are products utilising the seperate product page layout.
Guy
Comment