VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: nrju on December 07, 2015, 12:56:30 PM

Title: Remove 'Add to Cart Button' for specific items
Post by: nrju on December 07, 2015, 12:56:30 PM
Dear,
I use Virtuemart 3.0.12 and I search:
how to Remove 'Add to Cart Button' for specific items (or to show only one category)
Thank's a lot for Help..

PS I allready read this but do not help
http://forum.virtuemart.net/index.php?topic=113527.msg381835#new

Best regards
Title: Re: Remove 'Add to Cart Button' for specific items
Post by: GJC Web Design on December 07, 2015, 12:58:41 PM
detect the cat id in the templates and hide or show
Title: Re: Remove 'Add to Cart Button' for specific items
Post by: nrju on December 07, 2015, 13:26:19 PM
I need to show only for some items !!!
somethink like if "product_in_stock" more than 20 !!!
best regards
Title: Re: Remove 'Add to Cart Button' for specific items
Post by: GJC Web Design on December 08, 2015, 00:55:20 AM
exactly the same process.. detect the stock and show/hide the add to cart
Title: Re: Remove 'Add to Cart Button' for specific items
Post by: nrju on December 09, 2015, 10:49:24 AM
Thank you but How ??