diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 8b7e194e..e41a4c6b 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -551,8 +551,10 @@ <div class="cart_body"> <div class="rows"> <script type="text/html" class="template"> - <div> + <div class="cart_item_image"> <img src="{{image}}"> + </div> + <div class="cart_item_info"> <b>{{sku}}</b><br> <span class="title">{{title}}</span> <span class="type">{{type}}</span> @@ -561,9 +563,11 @@ <b>COLOR:</b> {{color}}<br> <b>QUANTITY:</b> {{quantity}}<br> </span> + </div> + <div class="cart_item_price"> <span class="remove">x Remove from cart</span> <span class="price">{{price}}</span> - </div> + </div> </script> </div> <div> |
