summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
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">