Does anyone know how do hide some content in the outer layout, only on a product page? I am using the final single product page method.
I know I can use the following to display some content in the outer layout on a product page only, but I'm getting confused with trying to reverse the logic:
<actinic:block type="ProductList">
Testing
</actinic:block>
I can't use the PageType == "Section" method as I don't want my content to be displayed on any section pages.
Norman suggested the following, but I don't understand how to implement it:
"Set a PHP variable outside the block.
Set it to a different value within the block.
Use PHP to test said variable after the block and output code conditionally."
Site as is: http://www.pixelcreation.co.uk/ie-store/
I know I can use the following to display some content in the outer layout on a product page only, but I'm getting confused with trying to reverse the logic:
<actinic:block type="ProductList">
Testing
</actinic:block>
I can't use the PageType == "Section" method as I don't want my content to be displayed on any section pages.
Norman suggested the following, but I don't understand how to implement it:
"Set a PHP variable outside the block.
Set it to a different value within the block.
Use PHP to test said variable after the block and output code conditionally."
Site as is: http://www.pixelcreation.co.uk/ie-store/
Comment