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
As a registered shopper, I want to manage my shipping/billing addresses so I can use them properly during the checkout process.
Description & Motivation
Improve the checkout experience by allowing the shopper to select a previously stored address in the checkout process.
Deliverables
A dedicated AEM page for address book management (can be created using the "Content Page" template), accessible via the "Address book" link from the account drop down or side-panel.
A self contained React component that allows address book management:
The component must allow the developer to customize the display type (list/grid) via props or a similar mechanism.
Each entry in the list must have the "Edit" and "Remove" actions:
Adding a new address must be done via the same form used in the checkout process
Unit tests for the React component
Acceptance Criteria
The Address book page can be accessed via the link in the account dropdown or side panel
The address book page is working as expected - you can create, update, or delete addresses.
You can select one and only one address to be the "default" address.
Verification Steps
The text was updated successfully, but these errors were encountered:
User Story
As a registered shopper, I want to manage my shipping/billing addresses so I can use them properly during the checkout process.
Description & Motivation
Improve the checkout experience by allowing the shopper to select a previously stored address in the checkout process.
Deliverables
A dedicated AEM page for address book management (can be created using the "Content Page" template), accessible via the "Address book" link from the account drop down or side-panel.
A self contained React component that allows address book management:
The component must allow the developer to customize the display type (list/grid) via props or a similar mechanism.
Each entry in the list must have the "Edit" and "Remove" actions:
Adding a new address must be done via the same form used in the checkout process
Acceptance Criteria
Verification Steps
The text was updated successfully, but these errors were encountered: