I'm having a few problems with "Add to Cart" button:
J2.5, VM 2.0, also using Joomlaxtc Virtuemart Wall module
1. I'd like to disable the quantity box & +/- symbols. I can do this through the module parameters in the Joomlaxtc module, but when I do the pop up box indicates "invalid quantity". How can I do this?
2. How do I change the color/look of the "add to cart" button? I've searched forums without any definitive answer.
Thanks,
-Andy
Hello,
You could use firebug and use some css to hide them, like:
.quantity-controls {
display:none;
}
Also take a look on the following post: https://forum.virtuemart.net/index.php?topic=106607.0
Using Firebug: http://forum.virtuemart.net/index.php?topic=102850.0
Regards