![]() |
Stock icons
Is there a mod outthere that makes it possible to show low/medium/normal stock icons depending on the amount in stock?
Or something simular: stock: low / in stock Or something like that? |
Re: Stock icons
it probably depends on how you want to define low/med/normal etc,
basically, where your template currently displays the number in stock, you need to change it to an if statement along the lines of if the qty is less than x, do this etc depending on your product range, the levels(s) that trigger the different icons etc might be the same for all, or you might need to define the levels for each product. You could do that with extra fields in your product, and then test against those extra fields. It probably wouldn't be a big mod, hth |
Re: Stock icons
Quote:
Wouldn't think so too, must be around in some form I hope :) |
Re: Stock icons
We would also like such a mod if available
|
Re: Stock icons
skin1/customer/main/product.tpl
Code:
{if $product.avail eq "0"} |
All times are GMT -8. The time now is 06:04 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.