2018-11-13 19:12:32 +00:00
# WooCommerce Product Blocks
2018-02-13 17:32:11 +00:00
Feature plugin for the Gutenberg Products block.
2018-11-13 19:12:32 +00:00
## Getting started with the stable version:
2018-04-20 17:17:55 +00:00
2018-11-13 19:12:32 +00:00
1. The stable version is available on WordPress.org. [Download the stable version here. ](https://wordpress.org/plugins/woo-gutenberg-products-block/ )
2. Activate the plugin.
2018-02-13 17:32:11 +00:00
3. On Gutenberg posts you should now have a Products block available.
2018-11-13 19:12:32 +00:00
## Getting started with the development version:
1. Make sure you have:
- the latest version of the Gutenberg plugin and WooCommerce 3.3.1+ installed and active
- ***OR*** WordPress 5.0 (beta) and WooCommerce 3.5.1+
2. Get a copy of this plugin using the green "Clone or download" button on the right.
3. `npm install` to install the dependencies.
4. `npm run build` (build once) or `npm start` (keep watching for changes) to compile the code.
5. Activate the plugin.
6. On Gutenberg posts & pages you should now have a "Products" block available.
2018-02-13 17:32:11 +00:00
2018-11-13 19:12:32 +00:00
The source code is in the `assets/js/products-block.jsx` file and the compiled code is in `build/products-block.js` .
2018-02-13 17:32:11 +00:00
**Gutenberg Tutorial and Docs**: https://wordpress.org/gutenberg/handbook/blocks/
2018-02-27 20:54:30 +00:00
2018-10-05 13:53:21 +00:00
**Using API in Gutenberg**: https://github.com/WordPress/gutenberg/tree/master/packages/api-fetch
2018-02-27 20:54:30 +00:00
2018-11-13 19:12:32 +00:00
## Vision for the Feature
2018-02-27 20:54:30 +00:00
2018-03-02 16:33:27 +00:00
Users should be able to insert a variety of products from their store (specific products, products in a category, with assorted layouts and visual styles, etc.) into their post content using a simple and powerful visual editor.