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
Copy file name to clipboardexpand all lines: README.md
+10-20
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ branch is upto date with those changes. You can also refer to the PR notes for c
33
33
34
34
# Features:
35
35
36
-
1. WooCommerce Store in React( contains: Products Page, Single Product Page, AddToCart, CartPage and Checkout Page ).
36
+
1. WooCommerce Store in React( contains: Products Page, Single Product Page, AddToCart, CartPage and Checkout Page with country selection ).
37
37
2. SSR
38
38
3. SEO friendly
39
39
4. Automatic Code Splitting
@@ -59,54 +59,44 @@ These instructions will get you a copy of the project up and running on your loc
59
59
60
60
1. Download and activate the following plugins , in your WordPress plugin directory:
61
61
62
-
*[wp-graphql](https://github.com/imranhsayed/woo-next/tree/master/wordpress/plugins) Exposes graphql for WordPress ( **Tested with v-0.8.0** of this plugin )
63
-
*[wp-graphql-woocommerce](https://github.com/imranhsayed/woo-next/tree/master/wordpress/plugins) Adds Woocommerce functionality to a WPGraphQL schema ( **Tested with v-0.5.0** of this plugin )
62
+
*[wp-graphql](https://github.com/imranhsayed/woo-next/tree/master/wordpress/plugins) Exposes graphql for WordPress ( **Tested with v-1.3.8** of this plugin )
63
+
*[wp-graphql-woocommerce](https://github.com/imranhsayed/woo-next/tree/master/wordpress/plugins) Adds Woocommerce functionality to a WPGraphQL schema ( **Tested with v-0.8.1** of this plugin )
64
+
*[headless-cms](https://github.com/imranhsayed/woo-next/tree/master/wordpress/plugins) Extends WPGraphQL Schema ( **Tested with v-1.8.0** of this plugin )
64
65
65
66
* Make sure Woocommerce plugin is also installed in your WordPress site. You can also import default wooCommerce products that come with wooCommerce Plugin for development ( if you don't have any products in your WordPress install ) `WP Dashboard > Tools > Import > WooCommerce products(CSV)`: The WooCommerce default products csv file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv`
66
67
67
68
## Hero Carousel.
68
69
To use Hero carousel, create a category called 'offers' from WordPress Dashboard > Products > Categories.
69
70
Now create and assign as many child categories to this parent 'offers' category with name, description and image.
70
-
These Child categories data will automatically be used to create hero carousel on the frontend.
71
+
These Child categories data will automatically be used to create hero carousel on the frontend.
*_Note_ Below is for GraphQL implementation , for REST API check [feature/rest-api](https://github.com/imranhsayed/woo-next/tree/feature/rest-api) branch
76
77
77
-
1. (Required) Create a `.env` file taking reference from `.env-example` and update your WordPressSite URL.
78
-
2. (optional) You can update your productImagePlaceholder, singleImagePlaceholder in `client-config.js`
79
-
80
-
```ruby
81
-
const clientConfig = {
82
-
productImagePlaceholder:'https://via.placeholder.com/800', // e.g https://via.placeholder.com/434-Placeholder image URLfor index page
0 commit comments