My REYNA
R·EYNA
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
Saved Addresses
{% for address in customer.addresses %}
{% if address == customer.default_address %}
Default
{% endif %}
{% else %}
{{ 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 %}
{% 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 %}
No saved addresses yet
{% endfor %}
My REYNA
Your Orders
{% if customer.orders != empty %}
{% for order in customer.orders %}
{% 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 %}
{% endfor %}
{% else %}
{% endif %}
{{ order.name }}
{{ order.line_items.size }} {{ order.line_items.size | pluralize: 'item', 'items' }} · {{ order.created_at | date: "%d %b %Y" }}
{% for item in order.line_items limit: 3 %}
{% endfor %}
{% assign extra_items = order.line_items.size | minus: 3 | at_least: 0 %}
{% if extra_items != 0 %}
{% if item.image %}
{% else %}
{% endif %}
+ {{ order.line_items.size | minus: 3 }} more {{ order.line_items.size | minus: 3 | pluralize: 'item', 'items' }}
{% endif %}
{{ order.total_price | money }}
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.
{{ order.name }}
{{ order.created_at | date: "%d %b %Y" }}
{% assign first_item = order.line_items | first %}
{{ 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 %}
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
Transaction History
| Description | Date | Type | Amount |
|---|---|---|---|
| {{ parts[0] }} | {{ parts[1] }} | {{ parts[2] }} | {{ parts[3] }} |
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