Hi,
I am trying to get a certain section of code to be visible on all pages except the product pages.
I tried the condition below (expecting to see it on product pages but no other pages) and it still appeared on all pages.
After trying quite a few conditions I'm at a loss. Can anyone give me some advice on this one?
Cheers
I am trying to get a certain section of code to be visible on all pages except the product pages.
I tried the condition below (expecting to see it on product pages but no other pages) and it still appeared on all pages.
HTML Code:
<actinic:variable name="IsProductVisible" />
Cheers
Comment