3 messages in com.googlegroups.google-checkout-api-ukRe: Merchant calculated shipping does...
FromSent OnAttachments
Niall30 Mar 2008 14:21 
Simon31 Mar 2008 10:59 
Niall03 Apr 2008 05:57 
Subject:Re: Merchant calculated shipping doesn't allow shipping outside the UK
From:Niall (nial@gmail.com)
Date:04/03/2008 05:57:10 AM
List:com.googlegroups.google-checkout-api-uk

Hi Simon, thanks very much for your help, that did the trick. Hooray!

On Mar 31, 7:00 pm, Simon <simo@gmail.com> wrote:

HI Niall. By default, there is an implied <address-filters> entry which restricts shipping to UK. If you add the following after <shipping-restrictions>, it should work as you expect.

<address-filters> <allowed-areas> <world-area/> </allowed-areas> </address-filters>

Get back in touch if that doesn't work!

S...

On Mar 30, 10:21 pm, Niall <nial@gmail.com> wrote:

I am attempting to use merchant calculated shipping. When I pass my shipping options to Google Checkout using the following XML, it claims that "x does not ship to [your country] via Google Checkout" for any country other than the UK. I have specifically set each option to allow the world-area, but still have this problem. This is before the checkout actually attempts to calculate shipping costs, so it is before my merchant calculations script is called, so it can't be any problem with that.

<shipping-methods> <merchant-calculated-shipping name="UPS Express Saver"> <price currency="GBP">20</price> <shipping-restrictions> <allowed-areas> <world-area /> </allowed-areas> </shipping-restrictions> </merchant-calculated-shipping> </shipping-methods>

I've seen similar questions posted a few times, but no one seemed to