Hi all
on V6 i used + & - buttons next to my quantity fields on the products but for some reason in V7 the do not work when you have a duplicate product, they work with everything else.
anyone any ideas as to the changes need to make to the script. The code i have is as follows
<input class="q_dec_button" type=button value="-" onClick="javascript:this.form.elements['Q_NETQUOTEVAR:PRODUCTREFERENCE'].value--;">
<input class="q_inc_button" type=button value="+" onClick="javascript:this.form.elements['Q_NETQUOTEVAR:PRODUCTREFERENCE'].value++;">
Cheers
Darren
on V6 i used + & - buttons next to my quantity fields on the products but for some reason in V7 the do not work when you have a duplicate product, they work with everything else.
anyone any ideas as to the changes need to make to the script. The code i have is as follows
<input class="q_dec_button" type=button value="-" onClick="javascript:this.form.elements['Q_NETQUOTEVAR:PRODUCTREFERENCE'].value--;">
<input class="q_inc_button" type=button value="+" onClick="javascript:this.form.elements['Q_NETQUOTEVAR:PRODUCTREFERENCE'].value++;">
Cheers
Darren
Comment