Jump to content

Google Checkout Issue - Error Parsing XML, Please Help!


Recommended Posts

Hi All,

 

I am about to re-launch my site after significant re-design work and upgrading to 1.4.6.2.

 

I am trying a few test purchases and everything seems to be working okay except google checkout. I am buying 1p items and using a free delivery voucher code.

 

Here is what I get:

 

Error:

Error parsing XML; message from parser is: The entity "pound" was referenced, but not declared.

 

Warnings:

XML that we received:

<?xml version="1.0" encoding="UTF-8"?>

<checkout-shopping-cart xmlns="http://checkout.google.com/schema/2">'>http://checkout.google.com/schema/2">

<shopping-cart>

<items>

<item>

<item-name>Test Item 1p</item-name>

<item-description></item-description>

<unit-price currency="GBP">0.01</unit-price>

<quantity>1</quantity>

<item-weight unit="KG" value="0" />

</item>

<item>

<item-name>FREEDELIVERY</item-name>

<item-description>Free Delivery</item-description>

<unit-price currency="GBP">-0</unit-price>

<quantity>1</quantity>

</item>

</items>

<merchant-private-data>2545|29a69ae94659ac3174416504928864a2</merchant-private-data>

</shopping-cart>

<checkout-flow-support>

<merchant-checkout-flow-support>

<edit-cart-url>http://www.totallybike.com/order.php</edit-cart-url>

<continue-shopping-url>http://www.totallybike.com/order-confirmation.php</continue-shopping-url>

<shipping-methods>

<flat-rate-shipping name="Mainland UK - Orders Under £25">

<price currency="GBP">0</price>

</flat-rate-shipping>

</shipping-methods>

<request-buyer-phone-number>false</request-buyer-phone-number>

</merchant-checkout-flow-support>

</checkout-flow-support>

</checkout-shopping-cart>

 

XML that we sent:

<?xml version="1.0" encoding="UTF-8"?>

<error xmlns="http://checkout.google.com/schema/2" serial-number="d6be036e-2e4c-450f-accf-bc89d0ba5b31">

<error-message>Error parsing XML; message from parser is: The entity "pound" was referenced, but not declared.</error-message>

</error>

 

Please HELP!

Edited by totallybike (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...