Skip to content

Instantly share code, notes, and snippets.

@resistorsoftware
Created March 21, 2013 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save resistorsoftware/5215969 to your computer and use it in GitHub Desktop.
Save resistorsoftware/5215969 to your computer and use it in GitHub Desktop.
esther
<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