Page 1 of 1
Quantity[+][-] Add Button
Posted: Tue Mar 20, 2012 1:55 pm
by dellasys
I would like to add a button [+] and [-] to the product.tpl page for user to increase or reduce the quantity . Each clicked the quantity should be + 1 .. Anyone can help me with this ? Appreciate ...........................
Re: Quantity[+][-] Add Button
Posted: Tue Mar 20, 2012 4:09 pm
by d7a7z7e7d
You could just edit the product template and change the quantity input type from "text" to "number". This would turn this field into the numerical stepper you are looking for, provided you are using a newer browser that supports HTML5.
Re: Quantity[+][-] Add Button
Posted: Tue Mar 20, 2012 5:59 pm
by GoGo OpenCart
Try this one:
http://www.opencart.com/index.php?route ... on_id=4330
Developer: jimmyphong
It has what you asked, and much more

Re: Quantity[+][-] Add Button
Posted: Tue Mar 20, 2012 8:58 pm
by dellasys
d7a7z7e7d wrote:You could just edit the product template and change the quantity input type from "text" to "number". This would turn this field into the numerical stepper you are looking for, provided you are using a newer browser that supports HTML5.
Thanks for your comment .What i wanted is the quantity textfield still remain at the same place,and beside this add [+] and [-] button to increase and decrease the number quantity .
Like this:
Uploaded with
ImageShack.us
Re: Quantity[+][-] Add Button
Posted: Wed Mar 21, 2012 8:10 am
by dellasys
Anyone ?
Re: Quantity[+][-] Add Button
Posted: Thu Mar 22, 2012 1:04 pm
by dellasys
Helo
Re: Quantity[+][-] Add Button
Posted: Fri Mar 23, 2012 12:07 pm
by dellasys
Hi, anyone ?