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
Comments