![]() |
I tried this and it works fine...but if you have product options, then the instock quantity displays the number. I found the source of this --> Modules --> Product_Options --> check_options.tpl. Anybody know how to fix the javascript so it displays a txt_message such as "In Stock" instead of the quantity available?
|
I ran into the same problem, for others who want this the work; there is just a minor extra modification needed:
Change this Code:
{if $config.Appearance.show_in_stock eq "Y" and $config.General.unlimited_products ne "Y" and $product.distribution eq ""} to: Code:
{if $config.Appearance.show_in_stock eq "Y" and $config.General.unlimited_products ne "Y" and $product.distribution eq ""} That should do it |
When i used that mod all it did was just show In Stock even if it was out of stock??
|
All times are GMT -8. The time now is 01:08 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.