PDA

View Full Version : sHIPPING & cOUNTRY


smiffy
24-Feb-2003, 05:21 AM
I only want to ship products to the UK. So I dont want to ask the customer the country question, infact there is not need to display the shipping heading at all.

However I do want my customers to be able to select a post method ranging of FREE or £3.99

If I hide the Country options within business settings, the country question is not displayed, but I then get an error message stating that the Delivery Address is not valid (as its empty) and the cart wont continue...

Is there any easy way around this?

Jan
24-Feb-2003, 05:58 AM
How do the customers qualify for 'free' posting - you might be able to set the price selection up automatically.

Regards,

smiffy
24-Feb-2003, 06:00 AM
Delivery is free unles you want it guaranteed on a specific date. I only do UK shipping, so its like choosing between 1st and 2nd class postage.

cdicken
25-Feb-2003, 09:01 AM
It is not possible to remove the first page of the checkout yet, saldly, but it is possible to replace the drop-down list with a hard-coded value for Country.

Firstly, you want to make sure you have followed the instructions for only having one address per order (selecting 'Tax by delivery address' and not restricting payment methods by location) and then open Act_LocationSelect.html and replace

NETQUOTEVAR:LOCATIONCOUNTRY

with

<!-- NETQUOTEVAR:LOCATIONCOUNTRY --><INPUT TYPE="HIDDEN" NAME="LocationDeliveryCountry" VALUE="UK">United Kingdom

and replace

NETQUOTEVAR:LOCATIONSTATE

<!-- NETQUOTEVAR:LOCATIONSTATE --><INPUT TYPE="HIDDEN" ID="lstDeliveryRegion" NAME="LocationDeliveryRegion" VALUE="UndefinedRegion">

This should do the trick.