diff --git a/README.md b/README.md new file mode 100644 index 0000000..feb2bcd --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Show SKU in Woo +Basic WooCommerce Plugin that shows products' SKUs under their names in the shop + +## Functionality +This plugin adds a span containing the product's SKU below each product's name in the shop page +## Installation +Just install the plugin and it will work automatically +## To Do +- [ ] Add container element customization option (`span` / `h1` / `h2` / `h3` / etc..) +- [ ] Add placement customization option (Under name / Between name and picture / Above picture)