View Full Version : Product Quantity
mcottam
25-Feb-2003, 09:38 AM
I am trying to edit Act_ProductLine.html. In particularly I want to alter the quantity setup on the product page. In the user manual it mentions the NETQUOTEVAR PRODUCTQUANTITY and says that it can be formatted from Design | Text | Web Site | HTML. Alas I cannot find it in the HTML tab. :confused:
Can anybody help me?
TIA
cdicken
26-Feb-2003, 02:47 PM
Go to 'Design | Text | Website | HTML' then click 'Go to' and search for ID 2173. The field will look like this.
%s<INPUT TYPE=text NAME="%s" SIZE="%d" VALUE="%d">
You can edit this HTML in order to change every product. You can also change this by opening the product template and
replacing
NETQUOTEVAR:PRODUCTQUANTITY
with
<!-- NETQUOTEVAR:PRODUCTQUANTITY --><input type="text" size="10" name="Q_NETQUOTEVAR:PRODUCTREFERENCE" value="1">
You can then change the value="1" to be anything you want.
mcottam
27-Feb-2003, 08:13 AM
Thank you Chris :D
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.