{% extends 'shop/_layouts/main' %} {% block main %} {% set customer = craft.commerce.customers.customer %} {% set primaryBillingAddress = customer.getPrimaryBillingAddress() %} {% set primaryShippingAddress = customer.getPrimaryShippingAddress() %}

Manage Addresses

Add New Address
{% for address in customer.addresses %} {% if loop.index0 is divisible by(3) %}
{% endif %} {% if loop.index is divisible by(3) %}
{% endif %} {% endfor %} {% endblock %}