Copy of Pikora — Account 2
{%- if customer -%}
{%- comment -%} ===== Header — dynamic from the logged-in customer ===== {%- endcomment -%}
{%- comment -%} ===== Saved outfits ===== {%- endcomment -%}
← Back to Discover
{%- comment -%} ===== Account tiles — Orders · Addresses · Newsletter ===== {%- endcomment -%}
{%- else -%}
{%- comment -%} ===== Signed out view (visitor hit /pages/account directly while anonymous) ===== {%- endcomment -%}
{%- endif -%}
Bentornata, {{ customer.first_name | default: 'amica' }}.
Member since {{ customer.created_at | date: '%B %Y' }} ·
{{ customer.orders_count }} {% if customer.orders_count == 1 %}order{% else %}orders{% endif %} ·
0 saved outfits
Your saved outfits
From the Discover feed — tap ✕ to remove, or open Discover to save more.
♡
You haven't saved any outfits yet.
Swipe through Discover and tap the heart on any look that catches your eye.
{%- comment -%} Orders — counts only real purchases {%- endcomment -%}
{%- comment -%} ===== Danger zone — delete account request ===== {%- endcomment -%}
Orders
Your purchases
Track current orders, see history, request returns.
{{ customer.orders_count }}
{%- if customer.last_order -%}
{{ customer.last_order.name }} · {{ customer.last_order.financial_status_label }}
{%- else -%}
No orders yet.
{%- endif -%}
{%- comment -%} Addresses — auto-fills from the customer's default shipping address after first purchase {%- endcomment -%}
Addresses
Where it goes
Saved at checkout so next time it's one tap.
{%- if customer.default_address -%}
Default address
{{ customer.default_address.address1 }}{% if customer.default_address.address2 != blank %}, {{ customer.default_address.address2 }}{% endif %}
{{ customer.default_address.zip }} {{ customer.default_address.city }}, {{ customer.default_address.country_code }}
{%- else -%}
{{ customer.default_address.zip }} {{ customer.default_address.city }}, {{ customer.default_address.country_code }}
No address on file yet — you'll be asked at checkout.
{%- endif -%}
{%- comment -%} Newsletter — show subscribed status + Unsubscribe action {%- endcomment -%}
Newsletter
The journal, weekly
One short letter on Sundays. No discounts, no noise.
{%- if customer.accepts_marketing -%}
Subscribed{{ customer.email }}
{%- comment -%}
Unsubscribe form. Shopify's customer storefront form supports
updating accepts_marketing on logged-in customers.
{%- endcomment -%}
{%- form 'customer', customer, class: 'news-form' -%}
{%- endform -%}
{%- else -%}
Not subscribed{{ customer.email }}
{%- form 'customer', customer, class: 'news-form' -%}
{%- endform -%}
{%- endif -%}
Need to delete your account? GDPR rules mean we process this manually.
Request account deletion →
Sign in to your account
Your saved outfits, orders, and address live behind your account.
Sign in or create account