{# app/templates/shop/account/profile.html #} {% extends "shop/base.html" %} {% block title %}My Profile - {{ vendor.name }}{% endblock %} {% block alpine_data %}shopProfilePage(){% endblock %} {% block content %}

My Profile

Manage your account information and preferences

Profile Information

Update your personal details

Preferences

Manage your account preferences

Receive emails about new products, offers, and promotions

Change Password

Update your account password

Must be at least 8 characters with at least one letter and one number

Passwords do not match

Account Information

Customer Number
Member Since
Total Orders
Total Spent
{% endblock %} {% block extra_scripts %} {% endblock %}