--- action: 'shop:customerProfile' template: inner protocol: all published: true name: Profile url: /profile ---
{% if customer %}
{{ partial('shop-customerprofile') }} {% if hasFeature('saved-cards') %} {% set editedCard = '' %}
{{ partial('shop-customerprofile-edit-card') }}
{{ code_block('script') }} {% endif %}
{% else %} Please login to edit your profile. {% endif %}