News:

Support the VirtueMart project and become a member

Main Menu

How to hide Quantity Box in the Virtuemart3?

Started by amymattian, January 05, 2016, 11:14:13 AM

Previous topic - Next topic

amymattian

Hi,

I cannot find the old Product DISPLAY OPTIONS tab in the new Virtuemart3, where you could earlier hide the quantity plus and minus buttons. How can this be done now in Virtuemart3? I'm not a coder so if template override is the only option, can someone please give instructions how to do it!  :)

Is the Display Options tab coming back to VM3 later on?

- Anne

p.s. using both latest Virtuemart and latest VM 3.0.12.

GJC Web Design

simplest is just hide by css

.quantity-box .quantity-input, .quantity-box .quantity-controls {
  display: none;
}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

huynhphuct