Description
A simplistic plugin for excluding shipping methods based on multiple rules such as shipping class, package weight and cart totals.
Excluding Payment Gateways
You can take full control of your store payment gateways by excluding certain gateways if certain rules were met in the checkout process. For example, you can exclude Check Payments if the cart total is less than 100$. You can add an unlimited number of rules to control your payment methods availability.
Excluding Shipping Methods
Moreover, you can have a high level of control over your store’s shipping methods, You can apply as many rules as you need in order to manage your shipping methods availability. For example, you may exclude some shipping methods if the order weight exceeds a certain weight, or exclude shipping method/s if the destination was a certain country.
Screenshots
Installation
- Upload
restricted-shipping-and-payment-for-woocommerce.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- A new admin menu items
Shipping Conditions
andPayment Conditions
will be added to the WooCommerce menu item.
FAQ
-
Which rules are available to restrict payment gateways and shipping methods?
-
The following rules are available:
* Cart Total
* Coupon Code
* Customer
* Package Total Weight
* Billing Country
* Shipping Class
* Shipping Country
Reviews
Contributors & Developers
“Conditional Payments and Shipping for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Conditional Payments and Shipping for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.13
- Fixed: PHP deprecated warnings.
- Added: WooCommerce 9.3 compatibility.
- Added: WordPress 6.6 compatibility.
- Updated: select2 to 4.0.7
1.0.12
- Fixed: Shipping classes issue for variable products.
- Added: WooCommerce 8.5 compatibility.
1.0.11
- Added: WordPress 6.4 compatibility.
- Added: WooCommerce 8.2 compatibility.
- Added: Declaring WooCommerce HPOS compatibility.
- Fixed: Fix billing country rule.
1.0.10
- Added: WordPress 6.3 compatibility.
- Added: WooCommerce 8.0 compatibility.
1.0.9
- Added: WordPress 6.0 compatibility.
- Added: WooCommerce 7.0 compatibility.
- Fixed: Updated Select2.js to 4.0.6
1.0.8
- Added: WordPress 5.9 compatibility.
= 1.0.7
* FIXED: fix shipping classes issue with product variations
1.0.6
- FIXED: product weight for variations.
1.0.5
- FIXED: Not In operator was not working as expected.
- FIXED: Shipping classes rule was not calculated correctly.
1.0.4
- FIXED: Weight rule unit conversion was not considered.
- FIXED: Weight rule product quantity was not considered.
1.0.3
- FIXED: Cart total rule was not working.
- FIXED: Payment country rule was not working.
1.0.2
- FIXED: rule operators miss displayed.
1.0.1
- FIXED: the plugin security nonce was breaking other plugins.
1.0.0
- Initial release