**Hi all
anyone that can shed any light on this is cool as it has had me stumped for over 2 months, i am getting an error message from checkout, starts off with the Canvas Style Art has sent Google a shopping cart with errors in it going into the console you get this;
Error parsing XML; message from parser is: Invalid value for body of merchant-calculations-url in checkout-shopping-cart/checkout-flow-support/merchant-checkout-flow-support/merchant-calculations: URL contains illegal characters**
the error code is below this text, i think the error lies in the line i have put in red bold due to the double slash, i can't figure out why it has inserted a break in the url, i have taken checkout offline until i can figure this out, my site is www.canvas-style-art.co.uk
<?xml version="1.0" encoding="UTF-8"?>
<checkout-shopping-cart xmlns="http://checkout.google.com/schema/2">
<shopping-cart>
<items>
<item>
<item-name>Banksy - Anarchist Guard</item-name>
<item-description></item-description>
<unit-price currency="GBP">12.7574</unit-price>
<quantity>1</quantity>
<merchant-private-item-data>
<item>YToxNTp7czozOiJxdHkiO2k6MTtzOjQ6Im5hbWUiO3M6 MjQ6IkJhbmtzeSAtIEFuYXJjaGlzdCBHdWFyZCI7czo1OiJtb2 RlbCI7czowOiIiO3M6MzoidGF4IjtkOjE3LjUwMDAwMDAwMDAw MDAwMzU1MjcxMzY3ODgwMDUwMDkyOTM1NTYyMTMzNzg5MDYyNT tzOjE1OiJ0YXhfZGVzY3JpcHRpb24iO3M6OToiVkFUIDE3LjUl IjtzOjU6InByaWNlIjtzOjc6IjEyLjc1NzQiO3M6MTE6ImZpbm FsX3ByaWNlIjtkOjEyLjc1NzQwMDAwMDAwMDAwMDUxNzI3NTEx MTYzMzM1MjkzNTMxNDE3ODQ2Njc5Njg3NTtzOjE1OiJvbmV0aW 1lX2NoYXJnZXMiO2k6MDtzOjY6IndlaWdodCI7ZDo0LjA5OTk5 OTk5OTk5OTk5OTY0NDcyODYzMjExOTk0OTkwNzA2NDQzNzg2Nj IxMDkzNzU7czoyODoicHJvZHVjdHNfcHJpY2VkX2J5X2F0dHJp YnV0ZSI7czoxOiIwIjtzOjE1OiJwcm9kdWN0X2lzX2ZyZWUiO3 M6MToiMCI7czoyMjoicHJvZHVjdHNfZGlzY291bnRfdHlwZSI7 czoxOiIwIjtzOjI3OiJwcm9kdWN0c19kaXNjb3VudF90eXBlX2 Zyb20iO3M6MToiMCI7czoyOiJpZCI7aTo0NDM7czo4OiJyb3dD bGFzcyI7czo3OiJyb3dFdmVuIjt9</item>
</merchant-private-item-data>
<merchant-item-id>443</merchant-item-id>
<tax-table-selector>Taxable Goods</tax-table-selector>
<item-weight unit="LB" value="4.1" />
</item>
</items>
<merchant-private-data>
<session-data>0ehrsdmbq4nkl63346vepha7n1;zenid</session-data>
<ip-address>xx.xx.xxx.xxx</ip-address>
</merchant-private-data>
</shopping-cart>
<checkout-flow-support>
<merchant-checkout-flow-support>
<edit-cart-url>http://www.canvas-style-art.co.uk/index.php?main_page=shopping_cart</edit-cart-url>
<continue-shopping-url>http://www.canvas-style-art.co.uk/index.php?main_page=checkout_success</continue-shopping-url>
<shipping-methods>
<merchant-calculated-shipping name="Zones: Zones Rates">
<price currency="GBP">1</price>
<shipping-restrictions>
<allow-us-po-box>false</allow-us-po-box>
<allowed-areas>
<postal-area>
<country-code>GB</country-code>
</postal-area>
</allowed-areas>
</shipping-restrictions>
<address-filters>
<allow-us-po-box>false</allow-us-po-box>
<allowed-areas>
<postal-area>
<country-code>GB</country-code>
</postal-area>
</allowed-areas>
</address-filters>
</merchant-calculated-shipping>
<merchant-calculated-shipping name="Zones: Zones Rates intl">
<price currency="GBP">2</price>
<shipping-restrictions>
<allow-us-po-box>false</allow-us-po-box>
<allowed-areas>
<world-area />
</allowed-areas>
<excluded-areas>
<postal-area>
<country-code>GB</country-code>
</postal-area>
</excluded-areas>
</shipping-restrictions>
<address-filters>
<allow-us-po-box>false</allow-us-po-box>
<allowed-areas>
<world-area />
</allowed-areas>
<excluded-areas>
<postal-area>
<country-code>GB</country-code>
</postal-area>
</excluded-areas>
</address-filters>
</merchant-calculated-shipping>
</shipping-methods>
<request-buyer-phone-number>true</request-buyer-phone-number>
<merchant-calculations>
** <merchant-calculations-url><https://canvas-style-art.ssl-01.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>
<alternate-tax-tables>
<alternate-tax-table standalone="false" name="Taxable Goods">
<alternate-tax-rules>
</alternate-tax-rules>
</alternate-tax-table>
</alternate-tax-tables>
</tax-tables>
<rounding-policy>
<mode>UP</mode>
<rule>PER_LINE</rule>
</rounding-policy>
</merchant-checkout-flow-support>
</checkout-flow-support>
</checkout-shopping-cart>
Cheers Egg :shocking: