Issue in shopping cart!!
Hi there
I have a user custom defined field in my check out page in my first check out page - the idea is to get customers to specify where they want their goods delivered if they are not there to collect - they must fill in this box.
Have had this working - but i have updated the web site with a new section and now i the "NETQUOTEVAR:SHIPUSERDEFINED" actually showing in the check out Text field
My code for this section is as follows:
<table width="550" border="0" cellspacing="2" cellpadding="3">
<tr>
<td height="20" bgcolor="#eeeeee">NETQUOTEVAR:SHIPPROMPT001</td>
</tr>
<tr>
<td bgcolor="#eeeeee">
<input type="TEXT" name="SHIPUSERDEFINED" size="85" maxlength="255" value="NETQUOTEVAR:SHIPUSERDEFINED">
</td>
</tr>
</table>
Any ideas
Hi there
I have a user custom defined field in my check out page in my first check out page - the idea is to get customers to specify where they want their goods delivered if they are not there to collect - they must fill in this box.
Have had this working - but i have updated the web site with a new section and now i the "NETQUOTEVAR:SHIPUSERDEFINED" actually showing in the check out Text field
My code for this section is as follows:
<table width="550" border="0" cellspacing="2" cellpadding="3">
<tr>
<td height="20" bgcolor="#eeeeee">NETQUOTEVAR:SHIPPROMPT001</td>
</tr>
<tr>
<td bgcolor="#eeeeee">
<input type="TEXT" name="SHIPUSERDEFINED" size="85" maxlength="255" value="NETQUOTEVAR:SHIPUSERDEFINED">
</td>
</tr>
</table>
Any ideas
Comment