Jump to content

Product "Out Of Stock" Availablity message disappeared :(


Recommended Posts

I do not see out of stock message. What browser you using? Test on firefox.


My bad, the text "Product not in stock" is added manually, that is your problem right :) ?

You probably want the "availability" class (classes > product_features) added?
I run on another design-template, but I assume it will work for you as well.

Can you add the following code to "product-list.tpl" of your selected theme?

{if ($product.allow_oosp OR $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if}



Download the original presta 1.3.x files and look into "product-list.tpl", you'll see that presta has several "if/else"-statements that make display the text you want and/or hide the order-button in case there is no stock.

Hope this helps for you :)!

35054_zcRiLT12zy6nlgcvW8CG_t

Link to comment
Share on other sites

×
×
  • Create New...