{% if showShippingAddress is not defined %} {% set showShippingAddress = false %} {% endif %} {% if showShippingMethod is not defined %} {% set showShippingMethod = false %} {% endif %}
No shipping address selected.
{% endif %} {% if currentUser %}Edit{% endif %}{% if cart.shippingMethod %} {{ cart.shippingMethod.name }} {% else %} No shipping method selected. {% endif %}