You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Display Quick Icon**| Show a quick icon for this app on the J2Commerce dashboard. Requires the J2Commerce Quick Icon plugin to be installed and enabled. | No |
63
-
|**Quick Icon Title**| The label displayed on the quick icon. Only visible when **Display Quick Icon** is set to **Yes**. |`J2Commerce Change Password`|
62
+
**Display Quick Icon:** Show a quick icon for this app on the J2Commerce dashboard. Requires the J2Commerce Quick Icon plugin to be installed and enabled.
63
+
64
+
**Quick Icon Title:** The label displayed on the quick icon. Only visible when **Display Quick Icon** is set to '**Yes'**.
64
65
65
66
After adjusting settings, click **Save** or **Save & Close**.
66
67
67
68
## How It Works
68
69
69
-
When a logged-in customer visits their **My Profile** page on the frontend, a **Change Password** tab appears in the profile navigation alongside any other profile tabs.
70
+
When a logged-in customer visits their **My Account** page on the frontend, a **Change Password** tab appears in the profile navigation alongside any other profile tabs.
70
71
71
72
<!-- SCREENSHOT: Frontend My Profile page showing Change Password tab in the tab navigation -->
72
73
@@ -88,13 +89,13 @@ If there is a problem, inline error messages appear directly below the relevant
88
89
89
90
## Validation and Error Messages
90
91
91
-
| Situation | Message Shown |
92
-
|-----------|---------------|
93
-
| New Password field left empty | "New Password Required" |
94
-
| Confirm Password field left empty | "Confirm Password Required" |
95
-
| Passwords do not match | "Password Field Mismatch" |
96
-
| Server-side save error | "New Password Save Problem" |
| New Password field left empty | "New Password Required"|
95
+
| Confirm Password field left empty | "Confirm Password Required" |
96
+
| Passwords do not match | "Password Field Mismatch"|
97
+
| Server-side save error | "New Password Save Problem"|
98
+
| Success | "Password Updated Successfully" |
98
99
99
100
## Tips
100
101
@@ -114,7 +115,7 @@ If there is a problem, inline error messages appear directly below the relevant
114
115
2. Confirm the customer is logged into a Joomla user account on the frontend.
115
116
3. If the problem persists, go to **System** -> **Manage** -> **Extensions**, search for **Change Password**, and verify the plugin status is **Enabled**.
116
117
117
-
<!-- SCREENSHOT: Extensions manager search result for Change Password plugin showing enabled status -->
Copy file name to clipboardExpand all lines: website/docs-v6/getting-started/store-setup.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,13 @@ Go to **J2Commerce -> Store tab** and start filling in your store information
226
226
227
227
**Show Logout Link:** Select '**Show**' to display the logout link in my profile
228
228
229
-
**Filter Orders by Status:** You can limit customers to see only orders with the selected statuses in this field
229
+
**Filter Orders by Status:** You can limit customers to see only orders with the selected statuses in this field. 
230
+
231
+
:::tip
232
+
233
+
**Helpful Tip:** In the example photo above, the customer would only see '**Confirmed**' orders under their **My Account**. If you want them to see other statuses like refunded, voided, cancelled, etc, then add those options here.
234
+
235
+
:::
230
236
231
237
**Show Terms & Conditions:** Select '**Yes**' to display terms and conditions during checkout
0 commit comments