I want to put "Free Delivery" next to every price that is over £5 on my site. How do I do it? Can I just add code so that it can automatically display site wide with the exception of items under £5. I don't want anything next to prices less than this. Thanks
Announcement
Collapse
No announcement yet.
Additional text with conditions next to price
Collapse
X
-
Assuming that your products have a basic price then:
Code:<actinic:block if="%3cactinic%3avariable%20name%3d%22ProductPriceRaw%22%20%2f%3e%20%3e%205"> Free Delivery</actinic:block>
If you have products that have a less than £5 price and the total price depends on customer selected options then it's going to be more complex.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment