I have a layout which uses very specific CSS depending if it's a category (section) list or if it's product list (as I'm using single product pages).
I know I can use the following code to only insert something if it's a Product List, but I want to test and display something if it isn't a Product List. Can't seem to get that working.
Any ideas?
I know I can use the following code to only insert something if it's a Product List, but I want to test and display something if it isn't a Product List. Can't seem to get that working.
Any ideas?
Code:
<actinic:block type="ProductList" >
Comment