Alondra allows you to easily set up tiered pricing and quantity discounts to be used on your WooCommerce products. You can decide when to use the prices you define using the powerful included rules editor so you will be able to offer exclusive prices to users, roles, product categories and more.
This tool will allow you to configure the functionalities you need for your B2B/B2C, retailer, wholesaler or service provider business in a very short time to improve your sales using a friendly and intuitive interface.
The plugin ships the compiled assets/js/*.js and assets/css/*.css files together with the sources and tooling they are built from, so every distributed file can be reproduced:
assets/js/src/ (bundled by webpack, entry points admin.js and front.js).assets/css/scss/ (compiled by Dart Sass, then autoprefixed by PostCSS).package.json, package-lock.json, webpack.config.js, babel.config.json, postcss.config.js.composer.json, composer.lock. The plugin has no runtime dependency, so Composer only generates the class autoloader.To rebuild the assets from the plugin directory:
npm install
npm run build
npm run dev produces the same files unminified and with source maps, and `composer install` regenerates the autoloader.
Our test suites and code quality configuration are development tools rather than part of the plugin, so they are not included here. They live in the source repository together with everything above.