VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: mabf on December 04, 2019, 04:46:18 AM

Title: Quantity Controls is Increasing in multiple of 2
Post by: mabf on December 04, 2019, 04:46:18 AM
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 (http://sugar-monkey.com/index.php/damas-2/mochilas/product-22-detail)
Title: Re: Quantity Controls is Increasing in multiple of 2
Post by: Jörgen on December 04, 2019, 08:00:43 AM
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
Title: Re: Quantity Controls is Increasing in multiple of 2
Post by: 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>
Title: Re: Quantity Controls is Increasing in multiple of 2
Post by: mabf on December 06, 2019, 17:23:41 PM
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 ?  :-[
Title: Re: Quantity Controls is Increasing in multiple of 2
Post by: Studio 42 on December 06, 2019, 17:29:35 PM
In your template/html/com_virtuemart/sublayout/addtocard.php or similar