Description
This is a fairly simple plugin that enables store owners to make a coupon only apply when all products required for it are in the cart. This plugin introduces a new checkbox when editing a coupon, that enables this new feature.
When you want to run a bundle deal, for three products, all those three products need to be in the cart before the coupon works. For example if you want to offer a 50% coupon for purchases of product x, product y and product z in a single order. Just a single checkbox enforces this new rule.
Contributions are welcome via the GitHub repository.
Screenshots
Installation
- Download the plugin file to your computer and unzip it
- Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
- Activate the plugin from the Plugins menu within the WordPress admin.
Or use the automatic installation wizard through your admin panel, just search for this plugins name.
FAQ
-
Where can I find the setting for this plugin?
-
This plugin uses a per coupon based setting, so you’ll have to make a coupon and look for the checkbox at the bottom of the Usage Restriction tab that says ‘Bundle coupon’
Reviews
Contributors & Developers
“WooCommerce Bundle Style Coupons” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WooCommerce Bundle Style Coupons” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3 – 2023/01/18
- Update: Use WooCommerce CRUD to get/set coupon meta.
- Update: Tested against WooCommerce 7.4.
- Update: Tested against WordPress 6.1.
0.2 – 2018/04/30
- Fix: WooCommerce 3.0 compatible
- Tweak: Moved class to separate file
- Tweak: Only load plugin if WooCommerce is active
- Tweak: Display checkbox on “Usage Restrictions” tab of Coupon metabox
0.1.1 – 2013/04/28
- Fix: Typo in coupon level settings label
0.1 – 2013/04/24
- Initial release