News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Remove quantity box & +/-

Started by cesora, March 19, 2013, 18:23:16 PM

Previous topic - Next topic

cesora

Hi,

I'm using 2.0.16.

I'd like to know if it's possible to remove the quantity box along with the + / - buttons on the product pages and really anywhere else, including the cart.

Would anyone know how this can be done?

thanks.

jenkinhill

You can use Firebug to look at objects on the page to determine their related css - and edit that. http://forum.virtuemart.net/index.php?topic=102850.0

From memory you need to add something like this to the end of your Joomla template css:

.quantity-box {
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