
Lineweb Checkout Rules helps you decide which existing payment and shipping
options remain available for a cart. Build conditions, test sample scenarios and
explicitly enable live mode when your rules are ready.
Rules only restrict methods that WooCommerce already makes available. They do
not enable unavailable gateways, obtain shipping quotes or process payments.
Payment conditions use the full cart. Shipping conditions use one package and its
destination at a time. Subtotal excludes tax, shipping and fees and reflects
discounted line totals. Categories match exact assigned IDs.
Order-pay, subscription renewals, express wallets outside regular checkout and
the separate Checkout Blocks pickup-location picker are outside this version’s
scope. Multi-currency and third-party integrations require compatibility testing.
Source by Andrew Matia / Lineweb.
Custom development: https://www.lineweb.gr
Public source: https://github.com/drewmt/lineweb-checkout-rules-for-woocommerce
Version source: https://github.com/drewmt/lineweb-checkout-rules-for-woocommerce/tree/v1.0.1
The complete, unminified JavaScript and CSS source is included directly in
assets/admin.js and assets/admin.css. These files are loaded as supplied;
no JavaScript or CSS compilation, bundling or minification is required.
No third-party JavaScript or CSS libraries are bundled.
To create the install ZIP from a source checkout, run php tools/release.php
with PHP and its Zip extension. The script copies the documented runtime files
unchanged into .release/. Development checks and requirements are in README.md.