Just checking our site before upgrading to 11.03 - getting errors on our product layout where I have been using the following condtion
<actinic:variable name="AttributeList" /> != "" OR <actinic:variable name="ComponentList" /> != ""
This is for a conditional to display an options tab on those products which have Atrribs or Comps, and not display the tab when they don't.
It has been working on 11.02.
Does anyyone else do this, or is there a different way I can check for this?
Edit: I can get around this my performing the check and writing the html with php but its a bit messy and not easy to amend.
<actinic:variable name="AttributeList" /> != "" OR <actinic:variable name="ComponentList" /> != ""
This is for a conditional to display an options tab on those products which have Atrribs or Comps, and not display the tab when they don't.
It has been working on 11.02.
Does anyyone else do this, or is there a different way I can check for this?
Edit: I can get around this my performing the check and writing the html with php but its a bit messy and not easy to amend.
Comment