-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The idea is to add basic WooCommerce examples in all of our current and future examples.
Something like having Storefront theme installed with WC.
Plugins Required
- Only WooCommerce. No add-ons.
Pages
- Header navigation - add Cart, My account as icons. List added Cart items under Cart.
- Shop Page - list products (with load more button) with add to cart button and simple filter and ordering
- Product Page - simple add to cart, display basic info - title, desc, price, quantity, attributes
- Product Cat Pages - same as shop page/reusing the product-card component.
- Cart - add/remove, order subtotal/total
- Checkout - simple validation
- Order Received/Thank you page - display order summary.
Core functionality
- Basic add to cart and remove from cart - cache items for X period of time.
- Basic checkout validation
- Checkout payment with default payments - CoD, Bank transfer etc. No stripe, paypal etc.
Future Enhancements/ideas
- User registration checkbox when checking out
- Trigger emails - new account, new order etc.
- Apply coupon codes and discounts.
- Off canvas cart menu with quantity changes (minus/plus).
- Search functionality
- Payment gateways examples - stripe, paypal?
We can start with Next.js and move on to the others
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🏗 In progress