{#
{% set adressType = 'shipping' %} {% if invoiceForm|default == 1 %} {% set adressType = 'billing' %} {% endif %} {% set addressId = sessionCart[adressType~'Address']|default %} {% set address = getCustomerAddress({'id':addressId}) %} {% if invoiceForm|default != 1 %}
{% endif %}

{% if invoiceForm|default != 1 %}
{% endif %}
#}
{% set adressType = 'shipping' %} {% if invoiceForm|default == 1 %} {% set adressType = 'billing' %} {% endif %} {% set addressId = sessionCart[adressType~'Address']|default %} {% set address = getCustomerAddress({'id':addressId}) %} {% if invoiceForm|default != 1 %}
{% endif %}

{% if invoiceForm|default != 1 %}
{% endif %}