restricting shipping destination
-
Hi,
I need to restrict the shipping destination customers can choose. I am in Australia, and I can only do domestic shipping.Unlike US paypal, the Australian version doesn’t appear to be able to restrict to specific shipping destinations. I contacted them, and they implied I need to do it through the website.
As a first step, I tried changing the default country to AU:
I had a look at HTML variables supported by paypal which suggests I should be able to pass the variable “country” to Paypal, so I inserted
`<input type=”hidden” name=”country” value=”AU”/>
into wspsc-cart-functions.php at line 193, but it didn’t change the default on the checkout-with-credit-card page.So, is there a way of excluding international orders, or at least a workaround?
Regards,
Tony
- The topic ‘restricting shipping destination’ is closed to new replies.