You get a bonus - 1 coin for daily activity. Now you have 1 coin

In Opencart, viewing a product and adding it to the cart always adds 1 - how to add more than one item

Practice




In Opencart, when viewing a product and adding it to the cart, the quantity is always 1 — how do I make it possible to add more than one item to the cart

in the template file product.tpl
add an onclick with a function






 

onclick="addToCart($('.cart input[name=product_id]').val(),
$('.cart input[name=quantity]').val()

);"
class="button" />

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Running server side scripts using PHP as an example (LAMP)"

Terms: Running server side scripts using PHP as an example (LAMP)