Hi,
I want to hide the Qty selector on all steps of shopping cart and product page.
What files and what needs to be changed in code to hide it?
Thanks
That will depend on which version of VM you're using and whether you have a 3rd party template.
and simplest is just hide by css display:none
Sorry, my mistake, it is VM 3.0.2. no 3rd party templates.
Quote from: GJC Web Design on January 19, 2015, 13:13:47 PM
and simplest is just hide by css display:none
this where can be done and what code? Thanks,
it is normal that you do a bit of work yourself.. plenty of advice on here about firebug etc.
find the element
write some css to hide it
your starter
details view
.quantity-box, .quantity-controls {
display.none;
}
e.g. bottom of components/com_virtuemart/assets/css/vm-ltr-site.css