News:

Looking for documentation? Take a look on our wiki

Main Menu

Add to Cart Problems

Started by Andyfoo, November 01, 2012, 06:01:14 AM

Previous topic - Next topic

Andyfoo

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

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!