VM 266
I have use this toipic to add button "add to cart" on liste category :
http://forum.virtuemart.net/index.php?topic=101451.0
But the problem is that it always display the button add to cart and minus plus, even if the quantity in stock for the product is 0.
So I need to know how can I not display this button if there is no stock or replace this button by "not in stock" for example ?
thank you.
There is no stock/product availability check in the category layout, as add to cart is not part of the default VM2 templating. So either add some code to check stock or wait to use VM3 which does include add to cart in categories with stock checks for category and productdetails layouts.
ok thank you