Skip to content

[FEATURE]: Add "Continue Shopping" button on the Cart pageΒ #398

Description

@Git-Shubham14

πŸš€ 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:

  1. "Continue Shopping" β†’ go back to browsing
  2. "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

Metadata

Metadata

Assignees

Labels

SSoC26Program label for Social Summer of Code Season 5.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions