| Product name | Price | Quantity | Total |
|---|---|---|---|
|
{% if line.image_url %}
{% endif %}
{{ line.product.name }}
{% if line.color %}
Color: {{ line.color.name }} {% endif %}
|
${{ line.unit_price }} | ${{ line.line_total }} |
Cart is empty.
{% endif %}