Announcement

Collapse
No announcement yet.

Billing Country not flagged as requried

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

    Billing Country not flagged as requried

    Hi

    I recently had some problems with the billing and shipping drop down boxes containing the countries. I have now fixed this but notice that the Billing Country (on first check out page) is no longer marked as reqired even though it is.

    If you dont select the billing country it and only a shipping country it says

    Shipping Country - You have selected different invoice and shipping countries but have not checked the different shipping address check box.
    Billing Country - Please select a country.

    Whats the flag to say reqired.

    Thanks

    Steven

    #2
    Hi there

    What happens if you go to "Design | Text" and click on the "Go | To" button

    Phase: 0, ID: 9 and make it as "Required" here. Update the site.

    Does this show it now as required?

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Hi

      No i tried that to start with but it does not change.

      Steven

      Comment


        #4
        Hi Steven

        Do you have a screenshot of where the problem is? Just so we can see what going on and what you have on the site at the moment

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          Hi

          Attached screenshot.

          Steven
          Attached Files

          Comment


            #6
            Hi Steven

            Please compare your Act_LocationSelectTemplate from the default one i have shown here. The country dropdown list comes from this template. To find this template, simply go to "Advance | Template Manager | Ordering", and click on "Location".

            Here is what a default template should look like

            HTML Code:
            <!-- LocationSelect HTML begin -->
            <!-- Template for selecting location -->
            <span class="actregular"><b>NETQUOTEVAR:LOCATIONTITLE</b></span><br><br>
            <table border="0" width="CUSTOMVAR:ACTSTDWIDTH" cellspacing="0" cellpadding="2">
            	<tr>
            		<td width="33%" align="LEFT"><span class="actrequiredcolor">NETQUOTEVAR:LOCATIONPROMPT</span></td>
            		<td width="33%" align="LEFT">
            		NETQUOTEVAR:LOCATIONCOUNTRY
            		</td>
            		<td width="33%" align="LEFT">
            		NETQUOTEVAR:LOCATIONSTATE
            		</td>
            	</tr>
            NETQUOTEDEL:SEPARATESHIP
            	<TR>
            		<TD colspan="2" align="LEFT">NETQUOTEVAR:INVOICEPROMPT016</TD>
            		<TD><INPUT TYPE="CHECKBOX" NETQUOTEVAR:INVOICESEPARATECHECKSTATUS NAME="SEPARATESHIP" VALUE="YES"></TD>
            	</TR>
            NETQUOTEDEL:SEPARATESHIP
            
            NETQUOTEDEL:EXTRAADDRESSINFO
            	<tr>
            NETQUOTEDEL:POSTALCODE
            		<td width="33%" align="LEFT"><span class="actrequiredcolor">NETQUOTEVAR:POSTALCODEPROMPT</span></td>
            		<td width="33%" align="LEFT"><INPUT TYPE="TEXT" NAME="NETQUOTEVAR:REQLOCATIONPOSTALCODE" SIZE="10" MAXLENGTH="12" VALUE="NETQUOTEVAR:NETQUOTEVAR:REQLOCATIONPOSTALCODE"></td>
            NETQUOTEDEL:POSTALCODE
            
            NETQUOTEDEL:RESIDENTIAL
            		<td width="33%" align="LEFT">NETQUOTEVAR:RESIDENTIALPROMPT<INPUT TYPE="CHECKBOX" NAME="NETQUOTEVAR:REQLOCATIONRESIDENTIAL" NETQUOTEVAR:NETQUOTEVAR:REQLOCATIONRESIDENTIAL></td>
            NETQUOTEDEL:RESIDENTIAL
            	</tr>
            NETQUOTEDEL:EXTRAADDRESSINFO
            </table>
            <!-- End of template for selecting location -->
            <!-- LocationSelect HTML end -->
            <!-- Not used: NETQUOTEVAR:REQUIREDCOLOR -->
            Kind Regards
            Nadeem Rasool
            SellerDeck Development

            Comment


              #7
              Interesting. The font is blue (ie required) but there is no * sign next to the Billing Country, only Shipping Country.

              Steven

              Comment


                #8
                Hi Steven

                Did you replace all the content from your "Act_LocationSelectTemplate.html" to the default settings?

                Kind Regards
                Nadeem Rasool
                SellerDeck Development

                Comment

                Working...
                X