π Feature Description
The cart page has no "Continue Shopping" button. Users
who want to add more items must use the browser back button
or navigate manually β breaking the natural shopping flow.
Problem Statement
On every major e-commerce platform, the cart page has two
primary actions:
- "Continue Shopping" β go back to browsing
- "Proceed to Checkout" β complete purchase
Currently only option 2 exists on this cart page.
Proposed Solution
- Add a "β Continue Shopping" button on the cart page
- Clicking it navigates to /shop.html
- Style it as a secondary/outline button so it doesn't
compete visually with the primary "Checkout" button
- Position it below or beside the checkout button
Benefits
- Keeps users in the shopping flow
- Reduces cart abandonment
- Standard UX pattern on Amazon, Flipkart, Myntra
Suggested Implementation
In frontend/cart.html:
Add a button linking to shop.html styled as outline variant.
In frontend/styles/cart.css:
Add secondary button styles.
Type: Feature / UX
π Feature Description
The cart page has no "Continue Shopping" button. Users
who want to add more items must use the browser back button
or navigate manually β breaking the natural shopping flow.
Problem Statement
On every major e-commerce platform, the cart page has two
primary actions:
Currently only option 2 exists on this cart page.
Proposed Solution
compete visually with the primary "Checkout" button
Benefits
Suggested Implementation
In
frontend/cart.html:Add a button linking to shop.html styled as outline variant.
In
frontend/styles/cart.css:Add secondary button styles.
Type: Feature / UX