Announcement

Collapse
No announcement yet.

Separateship

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Separateship

    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?

    #2
    The offending template is called Act_LocationSelectTemplate.html and the code for the row containing the 'Ship to different location' check box is:
    Code:
    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:SEPARATESHIP
    Check your code against the code above.

    Comment

    Working...
    X