

Tiered pricing list.
Alondra sets up tiered pricing and quantity discounts on your WooCommerce products. Each pricing group holds a list of quantity ranges with their price, plus the rules that decide when the group applies, so you can offer exclusive prices to selected products, categories, tags, users or roles.
The rules editor is built for B2B/B2C stores, retailers, wholesalers and service providers: it lives in the WordPress admin, follows the conventions you already know, and needs no code to configure.
Alondra PRO is a separate, paid plugin from the same author. Everything listed above is part of this plugin and stays that way. PRO builds on top of it and adds:
Visit Alondra website to learn more about it.
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.