-
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.
- WooGraphQL
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
- support simple, grouped, variable products
- 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.
- My account - billing, shipping fields, orders, core user info (password, email).
Core functionality
- Add to cart and remove from cart - cache items for X period of time.
- Off Canvas Cart - quantity update, remove item, clear cart, refresh cart.
- Checkout validation
- Checkout payment with default payments - CoD, Bank transfer etc. No stripe, paypal etc.
- User registration and login (authentication)
- Apply coupon codes and discounts.
- Template Hierarchy
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
👀 In review