Skip to content

Implement full design for eCommerce platform#61

Merged
Josephat-S merged 1 commit into
devfrom
feat/ecommerce-template
May 26, 2026
Merged

Implement full design for eCommerce platform#61
Josephat-S merged 1 commit into
devfrom
feat/ecommerce-template

Conversation

@Josephat-S
Copy link
Copy Markdown
Contributor

This pull request introduces two new pages to the ecommerce Next.js monolith template: a shopping cart page and a checkout page. Both pages feature responsive layouts and modern UI elements, providing a complete cart and checkout experience. The cart page displays items, allows quantity adjustments, and summarizes order costs, while the checkout page includes a step indicator, a shipping form, and an order summary sidebar.

New Cart and Checkout Pages

  • Added a new CartPage in app/cart/page.tsx that displays cart items with quantity controls, item removal, and an order summary including subtotal, tax, and total, along with navigation links for continuing shopping and proceeding to checkout.
  • Added a new CheckoutPage in app/checkout/page.tsx featuring a multi-step checkout indicator, a detailed shipping information form, and a sidebar with order summary, promo code input, and a secure checkout notice.

Closes #34

@Josephat-S Josephat-S requested a review from a team May 26, 2026 07:35
@Josephat-S Josephat-S merged commit 0d3005a into dev May 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

E-Commerce Template: Full Store Design

1 participant