diff --git a/app/templates/shop/account/dashboard.html b/app/templates/shop/account/dashboard.html new file mode 100644 index 00000000..3cd760ae --- /dev/null +++ b/app/templates/shop/account/dashboard.html @@ -0,0 +1,228 @@ +{# app/templates/shop/account/dashboard.html #} +{% extends "shop/base.html" %} + +{% block title %}My Account - {{ vendor.name }}{% endblock %} + +{% block alpine_data %}accountDashboard(){% endblock %} + +{% block content %} +
Welcome back, {{ user.first_name }}!
+View order history
+{{ user.total_orders }}
+Total Orders
+Edit your information
+{{ user.email }}
+Manage addresses
+Customer Since
+{{ user.created_at.strftime('%B %Y') }}
+Total Orders
+{{ user.total_orders }}
+Customer Number
+{{ user.customer_number }}
++ Are you sure you want to logout? You'll need to sign in again to access your account. +
+Reset your password
++ Enter your email address and we'll send you a link to reset your password. +
+ + + + + + ++ We've sent a password reset link to . + Please check your inbox and click the link to reset your password. +
+ ++ Didn't receive the email? Check your spam folder or + +
++ Remember your password? + + Sign in + +
+ +Sign in to {{ vendor.name }}
-