Created
March 21, 2013 19:31
-
-
Save resistorsoftware/5215969 to your computer and use it in GitHub Desktop.
esther
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li class="cart-overview"><a href="/cart">MY BAG (2)</a> | |
<div class="arrow-down-cart"></div> | |
<div id="crt" style="overflow: hidden; display: none;"> | |
<form action="/cart" method="post" id="cartform"> | |
<div id="cart-item"> | |
<div class="quick-cart-image"> | |
<a href="/products/paint-it-red-animal-instinct-tunic-top-black-blue" title="paint it red animal instinct tunic/top - black/blue"> | |
<img src="http://cdn.shopify.com/s/files/1/0071/3552/products/21MARCH-731_small.jpg?12137" alt="paint it red animal instinct tunic/top - black/blue"> | |
</a> | |
</div> | |
<div class="quick-cart-details"> | |
<p><a href="/products/paint-it-red-animal-instinct-tunic-top-black-blue">paint it red animal instinct tunic/top - black/blue - XS</a></p> | |
<p>$49.00</p> | |
<p><a href="#" onclick="remove_item(288714872); return false;" style="border: 1px solid #ccc; padding: 1px 4px;">X</a></p> | |
</div> | |
</div> | |
<div id="cart-item"> | |
<div class="quick-cart-image"> | |
<a href="/products/paint-it-red-animal-instinct-tunic-top-black-blue" title="paint it red animal instinct tunic/top - black/blue"> | |
<img src="http://cdn.shopify.com/s/files/1/0071/3552/products/21MARCH-731_small.jpg?12137" alt="paint it red animal instinct tunic/top - black/blue"> | |
</a> | |
</div> | |
<div class="quick-cart-details"> | |
<p><a href="/products/paint-it-red-animal-instinct-tunic-top-black-blue">paint it red animal instinct tunic/top - black/blue - S</a></p> | |
<p>$49.00</p> | |
<p><a href="#" onclick="remove_item(288714874); return false;" style="border: 1px solid #ccc; padding: 1px 4px;">X</a></p> | |
</div> | |
</div> | |
</form> | |
</div> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment