Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I'm not a Magento user/dev so this answer is specific to Google Checkout API.</p> <p>Based on your question, you can send shipping information to Google:</p> <ol> <li>As flat rate (pre-calculated on your end) data <ul> <li>note that <code>flat rate</code> is just Google speak - it simply means you/merchant have (pre)determined the cost some way and Google doesn't do any additional work with it (no other calculation, callback, etc.).</li> <li>You can combine this "pre-calcuated" rate with <a href="https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Flat_Rate_Shipping#XML_Example_2" rel="nofollow">shipping/address restrictions</a> so that only the appropriate rate is displayed to your customer based on what <code>delivery address</code> they provide on checkout- remember, your customers can create new delivery addresses and/or select any they have provided previously, at the Google Checkout site. This simply means that the only time a delivery address is determined is <strong>at the Google Checkout web site</strong>.</li> <li>additional reference - <a href="https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Understanding_Areas" rel="nofollow">geographic areas</a></li> </ul></li> <li>Use <a href="https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Merchant_Calculated_Shipping" rel="nofollow">Merchant Calculations Shipping</a></li> </ol> <p>You can't really use account shipping settings based on your question because it only handles the default Google restriction where <em>delivery is restricted to your account country</em>. In order to "enable" international delivery, you'll have to do this in HTML/XML code.</p> <p>As stated, I'm not a Magento user/dev so how to do this in Magento isn't something I can help you with....</p> <p>Hth...</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload