[size=5]hello [color=#212121][font=inherit]I’m trying to make this modification[/font][/color][/size]
[color=#212121][font=inherit][size=5]when you press the button “+” in quantity products add 1 product to the cart.[/size][/font][/color]
[color=#212121][font=inherit][size=5]if yo press 5 times add 5 products to the cart …[/size][/font][/color]
[color=#212121][font=inherit][size=5]any ideas?[/size][/font][/color]
[color=#212121][font=inherit][size=5]i attached and image to show[/size][/font][/color]
The cart is not affected by changing the quantity selector. It would be really slow to do so since a full round trip to the server would have to be done for every click. This is a “selection” that should only be sent when the item is added to the cart.
You could modify the selector to do an onclick event and have that do a this.form.Submit();
[quote name='tbirnseth' timestamp='1414437744' post='195381']
The cart is not affected by changing the quantity selector. It would be really slow to do so since a full round trip to the server would have to be done for every click. This is a “selection” that should only be sent when the item is added to the cart.
You could modify the selector to do an onclick event and have that do a this.form.Submit();
[/quote][quote name='tbirnseth' timestamp='1414437744' post='195381']
The cart is not affected by changing the quantity selector. It would be really slow to do so since a full round trip to the server would have to be done for every click. This is a “selection” that should only be sent when the item is added to the cart.
You could modify the selector to do an onclick event and have that do a this.form.Submit();
[/quote]
hi thanks for your reply,[size=4] [color=#212121][font=inherit]I was doing some tests , but fails [/font][/color][/size]
[size=4][color=#212121][font=inherit]the best option was to make a larger button[/font][/color][color=#212121][font=inherit] [/font][/color][/size][color=#212121][font=inherit][size=4]the idea is to have a shopping list and adding fruits to your cart[/size][/font][/color]
[color=#212121][font=inherit][size=4]i atttached the image[/size][/font][/color]