Shopping Cart
<% if (!order.line_items.length) { %>
Your cart is currently empty. Click here to continue shopping.
<% } else { %>
-
<% _.each(order.line_items, function(lineItem) { %>
-
<% if (lineItem.variant.images.length > 0) { %>
<% } else { %>
<% } %>
<%= lineItem.title %>
RemoveView
<% }); %>
-
<% } %>