Results 1 to 2 of 2
  1. #1

    Default How do I edit the XML my cart posts to Google

    I need to remove the merchant-calculations code (tags and all) from my shopping cart XML...but I can't figure out where they are!

    Here's a sample shopping cart's XML from my site:

    <?xml version="1.0" encoding="UTF-8"?><checkout-shopping-cart
    xmlns="http://checkout.google.com/schema/2">
    <shopping-cart>
    <items>
    <item>
    <item-weight unit="LB" value="0.0"/>
    <digital-content>
    <description>Bahá&amp;#39;í Public Speaking (Handouts)
    [DownloadDF Document (Zipped)] &lt;br&gt;Allow 2-5 minutes to get all
    the transaction processed.</description>

    ... // etc ...

    <checkout-flow-support>
    <merchant-checkout-flow-support>
    <merchant-calculations>
    <calculation-mode>SINGLE</calculation-mode>
    <accept-merchant-coupons>true</accept-merchant-coupons>

    <merchant-calculations-url>https://store.unityworks.net/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>

    <tax-tables merchant-calculated="false">
    <default-tax-table>
    <tax-rules>
    <default-tax-rule>
    <shipping-taxed>false</shipping-taxed>
    <rate>0.0</rate>
    <tax-area>
    <world-area/>
    </tax-area>
    </default-tax-rule>
    </tax-rules>
    </default-tax-table>
    <alternate-tax-tables/>
    </tax-tables>

    ... // etc ...

    I want to erase the XML in red - - - > here is this code?

  2. #2

    Default Re: How do I edit the XML my cart posts to Google

    BUMP!!! Dr. Byte? Anyone? HELPPPPPPPPPPPPPPP!!!!!!!!!

 

 

Similar Threads

  1. Unable to edit google checkout settings
    By info@7thdigital.com in forum Addon Payment Modules
    Replies: 15
    Last Post: 21 Dec 2011, 06:05 PM
  2. Edit Cart Mod - Update Cart Button Not Showing
    By ScriptJunkie in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 13 May 2011, 11:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •