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á&#39;í Public Speaking (Handouts)
[DownloadDF Document (Zipped)] <br>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?



DF Document (Zipped)] <br>Allow 2-5 minutes to get all



Bookmarks