summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-24 20:45:08 -0500
committerJules Laplace <jules@okfoc.us>2015-11-24 20:45:08 -0500
commitac3d6b0f112286acdd3d9e89345479d2502dfa4d (patch)
tree45face5a8f570bbbf9ecd6234cee320ccf98f001 /StoneIsland/www/index.html
parent48c984f546e37276fa7f4441311133e7014451bb (diff)
cart state bs
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 8cff6b83..aeb1eb61 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -535,7 +535,7 @@
<!-- CART ================================================ -->
<div id="cart">
- <h1>YOUR CART / <span class="itemcount">2 ITEMS</h1>
+ <h1>YOUR CART / <span class="itemcount"></h1>
<div class="steps">
<span class="summary_step">SUMMARY</span>
@@ -550,10 +550,10 @@
<div class="cart_body">
<div class="rows">
<script type="text/html" class="template">
- <div class="cart_item_image">
+ <div class="cart_item_image">
<img src="{{image}}">
- </div>
- <div class="cart_item_info">
+ </div>
+ <div class="cart_item_info">
<span class="sku">{{sku}}</span>
<span class="title">{{title}}</span>
<span class="type">{{type}}</span>
@@ -562,11 +562,11 @@
<div class="meta-color"><b>COLOR:</b> {{color}}</div>
<div class="meta-quantity"><b>QUANTITY:</b> {{quantity}}</div>
</div>
- </div>
- <div class="cart_item_price">
+ </div>
+ <div class="cart_item_price">
<span class="remove">x Remove from cart</span>
<span class="price">{{price}}</span>
- </div>
+ </div>
</script>
</div>
<div class="cart-summary">