[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
[quantity-name]
Hi all!
Somebody has made this?:
I like to put + an - image buttons to add and rest items from basket. I
do it well with:
<input type=checkbox name="[quantity-name]"
onClick="document.forms[0].action='[process-target]',
document.forms[0].submit()" value="[calc][item-quantity] +/- 1 [/calc]">
, but I don't know how do this with type=image or other methods.
Can help me anybody? Thanks!!! ;-D
**************************
Hola a todos!
Alguien ha intentado hacer esto?:
Me gustaría poner unos botones de imagen + y - para sumar o restar la
cantidad de productos del carro (basket). Lo he conseguido haciendo
botones del tipo checkbox:
<input type=checkbox name="[quantity-name]"
onClick="document.forms[0].action='[process-target]',
document.forms[0].submit()" value="[calc][item-quantity] +/- 1 [/calc]">
pero no se como hacerlo con botones del tipo image u otros métodos.
Alguien puede decirme cómo? Gracias!!! ;-D
Gustavo
webadmin@senyal.com