This is a Wordpress/WooCommerce plugin allowing you to add sizing tables to your products.
Two options:
- Upload
/dist/size-table
to you plugin folder via FTP - Upload
/dist/size-table.zip
via 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 [email protected]:dreischer/size-table.git
yarn install
make build
This will create the contents of /dist/
To work on the backend UI run
make watch
This will recompile /js
whenever you make changes. Open index.html
to preview the backend
This plugin uses
- Preact
- Webpack
- Buble
- Standard.js