Hi all,
I've been trying to get the shipping location checkbox to display on a clients page for a while now, but with no luck. The option is turned on in her store, the .html file has the lines in it but it still will not display. Below is the checkout page "Act_LocationSelectTemplate.html" with the button in it:
<TR>
<TD WIDTH="200" ALIGN="LEFT"><FONT FACE="ARIAL" SIZE="2" COLOR="NETQUOTEVAR:REQUIREDCOLOR">NETQUOTEVAR:LOCATIONPROMPT</FONT></TD>
<TD WIDTH="200" ALIGN="LEFT">
<FONT FACE="ARIAL" SIZE="2">NETQUOTEVAR:LOCATIONCOUNTRY</FONT>
</TD>
<TD WIDTH="200" ALIGN="LEFT">
<FONT FACE="ARIAL" SIZE="2">NETQUOTEVAR:LOCATIONSTATE</FONT>
</TD>
</TR>
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>
<!--Testing 123-->
</TR>
NETQUOTEDEL:SEPARATESHIP
NETQUOTEDEL:EXTRAADDRESSINFO
<TR>
NETQUOTEDEL:POSTALCODE
<TD WIDTH="200" ALIGN="LEFT"><FONT FACE="ARIAL" SIZE="2" COLOR="NETQUOTEVAR:REQUIREDCOLOR">NETQUOTEVAR:POSTALCODEPROMPT</FONT></TD>
<TD><FONT FACE="ARIAL" SIZE="2"><INPUT TYPE="TEXT" NAME="NETQUOTEVAR:REQLOCATIONPOSTALCODE" SIZE="10" MAXLENGTH="12" VALUE="NETQUOTEVAR:NETQUOTEVAR:REQLOCATIONPOSTALCODE"></FONT></TD>
NETQUOTEDEL:POSTALCODE
NETQUOTEDEL:RESIDENTIAL
<TD><FONT FACE="ARIAL" SIZE="2">NETQUOTEVAR:RESIDENTIALPROMPT<INPUT TYPE="CHECKBOX" NAME="NETQUOTEVAR:REQLOCATIONRESIDENTIAL" NETQUOTEVAR:NETQUOTEVAR:REQLOCATIONRESIDENTIAL></FONT></TD>
NETQUOTEDEL:RESIDENTIAL
</TR>
NETQUOTEDEL:EXTRAADDRESSINFO
</TABLE>
I'm stumped on this one. Thanks for any help the can be given...
I've been trying to get the shipping location checkbox to display on a clients page for a while now, but with no luck. The option is turned on in her store, the .html file has the lines in it but it still will not display. Below is the checkout page "Act_LocationSelectTemplate.html" with the button in it:
<TR>
<TD WIDTH="200" ALIGN="LEFT"><FONT FACE="ARIAL" SIZE="2" COLOR="NETQUOTEVAR:REQUIREDCOLOR">NETQUOTEVAR:LOCATIONPROMPT</FONT></TD>
<TD WIDTH="200" ALIGN="LEFT">
<FONT FACE="ARIAL" SIZE="2">NETQUOTEVAR:LOCATIONCOUNTRY</FONT>
</TD>
<TD WIDTH="200" ALIGN="LEFT">
<FONT FACE="ARIAL" SIZE="2">NETQUOTEVAR:LOCATIONSTATE</FONT>
</TD>
</TR>
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>
<!--Testing 123-->
</TR>
NETQUOTEDEL:SEPARATESHIP
NETQUOTEDEL:EXTRAADDRESSINFO
<TR>
NETQUOTEDEL:POSTALCODE
<TD WIDTH="200" ALIGN="LEFT"><FONT FACE="ARIAL" SIZE="2" COLOR="NETQUOTEVAR:REQUIREDCOLOR">NETQUOTEVAR:POSTALCODEPROMPT</FONT></TD>
<TD><FONT FACE="ARIAL" SIZE="2"><INPUT TYPE="TEXT" NAME="NETQUOTEVAR:REQLOCATIONPOSTALCODE" SIZE="10" MAXLENGTH="12" VALUE="NETQUOTEVAR:NETQUOTEVAR:REQLOCATIONPOSTALCODE"></FONT></TD>
NETQUOTEDEL:POSTALCODE
NETQUOTEDEL:RESIDENTIAL
<TD><FONT FACE="ARIAL" SIZE="2">NETQUOTEVAR:RESIDENTIALPROMPT<INPUT TYPE="CHECKBOX" NAME="NETQUOTEVAR:REQLOCATIONRESIDENTIAL" NETQUOTEVAR:NETQUOTEVAR:REQLOCATIONRESIDENTIAL></FONT></TD>
NETQUOTEDEL:RESIDENTIAL
</TR>
NETQUOTEDEL:EXTRAADDRESSINFO
</TABLE>
I'm stumped on this one. Thanks for any help the can be given...
Comment