
I've installed The Google Checkout extension. The actual installation was smooth and all looks well on the site until I press the button to send the info to GC. I get an Oops!. The error message is as follows:
Error: Error parsing XML; message from parser is: Invalid value for attribute name in checkout-shopping-cart/checkout-flow-support/merchant-checkout-flow-support/shipping-methods/flat-rate-shipping: Required field must not be blank
More documentation for this error.
Warnings: XML failed to validate against the schema at line: 1, column 1, with error: cvc-minLength-valid: Value '' with length = '0' is not facet-valid with respect to minLength '1' for type '#AnonType_nameFlatRateShipping'.
XML failed to validate against the schema at line: 1, column 1, with error: cvc-attribute.3: The value '' of attribute 'name' on element 'flat-rate-shipping' is not valid with respect to its type, 'null'.
It's complaining about Flat Rate Shipping being Null, but I'm not using any shipping option at all, I'm determining P&P rates with Country Handler.
I'm running OC v 1.4.9.1 and opencart-1-4-9-11-gcheckout.zip
The only thing I haven't done yet is to set the callback API, as I'm using my GC account successfully with another site that doesn't use it and I don't want to screw that one up whilst testing this one.
I'd really appreciate some help because I'm also new to opencart, php, sql and everything else round here!
Many, many thanks,
Steve
EDIT- OpenCart gives me some info at the top of the page:
Notice: Undefined variable: shipping_title in /home/steve/public_html/shop/catalog/controller/payment/google.php on line 95
I hope it is of help!
