News:

Looking for documentation? Take a look on our wiki

Main Menu

Quantity Controls is Increasing in multiple of 2

Started by mabf, December 04, 2019, 04:46:18 AM

Previous topic - Next topic

mabf

hello guys i need help with the quantity controls i just want to add 1 + 1, but everytime i clic + is adding like this "1,3,5,7,9..." is there a way to fix this, thank you

VirtueMart 3.6.8 10197
Joomla! 3.9.13


here is the problem
http://sugar-monkey.com/index.php/damas-2/mochilas/product-22-detail

Jörgen

Not totally clear what you mean, because You have two ways of showing Your example and they are not compatible.

Adding  1,2,3,4... is default behaviour, so I would guess this is Your template. If that does not help clear everything about quantity purchase under VM product->Product Status and under Product dimensions... Units in box.

Jörgen @ Kreativ Fotografi
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

Studio 42

HI
The problem is that quantity-controls quantity-plus class is set in the I + span tag.
You have to remove this class in the I tag
See HTML CODE <i class="quantity-controls quantity-plus">+</i>

mabf

Quote from: Studio 42 on December 04, 2019, 18:51:39 PM
HI
The problem is that quantity-controls quantity-plus class is set in the I + span tag.
You have to remove this class in the I tag
See HTML CODE <i class="quantity-controls quantity-plus">+</i>

thank you guys for the reply, but how can i do this i'm kind of new thank you where do i edit this ?  :-[

Studio 42

In your template/html/com_virtuemart/sublayout/addtocard.php or similar