VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: amymattian on January 05, 2016, 11:14:13 AM

Title: How to hide Quantity Box in the Virtuemart3?
Post by: amymattian on January 05, 2016, 11:14:13 AM
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.
Title: Re: How to hide Quantity Box in the Virtuemart3?
Post by: GJC Web Design on January 05, 2016, 13:11:23 PM
simplest is just hide by css

.quantity-box .quantity-input, .quantity-box .quantity-controls {
  display: none;
}
Title: Re: How to hide Quantity Box in the Virtuemart3?
Post by: huynhphuct on January 27, 2016, 19:10:49 PM
Thanks you so much & have nice day