CART <% if (totalItem) { %>  (<%= totalItem %>) <% } %>
<% if (totalItem) { %> <%= totalItem %> <% } %>

Cart

<% if (cart.totalItems == 0) { %>
Continue Shopping
<% } else { %>
<%= cart.totalItems %> Item(s)
<% } %>
Checkout
Secure Checkout
<% console.log(cart) %>
Share by: