Overview
π Heads up
If you are using Starter Kit, there's no need need to manually create the Sections and Components below.
All the code examples below are just an implementation suggestions. For brevity, the styles are omitted.
For this guide, we will be creating Sections and Components locally. Make sure you have your Local Development Environment ready.
π Remember to commit and push newly created Sections and Components to your remote repository to sync the changes with Shogun Frontend.
This guide will walk you through implementing the account pages in your store. We will be using the Frontend Customer package.
The account pages will allow your customers to:
Register and log in
Manage addresses
See order history
Manage and reset password
π§ For security reasons, managing payment methods is not supported using the frontend-customer package. Contact Shogun Support for an alternative approach.
Pages
Below is an overview of each page this guide will cover:
Page name | Page url | Requires authentication | Description |
Account |
| Yes | Customer's account page. |
Register |
| No | Where customers go to create their account. |
Login |
| No | Where customers go to login into their account. |
Orders |
| Yes | Where customers can see their orders. |
Address |
| Yes | Where customers can see and manage their addresses. |
Forgot Password |
| No | Where customers go if they need to recover their password. |
Reset Password |
| No | The page a customer is redirected after clicking the reset password link in their email. |