You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Make sure WooCommerce has some products already or import some sample products
51
+
3. Make sure WooCommerce has some products already
52
52
53
-
The WooCommerce sample products CSV file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv` or [Sample products](sample_products/)
54
-
55
-
Import the products at `WP Dashboard > Tools > Import > WooCommerce products(CSV)`
56
53
57
54
4. Clone or fork the repo and modify `.env.example` and rename it to `.env`
58
55
@@ -76,14 +73,16 @@ The current release has been tested and is confirmed working with the following
76
73
77
74
- Next.js version 13.1.6
78
75
- React 18
76
+
- Typescript
79
77
- Connect to Woocommerce GraphQL API and list name, price and display image for products
80
78
- Support for simple products and variable products
81
79
- Cart handling and checkout with WooCommerce (Cash On Delivery only for now)
0 commit comments