Skip to content

Instantly share code, notes, and snippets.

@centerax
Created February 22, 2013 13:16
Show Gist options
  • Save centerax/5013313 to your computer and use it in GitHub Desktop.
Save centerax/5013313 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<basket>
<item>
<description>Honeycomb Quilted Silk Bed Spread - Blue - Pebble</description>
<productSku>Q-HCOMB/BP</productSku>
<productCode>53521</productCode>
<quantity>1</quantity>
<unitNetAmount>162.50</unitNetAmount>
<unitTaxAmount>32.50</unitTaxAmount>
<unitGrossAmount>195.00</unitGrossAmount>
<totalGrossAmount>195.00</totalGrossAmount>
<recipientFName>Pablo</recipientFName>
<recipientLName>Benitez</recipientLName>
<recipientEmail>pablo@ebizmarts.com</recipientEmail>
<recipientPhone>213</recipientPhone>
<recipientAdd1>ads 123</recipientAdd1>
<recipientCity>das</recipientCity>
<recipientCountry>GB</recipientCountry>
<recipientPostCode>123</recipientPostCode>
</item>
<item>
<description>Nirvana Patchwork Silk Cushion - Heather/Silver</description>
<productSku>C30-NIR/HS </productSku>
<productCode>53522</productCode>
<quantity>1</quantity>
<unitNetAmount>20.83</unitNetAmount>
<unitTaxAmount>4.17</unitTaxAmount>
<unitGrossAmount>25.00</unitGrossAmount>
<totalGrossAmount>25.00</totalGrossAmount>
<recipientFName>Pablo</recipientFName>
<recipientLName>Benitez</recipientLName>
<recipientEmail>pablo@ebizmarts.com</recipientEmail>
<recipientPhone>213</recipientPhone>
<recipientAdd1>ads 123</recipientAdd1>
<recipientCity>das</recipientCity>
<recipientCountry>GB</recipientCountry>
<recipientPostCode>123</recipientPostCode>
</item>
<deliveryNetAmount>0.00</deliveryNetAmount>
<deliveryTaxAmount>0.00</deliveryTaxAmount>
<deliveryGrossAmount>0.00</deliveryGrossAmount>
</basket>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment