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)
-   -   Displaying number of items left when product quantity reaches certain level (https://forum.x-cart.com/showthread.php?t=50072)

cflsystems 01-18-2010 03:03 AM

Re: Displaying number of items left when product quantity reaches certain level
 
You have to put an if statement in the product.tpl and products list pages something like
{if $product.avail eq 5}
do this
{elseif $product.avail eq 1}
do this
{/if}
but also have to account for variants

Can't give you exact code without looking at your files

Learner 01-18-2010 03:18 AM

Re: Displaying number of items left when product quantity reaches certain level
 
How to display on products page before buy now button?


All times are GMT -8. The time now is 03:36 AM.

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