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)
-   -   If price is >150 then show this picture ? (https://forum.x-cart.com/showthread.php?t=4868)

iCARus 10-21-2003 07:11 AM

If price is >150 then show this picture ?
 
Hello,

i'd like to show on featured product image about free shipping if price is higer that $150.
How i do that ?


Thanks,
iCARus

jeeya 10-21-2003 02:18 PM

.
 
Take a Look at Following Forum:
http://forum.x-cart.com/viewtopic.php?t=5799


It will display free shipping image on products which have free shipping.

I think if your product costs over $150.00 than You can just set free shipping directly in product modify section.

and free shipping image will display. You probably will have to modify something to also display it on featured products.

funkydunk 10-21-2003 02:51 PM

you almost had the code in your question :)

{if $products[product].price > 150}
then show this picture
{/if}

to go in the product list page

or
{if $product.price > 150}
then show this picture
{/if}

for the detail page

hth


All times are GMT -8. The time now is 01:52 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.