Shopping cart
{% set totalPrice = 0 %} {% set totalPriceExclTax = 0 %}Name | Price | Quantity | ||
---|---|---|---|---|
|
{{ product.name }} | ${{ product.price|number_format(2) }} | {{ include('cart/_delete_form.html.twig') }} | |
Your cart is empty |
Subtotal: ${{ totalPrice|number_format(2) }}
Delivery price: FREE
{% else %} {% endif %}