
Originally Posted by
mattclements
Hello there,
Sorry for the delayed response! As others have noted I currently work on the Google Checkout Module for Zen Cart, and have been really busy with other projects. Also this forum doesn't always send me email notifications so I haven't received any details over the last few weeks.
Ok - Thanks for the details, I have noted the first issue with the Free Shipping (via Free Options) as a bug, and have completed a bug fix which I am checking through now, before beginning the final testing on this to release.
If you go to
http://sandbox.google.com/checkout/sell/ (or
http://checkout.google.com/sell/ if you are using Live) and go to Tools > Integration Console
Do have any errors listed here?
Thanks matt. Using sandbox. Here is the XML and error:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<error xmlns="http://checkout.google.com/schema/2" serial-number="xxxxxxxxxxxxxxxxxx">
<error-message>Carrier calculated shipping options have not been provided. Must specify the carrier and delivery type.</error-message>
</error>
Code:
<?xml version="1.0" encoding="UTF-8"?>
<checkout-shopping-cart xmlns="http://checkout.google.com/schema/2">
<shopping-cart>
<items>
<item>
<item-name>Compact - Lime Green</item-name>
<item-description></item-description>
<unit-price currency="USD">4</unit-price>
<quantity>1</quantity>
<merchant-private-item-data>
<item>XXXXXXXXX</item>
</merchant-private-item-data>
<merchant-item-id>19</merchant-item-id>
<item-weight unit="LB" value="0.114" />
</item>
</items>
<merchant-private-data>
<session-data>XXXXXXXXXXXXXX;zenid</session-data>
<ip-address>XXXXXXXXXXX</ip-address>
</merchant-private-data>
</shopping-cart>
<checkout-flow-support>
<merchant-checkout-flow-support>
<edit-cart-url>https://newworldtreasure.com/index.php?main_page=shopping_cart</edit-cart-url>
<continue-shopping-url>https://newworldtreasure.com/index.php?main_page=checkout_success</continue-shopping-url>
<shipping-methods>
<flat-rate-shipping name="Free Options: Free Options">
<price currency="USD">0</price>
<shipping-restrictions>
<allow-us-po-box>true</allow-us-po-box>
<allowed-areas>
<us-country-area country-area="ALL" />
</allowed-areas>
</shipping-restrictions>
</flat-rate-shipping>
<flat-rate-shipping name="Free Options: Free Options intl">
<price currency="USD">0</price>
<shipping-restrictions>
<allow-us-po-box>true</allow-us-po-box>
<allowed-areas>
<world-area />
</allowed-areas>
<excluded-areas>
<postal-area>
<country-code>US</country-code>
</postal-area>
</excluded-areas>
</shipping-restrictions>
</flat-rate-shipping>
<carrier-calculated-shipping>
<carrier-calculated-shipping-options>
</carrier-calculated-shipping-options>
<shipping-packages>
<shipping-package>
<ship-from id="Store_origin">
<city></city>
<region>AZ</region>
<postal-code>85746</postal-code>
<country-code>US</country-code>
</ship-from>
<width unit="IN" value="1" />
<length unit="IN" value="1" />
<height unit="IN" value="1" />
<delivery-address-category>RESIDENTIAL</delivery-address-category>
</shipping-package>
</shipping-packages>
</carrier-calculated-shipping>
</shipping-methods>
<request-buyer-phone-number>true</request-buyer-phone-number>
<merchant-calculations>
<merchant-calculations-url>https://newworldtreasure.com/googlecheckout/responsehandler.php</merchant-calculations-url>
<accept-merchant-coupons>true</accept-merchant-coupons>
<accept-gift-certificates>false</accept-gift-certificates>
</merchant-calculations>
<tax-tables merchant-calculated="false">
<default-tax-table>
<tax-rules>
<default-tax-rule>
<shipping-taxed>false</shipping-taxed>
<rate>0</rate>
<tax-area>
<world-area />
</tax-area>
</default-tax-rule>
</tax-rules>
</default-tax-table>
</tax-tables>
<rounding-policy>
<mode>UP</mode>
<rule>PER_LINE</rule>
</rounding-policy>
</merchant-checkout-flow-support>
</checkout-flow-support>
</checkout-shopping-cart>
Bookmarks