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