PDA

View Full Version : links


big g
03-Nov-2003, 11:19 AM
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..........

Ben
05-Nov-2003, 11:07 AM
Hi Gareth

Open the Act_Order00.html template and find the 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 ... <!--<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

big g
05-Nov-2003, 03:40 PM
Hi Ben

Tried it and it did not work.

cdicken
07-Nov-2003, 09:59 AM
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