Lineweb Checkout Rules for WooCommerce

Description

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.

  • Hide selected methods or keep only a selected subset.
  • Match all or any conditions on subtotal, weight, quantity, products, categories,
    shipping classes, destination country, postcode or customer roles.
  • See matched conditions and removed choices in the scenario lab.
  • Receive a warning when your rules leave no available method.
  • Import, export and duplicate rules. Imports and exports use preview mode.
  • No account, telemetry, commissions, ads or premium feature gates.

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

Source code and development

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.

Installation

  1. Install and activate WooCommerce in a staging environment.
  2. Place the plugin folder in wp-content/plugins and activate the plugin.
  3. Open WooCommerce > Checkout Rules.
  4. Create rules in Preview only mode and test representative scenarios.
  5. Enable only the intended rules. Saving Live mode applies enabled rules.

FAQ

Does activation change my checkout?

No. The initial mode is Preview only. You must explicitly save Live mode before
rules filter checkout. Saving in preview mode still stores your configuration.

Is the scenario lab a payment or shipping test?

It evaluates the facts and candidate method IDs you supply. It does not calculate
tax, carrier quotes, inventory or payment-provider eligibility.

What happens when every method is excluded?

The result stays empty. The simulator warns you; it never restores a forbidden
method. Check your rules and test actual carts before activating restrictions.

What data is stored?

Only the rule configuration is stored by this plugin. Scenario inputs are not
logged. Deactivation preserves settings; uninstall removes them on the current site.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Lineweb Checkout Rules for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.1

  • Improve JavaScript and CSS source readability without changing functionality.
  • Document public source access and reproducible packaging instructions.

1.0.0

  • Initial release with payment and shipping conditions, preview mode,
    scenario explanations, safe JSON import/export and responsive merchant controls.