VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: Claus Vesterager Martinus on November 30, 2016, 15:06:48 PM

Title: how to drop quantity choice in shop
Post by: Claus Vesterager Martinus on November 30, 2016, 15:06:48 PM
Hi
I'm doing an artshop for a client. Her paintings are unique so when sold, that's it. So I really don't need the quantity choice in the product page as there's only one item to be sold of each painting. How do I drop this option?

Yours
Claus

J: 3.6.4
VM: 3.018
Title: Re: how to drop quantity choice in shop
Post by: jenkinhill on November 30, 2016, 15:37:07 PM
Hide with css. 

Something like:
.quantity-input { display:none; }
.quantity-controls { display:none; }
Title: Re: how to drop quantity choice in shop
Post by: Ghost on December 01, 2016, 11:48:49 AM
Create an override of addtocartbar.php sublayout.