PDA

View Full Version : silly question


baggy
20-Nov-2003, 01:51 PM
Hi all

Can anyone tell me how to set the default quantity to zero instead of one?

Having spent a morning editing templates I am now brain dead, so am probably missing the obvious.

Baggy

garywooder
20-Nov-2003, 02:21 PM
I dont know if im stating the obvouis but have you set the products to minimum quatity to zero

garywooder
20-Nov-2003, 02:24 PM
just try that myself and the minimum you can have is 1 sorry

NormanRouxel
20-Nov-2003, 03:28 PM
Try this. In your product template replace

NETQUOTEVAR:PRODUCTQUANTITY

with

<!-- NETQUOTEVAR:PRODUCTQUANTITY --><input type=text size="4" name="Q_NETQUOTEVAR:PRODUCTREFERENCE" value="0">

Norman