VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Andyfoo on November 01, 2012, 06:01:14 AM

Title: Add to Cart Problems
Post by: Andyfoo on November 01, 2012, 06:01:14 AM
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
Title: Re: Add to Cart Problems
Post by: bytelord on November 01, 2012, 09:38:50 AM
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