Quote Originally Posted by dinkar View Post
Hi ropu,

i downloaded codes from http://google-checkout-zencart.googl...com/svn/trunk/ and installed. I am using zen-cart 1.3.7. I am right now working on sandbox. when i click on google checkout button, i am getting error as

<error serial-number="ea23ce78-bd0e-426a-88a2-606492a983d0">

<warning-messages>

<string>
XML failed to validate against the schema at line: 26, column: 26, with error: cvc-datatype-valid.1.2.1: '' is not a valid value for 'decimal'.
</string>

<string>
XML failed to validate against the schema at line: 26, column: 26, with error: cvc-complex-type.2.2: Element 'price' must have no element [children], and the value must be valid.
</string>
</warning-messages>

<error-message>
Error parsing XML; message from parser is: Invalid value for body of price in checkout-shopping-cart/checkout-flow-support/merchant-checkout-flow-support/shipping-methods/merchant-calculated-shipping: Required field must not be blank
</error-message>
</error>

Can u please suggest what need to be done?

Thanks,
Try setting correct Default Values in the Admin UI for all shipping Methods.

as far as i can see an empty string is sent in the price item

ropu