<?xml version="1.0" encoding="UTF-8"?>
<checkout-shopping-cart xmlns="http://checkout.google.com/schema/2">
<shopping-cart>
<items>
<item>
<item-name>Doolittle</item-name>
<item-description>Doolitle CD by The Pixies (1989)</item-description>
<unit-price currency="USD">11.98</unit-price>
<quantity>1</quantity>
</item>
<item>
<item-name>PSCREEN18</item-name>
<item-description>18 inch Pizza Screen</item-description>
<unit-price currency="USD">7.99</unit-price>
<quantity>3</quantity>
</item>
<item>
<item-name>MYWIDGET01</item-name>
<item-description>New tax free widget - Student Use Only</item-description>
<unit-price currency="USD">149.21</unit-price>
<quantity>1</quantity>
<tax-table-selector>taxfree</tax-table-selector>
</item>
<item>
<item-name>NDISC01</item-name>
<item-description>New Customer Discount</item-description>
<unit-price currency="USD">-10</unit-price>
<quantity>1</quantity>
</item>
</items>
</shopping-cart>
<checkout-flow-support>
<merchant-checkout-flow-support>
<edit-cart-url>http://www.gregphoto.net/index.php?action=editcart&source=google</edit-cart-url>
<continue-shopping-url>http://www.gregphoto.net</continue-shopping-url>
<shipping-methods>
<flat-rate-shipping name="UPS Ground">
<price currency="USD">19.99</price>
</flat-rate-shipping>
<flat-rate-shipping name="UPS Next Day">
<price currency="USD">27.99</price>
</flat-rate-shipping>
<pickup name="Instore Pickup">
<price currency="USD">4.99</price>
</pickup>
</shipping-methods>
<tax-tables>
<default-tax-table>
<tax-rules>
<default-tax-rule>
<rate>0.0875</rate>
<tax-area>
<us-state-area>
<state>CA</state>
</us-state-area>
</tax-area>
</default-tax-rule>
<default-tax-rule>
<rate>0.0525</rate>
<tax-area>
<us-state-area>
<state>IL</state>
</us-state-area>
</tax-area>
</default-tax-rule>
</tax-rules>
</default-tax-table>
<alternate-tax-tables>
<alternate-tax-table name="taxfree" standalone="true">
<alternate-tax-rules>
<alternate-tax-rule>
<rate>0</rate>
<tax-area>
<us-country-area country-area="ALL"/>
</tax-area>
</alternate-tax-rule>
</alternate-tax-rules>
</alternate-tax-table>
</alternate-tax-tables>
</tax-tables>
</merchant-checkout-flow-support>
</checkout-flow-support>
</checkout-shopping-cart>