

Label Builder
The plugin provides two options for creating additional content that will be placed on the card and product page.
1. In Product Meta box that is placed the Label Settings
2. The plugin creates a separate section in the WooCommerce main menu
In it you can create all our label/information elements and set them by bulk
Our information elements are:
– Labels for the product
– Additional information elements for the product card
**The main function of the plugin is to help you customize your product card and page to suit your marketing needs.
This plugin ships production-ready, minified assets in the repository’s root dist/ directory (both CSS and JS).
Source tree:
src/js/ — JavaScript source files
src/scss/ — SCSS/CSS source files
dist/ — compiled/minified assets included with releases
We encourage contributors to review and build the plugin from source. End users do not need to run any build steps; compiled files are included in releases.
Requirements: Node.js (LTS or newer) and npm.
Install dependencies:
npm ci
Development build with watch (creates/update files in dist/):
npm run dev
Production build (minified, outputs to dist/):
npm run build
Build scripts (from package.json):
“dev”: “webpack –mode development –watch”
“build”: “webpack –mode production”