{% if showShippingAddress is not defined %} {% set showShippingAddress = false %} {% endif %} {% if showShippingMethod is not defined %} {% set showShippingMethod = false %} {% endif %}

Order Review

{% if showShippingAddress %}

Shipping to

{% if cart.shippingAddress %}
{% include 'shop/_includes/addresses/address' with {'address': cart.shippingAddress} %}
{% else %}

No shipping address selected.

{% endif %} {% if currentUser %}Edit{% endif %}
{% endif %} {% if showShippingMethod %}

Shipping method

{% if cart.shippingMethod %} {{ cart.shippingMethod.name }} {% else %} No shipping method selected. {% endif %}


{% endif %}

Items