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.
simplest is just hide by css
.quantity-box .quantity-input, .quantity-box .quantity-controls {
display: none;
}
Thanks you so much & have nice day