X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   free delivery text (https://forum.x-cart.com/showthread.php?t=21675)

bedstar 05-10-2006 08:36 AM

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

balinor 05-10-2006 09:35 AM

Is this a custom mod you have added?

bedstar 05-11-2006 04:32 AM

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

balinor 05-11-2006 04:35 AM

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.