I too have been wrestling with this problem for days and
have finally
got it partially working, albeit not ideally.
Firstly, as I understand it, flat rate shipping is just that
-- the
same flat rate for everywhere -- so you can't have different
'flat'
rates for different locations.
I eventually found that the line:
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.shipping-methods.flat-rate-shipping.shipping-
restrictions.allowed-areas.world-area"/>
does indeed allow international purchases, but only if I
don't also
specify any other shipping details at all. And I mean not
even the
standard html ones like:
<input type="hidden"
name="ship_method_name_1"
value="xxx"/>
So, to show shipping in the checkout, I had to pass my
shipping rate
as if it was a normal item being purchased.
Fortunately I know the shipping rate before I pass anything
to Google
Checkout. Otherwise this solution may not work for you, but
I hope it
points you in the right direction.
I'd be very interested to hear if you come up with a better
solution.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|