![]() |
free delivery text
Hi i have added this to my site to display the text Free Delivery if the price is over бё499
{if $product.price gt 499.00}Б─╒ Free delivery on this item {/if} I would also like to include this text if the free delivery option on the admin side has been set to yes could someone let me know what code i would also need to include. Regards john bedstar.co.uk Version 3.X |
Is this a custom mod you have added?
|
well sort of yes i just want to display a picee of text if certain statemnts are true i belive its something like the following
{if $product.price gt 499.00}Б─╒ Free delivery on this item{else if $product.free_shipping eq Y }Б─╒ Free delivery on this item {/if} my PHP is only beginner level so im not quite sure could someone clarify for me. Regards John xcart 3 x |
You are close, this should work:
{if $product.price gt 499.00}Б─╒ Free delivery on this item{elseif $product.free_shipping eq Y }Б─╒ Free delivery on this item {/if} |
All times are GMT -8. The time now is 12:32 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.