PDA

View Full Version : Changing defauly quantity


gezzam
26th May 2008, 06:56 AM
Good Morning,

I have a client that wants to change the default quantity on the shopping cart to 0 instead of 1

Is this it all possible?

lamery
26th May 2008, 08:50 AM
Yes this is indeed possible.

There is a currently undocumented feature that allows controlling the output of quantity input.

Simply create a file called qnt.tbl into the %ezimerchant program folder%\CommonFiles\ folder.

Place the html that makes up the quantity field into this file.

To have the system make no changes besides the value going from 1 to 0 add the following html to the file:

<br><b>Quantity:</b> <input type="text" name="qty" maxlength="15" size="5" value="0">

Don't hesitate to contact support (+61 2 8889 8811) if you would like further assistance with this!

gezzam
26th May 2008, 07:51 PM
Thanks Luke,

Worked like a charm.....

Awesome support.

Gerald