My REYNA

{% unless customer %} {% endunless %} {% if customer %} {% assign wallet_balance = customer.metafields.reyna.wallet_balance | default: 0 %} {% assign initials = customer.first_name | slice: 0 | upcase %}{% assign last_initial = customer.last_name | slice: 0 | upcase %}
My REYNA

Your Profile

{% form 'customer', customer %} {% if form.errors %}
{{ form.errors | default_errors }}
{% endif %} {% if form.posted_successfully? %}
Profile updated successfully.
{% endif %}

Style Preferences
Heel
Flat Block Kitten Stiletto
My Size
35 36 37 38 39 40 41
Fit
Narrow Regular Wide
Styles
Sandals Mules Boots Loafers Flats
{% endform %}
Saved Addresses
{% for address in customer.addresses %}
{% if address == customer.default_address %} Default {% endif %}
{{ address.name }}
{{ address.address1 }}
{% if address.address2 != blank %}{{ address.address2 }}
{% endif %} {{ address.city }}{% if address.zip != blank %} – {{ address.zip }}{% endif %}
{% if address.phone != blank %}{{ address.phone }}{% endif %}
Edit {% unless address == customer.default_address %} {% endunless %}
{% else %}
No saved addresses yet
{% endfor %}
My REYNA

Your Orders

{% if customer.orders != empty %}
{% for order in customer.orders %}
{{ order.name }}
{{ order.line_items.size }} {{ order.line_items.size | pluralize: 'item', 'items' }} · {{ order.created_at | date: "%d %b %Y" }}
{% if order.cancelled %} Cancelled {% elsif order.fulfillment_status == 'fulfilled' %} Delivered {% elsif order.fulfillment_status == 'partial' %} Partially Shipped {% elsif order.fulfillment_status == 'in_transit' %} In Transit {% elsif order.financial_status == 'refunded' or order.financial_status == 'partially_refunded' %} Refunded {% else %} Processing {% endif %}
{% for item in order.line_items limit: 3 %}
{% if item.image %} {{ item.title | escape }} {% else %} {% endif %}
{{ item.title }}
{% unless item.variant.title == 'Default Title' %}{{ item.variant.title }} · {% endunless %}Qty {{ item.quantity }}
{% endfor %} {% assign extra_items = order.line_items.size | minus: 3 | at_least: 0 %} {% if extra_items != 0 %}
+ {{ order.line_items.size | minus: 3 }} more {{ order.line_items.size | minus: 3 | pluralize: 'item', 'items' }}
{% endif %}
{{ order.total_price | money }}
{% endfor %}
{% else %}
No orders yet
Your REYNA pieces will appear here once you place an order.
Shop Now
{% endif %}
My REYNA

Returns & Exchanges

15-Day Return Window
Items must be unworn, in original packaging with tags attached. Click Request Return on any eligible delivered order below. We'll send a prepaid label within 24 hours.
{% assign has_activity = false %} {% for order in customer.orders %} {% if order.fulfillment_status == 'fulfilled' or order.financial_status == 'refunded' or order.financial_status == 'partially_refunded' %} {% assign has_activity = true %}
{{ order.name }}
{{ order.created_at | date: "%d %b %Y" }}
{% if order.financial_status == 'refunded' %} Return Processed {% elsif order.financial_status == 'partially_refunded' %} Partially Returned {% else %} Delivered {% endif %}
{% assign first_item = order.line_items | first %}
{% if first_item.image %} {{ first_item.title | escape }} {% else %} {% endif %}
{{ first_item.title }}
{% assign extra_ret = order.line_items.size | minus: 1 | at_least: 0 %} {% if extra_ret != 0 %}
+ {{ order.line_items.size | minus: 1 }} more {{ order.line_items.size | minus: 1 | pluralize: 'item', 'items' }}
{% endif %} {% unless first_item.variant.title == 'Default Title' %}
{{ first_item.variant.title }}
{% endunless %}
{{ order.total_price | money }}
{% if order.financial_status == 'refunded' %}
Refund issued
{% elsif order.financial_status == 'partially_refunded' %}
Partial refund issued
{% endif %}
View Full Order {% if order.financial_status != 'refunded' and order.financial_status != 'partially_refunded' and order.fulfillment_status == 'fulfilled' %} {% capture return_subject %}Return Request - {{ order.name }}{% endcapture %} {% capture return_body %}Hi REYNA Team, I would like to request a return for order {{ order.name }} placed on {{ order.created_at | date: "%d %b %Y" }}. Items: {% for item in order.line_items %}- {{ item.title }}{% unless item.variant.title == 'Default Title' %} ({{ item.variant.title }}){% endunless %} x{{ item.quantity }} {% endfor %} Reason for return: Please send a prepaid return label to this email address. Thank you{% endcapture %} {% endif %}
{% endif %} {% endfor %} {% unless has_activity %}
No deliveries yet
Once your orders are delivered, you can request returns here.
Shop Now
{% endunless %}
Need help?
Email us at hello@reyna.in or visit our full returns policy.
My REYNA

REYNA Wallet

Available Balance
₹{{ wallet_balance }}
Applied automatically at checkout
Credits earned by
★ Birthday Bonus ↺ Returns ↗ Referrals ◈ Loyalty Milestone
{% assign wallet_txns = customer.metafields.reyna.wallet_transactions %} {% if wallet_txns %}
Transaction History
{% assign txns = wallet_txns | split: '|' %} {% for txn in txns %} {% assign parts = txn | split: ',' %} {% endfor %}
Description Date Type Amount
{{ parts[0] }} {{ parts[1] }} {{ parts[2] }} {{ parts[3] }}
{% else %}
No wallet activity yet. Credits from returns, referrals and loyalty milestones will appear here.
{% endif %}
Refer a friend to REYNA
Earn ₹250 for every friend who places their first order
{% endif %}