Just for testing, disable coupon support in Zen Cart and see if that
affects anything.
Woody
jordan wrote:
> Hi,
> Google Checkout API support determined that it's the merchant-
> calculations code in my cart that seems to be causing issues for non-
> US buyers (grayed-out final order confirmation button on the google
> side). They think a temporary workaround would be for me to remove the
> merchant-calculations code from my shopping cart XML... but how the
> hell do I do that?
>
> Here's a sample shopping cart's XML from my site:
> // <------------------
> delete from here
> <calculation-mode>SINGLE</calculation-mode>
> <accept-merchant-coupons>true</accept-merchant-coupons>
>
> <merchant-calculations-url>https://<<< censored =-) >>>/googlecheckout/
> responsehandler.php</merchant-calculations-url>
> <calculation-transport>XML</calculation-transport>
> <gift-certificate-support>
>
> <gift-certificate-pin-accepted>false</gift-certificate-pin-accepted>
> <gift-certificate-accepted>false</gift-certificate-accepted>
> </gift-certificate-support>
> <accept-gift-certificates>false</accept-gift-certificates>
> </merchant-calculations> //
> <------------------to here
>