Hi.
I have a custom variable IsPricinjgShown (PriceEnabled Tick Box is not controllable from csv import! Ugh!)
If my Variable is True it should display the Prices.
If my variable is False, I want it to show the Actinic Vartable ProductPriceNotEnabledMessage.
However, when the Variable is False, it shows both the ProductPriceNotEnabledMessage & the Pricing!
Can't fathom out why...
Ian<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPricingShown%22%20%2f%3e%20%3d%3d%20%22False%22" >
<actinic:variable name="ProductPriceNotEnabledMessage" />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPricingShown%22%20%2f%3e" >
<actinic:variable name="PriceLayout" />
</actinic:block>
Thanks... anyone....
Ian
I have a custom variable IsPricinjgShown (PriceEnabled Tick Box is not controllable from csv import! Ugh!)
If my Variable is True it should display the Prices.
If my variable is False, I want it to show the Actinic Vartable ProductPriceNotEnabledMessage.
However, when the Variable is False, it shows both the ProductPriceNotEnabledMessage & the Pricing!
Can't fathom out why...
Ian<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPricingShown%22%20%2f%3e%20%3d%3d%20%22False%22" >
<actinic:variable name="ProductPriceNotEnabledMessage" />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPricingShown%22%20%2f%3e" >
<actinic:variable name="PriceLayout" />
</actinic:block>
Thanks... anyone....
Ian
Comment