woocommerce/plugins/woocommerce-blocks
Timmy Crawford db79f75376 Update/wc blocks/v1/products (https://github.com/woocommerce/woocommerce-blocks/pull/459)
* Update products endpoint to match core.

* Update usage of cat_operator and attr_operator

* Fix phpcs issue

* Update parameter in tests
2019-02-28 10:07:38 -08:00
..
.github Update bug report template to include WordPress details 2019-01-18 14:44:11 -05:00
assets Update/wc blocks/v1/products (https://github.com/woocommerce/woocommerce-blocks/pull/459) 2019-02-28 10:07:38 -08:00
bin Update CSS build process (https://github.com/woocommerce/woocommerce-blocks/pull/439) 2019-02-19 16:09:36 -05:00
includes Update/wc blocks/v1/products (https://github.com/woocommerce/woocommerce-blocks/pull/459) 2019-02-28 10:07:38 -08:00
languages Update changelog, bump version to 1.4.0-rc (https://github.com/woocommerce/woocommerce-blocks/pull/413) 2019-02-13 10:50:40 -05:00
tests Update/wc blocks/v1/products (https://github.com/woocommerce/woocommerce-blocks/pull/459) 2019-02-28 10:07:38 -08:00
.editorconfig Add .editorconfig file for editor integration (https://github.com/woocommerce/woocommerce-blocks/pull/128) 2018-11-16 10:42:56 -05:00
.eslintignore Update eslint config to ignore legacy block (https://github.com/woocommerce/woocommerce-blocks/pull/176) 2018-11-30 13:18:52 -05:00
.eslintrc.js Update eslint config to ignore legacy block (https://github.com/woocommerce/woocommerce-blocks/pull/176) 2018-11-30 13:18:52 -05:00
.gitattributes Add gitatributes file 2018-04-23 10:34:21 -07:00
.gitignore i18n: Remove the babel makepot & pot-to-php scripts (https://github.com/woocommerce/woocommerce-blocks/pull/385) 2019-01-31 15:59:13 -05:00
.nvmrc Adds continuous integration testing with travis (https://github.com/woocommerce/woocommerce-blocks/pull/156) 2018-11-27 12:12:48 -05:00
.stylelintrc.json Add stylelint to find and fix css code style issues (https://github.com/woocommerce/woocommerce-blocks/pull/126) 2018-11-15 10:45:49 -05:00
.travis.yml Add PHPCS to travis CI tests (https://github.com/woocommerce/woocommerce-blocks/pull/236) 2018-12-14 09:56:54 -05:00
README.md Remove shortcode tweaks (https://github.com/woocommerce/woocommerce-blocks/pull/449) 2019-02-22 13:16:46 -05:00
babel.config.js chore(deps): update wordpress monorepo (major) (https://github.com/woocommerce/woocommerce-blocks/pull/343) 2019-02-13 15:18:43 -05:00
composer.json chore(deps): pin dependency composer/installers to 1.6.0 (https://github.com/woocommerce/woocommerce-blocks/pull/460) 2019-02-28 09:24:51 -08:00
composer.lock chore(deps): pin dependency composer/installers to 1.6.0 (https://github.com/woocommerce/woocommerce-blocks/pull/460) 2019-02-28 09:24:51 -08:00
license.txt Readme 2018-04-20 10:17:55 -07:00
package-lock.json chore(deps): update dependency webpack to v4.29.6 (https://github.com/woocommerce/woocommerce-blocks/pull/461) 2019-02-28 09:25:08 -08:00
package.json chore(deps): update node.js to v10.15.2 (https://github.com/woocommerce/woocommerce-blocks/pull/462) 2019-02-28 09:25:25 -08:00
phpcs.xml Fix PHP CodeSniffer issues (https://github.com/woocommerce/woocommerce-blocks/pull/215) 2018-12-11 11:14:02 -06:00
phpunit.xml.dist Adds continuous integration testing with travis (https://github.com/woocommerce/woocommerce-blocks/pull/156) 2018-11-27 12:12:48 -05:00
postcss.config.js Split blocks into separate JS files (https://github.com/woocommerce/woocommerce-blocks/pull/305) 2019-01-10 13:16:37 -05:00
readme.txt Remove shortcode tweaks (https://github.com/woocommerce/woocommerce-blocks/pull/449) 2019-02-22 13:16:46 -05:00
renovate.json Add renovate.json (https://github.com/woocommerce/woocommerce-blocks/pull/127) 2018-11-15 16:55:12 -05:00
webpack.config.js Remove legacy block (https://github.com/woocommerce/woocommerce-blocks/pull/457) 2019-02-26 14:16:21 -06:00
woocommerce-gutenberg-products-block.php Remove legacy block (https://github.com/woocommerce/woocommerce-blocks/pull/457) 2019-02-26 14:16:21 -06:00

README.md

WooCommerce Product Blocks

Feature plugin for the Gutenberg Products block.

Getting started with the stable version:

  1. The stable version is available on WordPress.org. Download the stable version here.
  2. Activate the plugin.
  3. On Gutenberg posts you should now have a Products block available.

Getting started with the development version:

  1. Make sure you have WordPress 5.0+ 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.

The source code is in the assets/js/products-block.jsx file and the compiled code is in build/products-block.js.

Gutenberg Tutorial and Docs: https://wordpress.org/gutenberg/handbook/designers-developers/developers/tutorials/block-tutorial/introducing-attributes-and-editable-fields/

Using API in Gutenberg: https://github.com/WordPress/gutenberg/tree/master/packages/api-fetch

Vision for the Feature

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.