PDA

View Full Version : Separateship


pinbrook
22-Mar-2004, 11:24 PM
In the checkout phase of a V5 site , where it says Ship to separate delivery address: instead of a tick box, i get the netquotevar showing SEPARATESHIP

is there a fix for this?

cdicken
23-Mar-2004, 03:50 PM
The offending template is called Act_LocationSelectTemplate.html and the code for the row containing the 'Ship to different location' check box is: NETQUOTEDEL:SEPARATESHIP
<TR>
<TD COLSPAN="2" ALIGN="LEFT"><FONT FACE="ARIAL" SIZE="2">NETQUOTEVAR:INVOICEPROMPT016</FONT></TD>
<TD><INPUT TYPE="CHECKBOX" NETQUOTEVAR:INVOICESEPARATECHECKSTATUS NAME="SEPARATESHIP" VALUE="YES"></TD>
</TR>
NETQUOTEDEL:SEPARATESHIPCheck your code against the code above.