![]() |
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!!
|
In product.tpl, try this where you want the message to display:
Code:
{if $product.avail lt 10}Limited Quantities Available{/if} |
Thanks, it does work, but if the quantity is out of stock it still displays too...what else would I need to do?
|
Code:
{if $product.avail lt 10 and $product.avail gt 0}Limited Quantities Available{/if} |
Thanks, exactly what I needed, works great!
|
Quote:
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.