Multipurpose theme documentation
Multipurpose Fashion Theme
Template Customer Account
Multipurpose Fashion Theme
Theme: Multipurpose Fashion Theme
Help Center > Pages & Templates > Customer Account
Overview
Customer account templates (templates/customers/*.liquid) handle login, registration, account dashboard, addresses, order history, and password recovery. These pages use Liquid templates (not JSON) and are styled with main-account.css to match the theme's design tokens (tokens.css, base.css).
Who This Is For
- Merchants - Customer accounts must be enabled in Settings > Checkout. The theme provides a polished, fashion-forward account experience.
- Prospective merchants - All required customer templates are present and styled consistently.
- Theme Reviewers - Customer templates follow Shopify best practices and use semantic HTML.
Template Files
| File | Purpose |
|---|---|
customers/login.liquid |
Customer login form; guest checkout option if enabled |
customers/register.liquid |
New customer registration |
customers/account.liquid |
Account dashboard: order history, links to addresses |
customers/addresses.liquid |
Address list, add new address form, edit/delete |
customers/order.liquid |
Individual order detail (line items, shipping, status) |
customers/activate_account.liquid |
Account activation (invitation email) |
customers/reset_password.liquid |
Password reset form (from email link) |
customers/recover_password.liquid |
Request password reset email |
Styling
All customer pages use:
main-account.css- Layout, forms, cards, navigationtokens.css- Colors, typography, spacing, radiusbase.css- Page width, buttons, utilities
Design tokens ensure a consistent, fashion-forward look across login, account, addresses, and order pages.
For Merchants
- Enable customer accounts: Settings > Checkout > Customer accounts (Required, Optional, or Disabled).
- Customers access account via the header account icon or
/account. - Login and register pages are linked from each other.
- Password recovery is available from the login page.
For Theme Reviewers
- All required customer templates are present.
- Forms use proper labels, autocomplete, and error handling.
- Breadcrumbs and navigation support accessibility.
- Styling uses theme design tokens; no inline styles.