Items
Qty
Amount
{% include "templates/includes/cart/cart_items.html" %}
{% else %}
{{ _("Cart is Empty") }}
{% endif %}
{% include "templates/includes/order/order_taxes.html" %}
{% include "templates/includes/cart/cart_address.html" %}
{% endif %}