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