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)
-   -   Limited Quantites Msg. (https://forum.x-cart.com/showthread.php?t=16016)

Debra 08-18-2005 10:12 AM

Limited Quantites Msg.
 
I am sorry if this has already been posted before...can't seem to find anything with the search...I want a way to have a 'limited quantites available' message when there is less than 10 of an item where the 'out of stock' message is displayed now. Thanks!!

balinor 08-18-2005 10:24 AM

In product.tpl, try this where you want the message to display:

Code:

{if $product.avail lt 10}Limited Quantities Available{/if}

Debra 08-18-2005 10:33 AM

Thanks, it does work, but if the quantity is out of stock it still displays too...what else would I need to do?

balinor 08-18-2005 10:39 AM

Code:

{if $product.avail lt 10 and $product.avail gt 0}Limited Quantities Available{/if}

Debra 08-18-2005 10:41 AM

Thanks, exactly what I needed, works great!

MythNReality 08-20-2005 10:53 PM

Quote:

Originally Posted by balinor
In product.tpl, try this where you want the message to display:

Code:

{if $product.avail lt 10}Limited Quantities Available{/if}


Thanks Balinor, just added this. It's magic http://www.petadorn.com/store/product.php?productid=16149&cat=103&page=1


All times are GMT -8. The time now is 05:30 AM.

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