I am amending a product template.
Currently have a 2 column table which contains, Price, Quantity
Some products have component based pricing, therefore no price is shown and therefore in these products col 1 is empty.
What I'd like to be able to do is, if the price is not shown move the quantity to col 1.
Thought could do this with block if statement saying
if PriceIsEnabled == false
but this doesnt seem to be working.
Is there some other condition should be testing for instead of PriceIsEnabled, or am I barking (answers on postcard please ) up the wrong tree?
Thanks
Kathy
Currently have a 2 column table which contains, Price, Quantity
Some products have component based pricing, therefore no price is shown and therefore in these products col 1 is empty.
What I'd like to be able to do is, if the price is not shown move the quantity to col 1.
Thought could do this with block if statement saying
if PriceIsEnabled == false
but this doesnt seem to be working.
Is there some other condition should be testing for instead of PriceIsEnabled, or am I barking (answers on postcard please ) up the wrong tree?
Thanks
Kathy
Comment