{% include 'layouts/product_header.html' %}

My Account

Hello {{ username }} (not {{ username }}? Log out )

From your account dashboard you can view your recent orders, manage your shipping and billing addresses, and edit your password and account details.

{% set i =1 %} {% for c in order_data %} {% set i =i+1 %} {% endfor %}
Order Date Payment Type Status Total Action
{{ i }} {{ c.changeDateFormat }} {{ c.payment_mode }} {{ c.order_status }} ₹ {{ c.pay_amount }} View
Product Date Expire Download
Carsafe - Car Service PSD Template Nov 22, 2020 Yes Download File
Carsafe - Car Service HTML Template Nov 10, 2020 Yes Download File
Carsafe - Car Service WordPress Theme Nov 12, 2020 Yes Download File

The following addresses will be used on the checkout page by default.

Billing Address edit

{{ user_data[0].full_name }}

{{ user_data[0].address }}, {{ user_data[0].town }}
{{ user_data[0].district }}, {{ user_data[0].state }}, {{ user_data[0].country }}.
{{ user_data[0].zipcode }}

Mobile: {{ user_data[0].mobileno }}

Shipping Address edit

{{ user_data[0].full_name }}

{{ user_data[0].address }}, {{ user_data[0].town }}
{{ user_data[0].district }}, {{ user_data[0].state }}, {{ user_data[0].country }}.
{{ user_data[0].zipcode }}

Mobile: {{ user_data[0].mobileno }}

The following addresses will be used on the checkout page by default.

Password change
#

Curated Products

Provide Curated Products for all product over $100

#

Handmade

We ensure the product quality that is our main goal

#

Natural Food

Return product within 3 days for any product you buy

#

Free home delivery

We ensure the product quality that you can trust easily

{% include 'layouts/footer.html' %}