This is a Wordpress/WooCommerce plugin allowing you to add sizing tables to your products.
Two options:
- Upload
/dist/size-tableto you plugin folder via FTP - Upload
/dist/size-table.zipvia the WP UI
Each product has a new tab "Size table". To show a size table for this product tick the checkbox. Click in any of the fields to update the values:

You'll see the size table as a tab under the add to cart button:

git clone git@github.com:dreischer/size-table.git
yarn install
make buildThis will create the contents of /dist/
To work on the backend UI run
make watchThis will recompile /js whenever you make changes. Open index.html to preview the backend
This plugin uses
- Preact
- Webpack
- Buble
- Standard.js