{% for item in cart.items %}
{% if item.product.imagePath %} {{ item.product.name }} {% else %} {% endif %}

{{ item.product.name }}

{{ item.formattedUnitPrice }} each

{{ item.quantity }}

{{ item.formattedLineTotal }}

{% else %}

Your cart is empty

Continue Shopping
{% endfor %}