<% var i=0, total=0; %>
<% for (var s in skus) { %>
<% var sku = skus[s]; %>
<% var full_details_url = Gilt.Subsite[sku.subsite_id || 'fuse'].full_url + sku.sku_data.details_url + "?sale_id=" + sku.sku_data.sale_id %>
|
 |
|
<%= sku.sku_data.sale_price ? fl.Formatter.currency(sku.sku_data.sale_price) : '' %> |
|
<%= fl.Formatter.currency((sku.sku_data.sale_price*1000*sku.quantity)/1000) %>
<% total += (sku.sku_data.sale_price*1000*sku.quantity)/1000; %>
|
<%= gg.Cart.itemExpirationMessage(sku) %>
|
|
|
Estimated to arrive between <%= fl.Formatter.replaceBusinessDayRangeWithDates(sku.sku_data.shipping_window || label_data.shipping_window).replace("to", "and") %>
|
<% if (sku.sku_data.shipping_surcharge) { %>
|
|
Shipping Surcharge |
<%= fl.Formatter.currency(sku.sku_data.shipping_surcharge) %> |
<%= sku.quantity %> |
<%= fl.Formatter.currency(sku.sku_data.shipping_surcharge * 1000 * sku.quantity / 1000) %> |
|
<% } %>
<% } %>
|
<% if (gg.Cart.current.user_discounts.length > 0) { %>
<% } %>
|
Subtotal: <%= fl.Formatter.currency(total) %>
|
Need more time to shop?
We combine shipping on any additional orders placed within 1 hour.
Continue Shopping
|
Checkout |