Verified info:
{{ud.user[0].email}}
{{`${ud.user[0].first_name} ${ud.user[0].last_name}`}}
@{{ud.user[0].username}}
{{ud.following}} Following, {{ud.follower}} Followers
Orders and Tracking
>
Order #{{data.order_ref}}
{{formatISODateToCustomFormat(data.order_date)}}
>
Order details
1
Order confirmed
2
Order Processing
3
Order confirmed
4
Delivered
5
To Return
6
Completed
Order confirmed
Shipping
Order
Delivered
To return
Returned
Completed
Shipping Information
Courier: {{data.shipping_information !== null ? data.shipping_information.courier : ''}}
Tracking Number:
{{data.shipping_information !== null ? data.shipping_information.tracking: ''}}
Return Information
Courier: {{data.return_information!== null ? data.return_information.courier: ''}}
Tracking Number:
{{data.return_information!== null ? data.return_information.tracking: ''}}
Shipping Address
{{data.address_info.fullName}}
{{data.extra_info.phoneNumber}}
{{data.address_info.address}}
Billing Address
{{data.address_info.fullName}}
{{data.extra_info.phoneNumber}}
{{data.address_info.address}}
Payment Method
{{data.payment_method}}
Order Items
Product
Description
Status
Price
STRIPED LONG T-SHIRT
Size L
$129
Processing
Last Updated:
2023-07-09 12:20
To Return before:
2023-08-09 12:20
$129
{{data.products.name}}
Size {{size_dict[data.product.sizes[0]]}}
${{data.products.retailPrice}}
{{getStatus()}}
Last Updated:
{{formatISODateToCustomFormat(data.order_date)}}
To Return before:
{{data.return_date}}
${{data.products.retailPrice}}
STRIPED LONG T-SHIRT
Size L
$129
Completed
Last Updated:
2023-07-09 12:20
Item returned on:
2023-08-08 12:20
$129
Shipping
${{data.amount.delivery}}
Total
${{data.amount.total}}
Product
Description
{{data.products.name}}
Size L
${{data.products.retailPrice}}
Status
To Return
Last Updated:
{{formatISODateToCustomFormat(data.order_date)}}
To Return before:
{{data.return_date}}
Price
${{data.products.retailPrice}}
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.