I am trying to show only the PRODUCTNAME if the product has an attribute and choice, but if there isn't an attribute and choice I want to show the PRODUCTREFERENCE as well as the PRODUCTNAME
I have tried a block if on ATTRIBUTENAME etc but the page tells me I have coding errors. I cannot see the coding errors which is frustrating.
Can someone please help with which variable should be in the block?
<h2 class="yellowTX">
<a name="<Actinic:Variable Name="EncodedProductAnchor"/>"></a>
<Actinic:Variable Name="ProductName"/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22AttributeName%22%20%2f%3e%20%3d%3d%20%22%22">
- <actinic:variable name="ProductReference" />
</actinic:block>
</h2>
Cheers
Gilbo
I have tried a block if on ATTRIBUTENAME etc but the page tells me I have coding errors. I cannot see the coding errors which is frustrating.
Can someone please help with which variable should be in the block?
<h2 class="yellowTX">
<a name="<Actinic:Variable Name="EncodedProductAnchor"/>"></a>
<Actinic:Variable Name="ProductName"/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22AttributeName%22%20%2f%3e%20%3d%3d%20%22%22">
- <actinic:variable name="ProductReference" />
</actinic:block>
</h2>
Cheers
Gilbo
Comment