News:

Support the VirtueMart project and become a member

Main Menu

how to drop quantity choice in shop

Started by Claus Vesterager Martinus, November 30, 2016, 15:06:48 PM

Previous topic - Next topic

Claus Vesterager Martinus

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

jenkinhill

Hide with css. 

Something like:
.quantity-input { display:none; }
.quantity-controls { display:none; }
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Ghost

Create an override of addtocartbar.php sublayout.