Announcement

Collapse
No announcement yet.

links

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

    links

    Hello Every One.


    On my website i have a section on the order form that say's ' united kingdom'.

    How do i get rid of this please..........

    #2
    Hi Gareth

    Open the Act_Order00.html template and find the code
    Code:
    <HR SIZE="1" ALIGN="CENTER" WIDTH="CUSTOMVAR:ACTSTDWIDTH">
    <!-- NETQUOTEVAR:CHECKOUTEM -->
    <!-- NETQUOTEVAR:CHECKOUTBG -->
    <!-- NETQUOTEVAR:REQUIREDCOLOR -->
    <!-- Preliminary Information HTML begin -->
    
    NETQUOTEDEL:PRELIMINARYINFORMATION
    
    NETQUOTEVAR:PRELIMINARYINFORMATION
    
    <HR SIZE="1" ALIGN="CENTER" WIDTH="CUSTOMVAR:ACTSTDWIDTH">
    and change it to ...
    Code:
    <!--<HR SIZE="1" ALIGN="CENTER" WIDTH="CUSTOMVAR:ACTSTDWIDTH">-->
    <!-- NETQUOTEVAR:CHECKOUTEM -->
    <!-- NETQUOTEVAR:CHECKOUTBG -->
    <!-- NETQUOTEVAR:REQUIREDCOLOR -->
    <!-- Preliminary Information HTML begin -->
    
    <!--NETQUOTEDEL:PRELIMINARYINFORMATION
    
    NETQUOTEVAR:PRELIMINARYINFORMATION
    
    <HR SIZE="1" ALIGN="CENTER" WIDTH="CUSTOMVAR:ACTSTDWIDTH">-->
    Bear in mind that this is the section where customers select their country, so if in future you decide to ship outside the UK, this code will need un-commenting.

    Ben
    Ben Popplestone
    Ecommerce website software

    Comment


      #3
      links

      Hi Ben

      Tried it and it did not work.

      Comment


        #4
        If you set both 'Tax' and 'Shipping and Handling' to 'Simple' then there will be no location-based features in the store and that drop-down will disappear.

        If you are charging shipping based on weight, ot whatever, then you will need to be a bit cleverer.

        Open the template in your 'ShipControl' folder called 'Act_LocationSelectTemplate.html'.

        Find the variable called 'NETQUOTEVAR:LOCATIONCOUNTRY'

        Replace it with

        <!-- NETQUOTEVAR:LOCATIONCOUNTRY -->
        <input type="hidden" name="LocationDeliveryCountry" value="UK">United Kingdom

        Comment

        Working...
        X