Developers
josk79 |
Download Stats
Today | 140 |
Yesterday | 76 |
Last Week | 1,523 |
All Time | 128,941 |
"WooCommerce Extended Coupon Features" adds functionality to the WooCommerce coupons and allows for automatic discount rules. Very easy to use, the functionality is conveniently integrated to the WooCommerce Edit Coupon panel.
Requires: * WooCommerce 3.0 or newer (5.0+ recommended) * PHP 5.6 or newer (7.2+ Recommended) * WordPress 4.9 or newer
Full documentation is available at www.soft79.nl.
- Auto coupons: Allow coupons to be automatically added to the users cart if its restrictions are met,
- Apply coupon via an url,
- Restrict coupon by shipping method,
- Restrict coupon by payment method,
- Restrict coupon by a combination of products
- Restrict coupon to certain customer roles
- (PRO) Add free products to the customer's cart based on coupon rules
- (PRO) Allow a cart discount to be applied based on quantity / subtotal of matching products
- (PRO) Set Auto Coupon priorities (Useful for 'Individual Use Only'-coupons)
- (PRO) Restrict coupon by shipping zone
- (PRO) Allow coupon for first purchase only
- (PRO) API to allow developers to use functions of this plugin
For more information or the PRO version please visit www.soft79.nl
Example: Auto coupon
Let the customer have a discount of $ 5.00 when the cart reaches $ 50.00.
- Create a coupon, let's name it auto_50bucks and enter a short description e.g. $ 50.00 order discount
- On the General tab: Select discount type Cart discount, and set the coupon amount to $ 5.00
- On the Usage restrictions tab: Set minimum spend to $ 50.00 and check the Auto coupon-box
Voila! The discount will be applied when the customer reaches $ 50.00 and a descriptive message will be shown.
If the restrictions are no longer met, it will silently be removed from the cart.
Example: Apply coupon via an URL
Apply coupon through an url like this:
- Use the url www.example.com/url-to-shop?apply_coupon=my_coupon&fill_cart=123
Voila! Any coupon can be applied this way. Please note that an empty cart can not contain any coupons. Download the free Cart Links for WooCommerce-plugin to handle the 'fill_cart'-part of the url.
This plugin has been tested in combination with WP-Multilang.
Releases (50 )
Version | Release Date | Change Log |
---|---|---|
3.2.9 | 2022-06-10 | Release Date - 2022-01-16 - FIX: Last update broke BOGO. (Thanks for informing us, Celian) |
3.2.8 | 2021-11-19 | Release Date - 2021-11-19 * FIX: Remove autocoupon, better detection if it was removed manually * FIX: (PRO) Free products: Better variation attributes support |
3.2.7 | 2021-02-13 | Release Date - 2021-02-13 * FIX: User restrictions on backend orders |
3.2.6 | 2021-01-16 | Release Data - 2021-01-16 * (PRO) FIX: Don't display free product selection when there are no items to choose from * FEATURE: 'Table Rate Shipping' by WooCommerce compatibility |
3.2.1 | 2020-08-19 | Release Date - 2020-08-18 * (PRO) FEATURE: Filter 'wjecf_free_products_to_apply_for_coupon' * (PRO) FEATURE: Filter 'wjecf_bogo_products_to_apply_for_coupon' |
3.1.4 | 2020-03-28 | Release Date - 2020-03-28 * (PRO) FEATURE: Restrict coupon by shipping zone |
3.1.2 | 2019-09-18 | Release Date - 2019-09-18 * (PRO) FEATURE: Filter wjecf_is_first_purchase |
3.1.0 | 2019-05-21 | Release Date - 2019-05-21 * TWEAK: Remove domainname from redirect url after using ?apply_coupon= * (PRO) FIX: Free products: Don't apply a product that is not purchasable * (PRO) TWEAK: Call WC core add_to_cart instead of custom add_to_cart-function * (PRO) TWEAK: Free product selection: Show variation attributes in product title |
3.0.5 | 2018-11-10 | Release Date - 2018-11-10 * (FREE) FIX: 'Auto coupons'-settings not visible in FREE version * (PRO) FIX: Limit discount to: in combination with WC < 3.2 * (PRO) FIX: Added quantity to 'woocommerce_add_cart_item_data'-filter (Fixes crash WooCommerce Product Addons) |
2.6.5 | 2018-10-28 | Release Date - ????-??-?? * FIX: Limit discount to: in combination with WC < 3.2 |
3.0.4 | 2018-10-21 | Release Date - 2018-10-12 * FIX: Auto coupons: silently remove invalid coupons * FIX: WPML compatibility issue with "CATEGORIES AND" * (PRO) FIX: CSS of the column system (box-sizing: border-box) |
3.0.3 | 2018-10-21 | Release Date - 2018-10-12 * FIX: Auto coupons: silently remove invalid coupons * FIX: WPML compatibility issue with "CATEGORIES AND" * (PRO) FIX: CSS of the column system (box-sizing: border-box) |
3.0.2 | 2018-09-05 | Release Date - 2018-09-03 * FIX: Email restrictions compatibility with WooCommerce versions prior to 3.4 * FIX: Individual use conflict * FIX: (FREE) Missing debug template |
3.0.1 | 2018-09-02 | Release Date - 2018-09-02 * FIX: Fatal error in FREE version of the plugin * FIX: Require PHP5.4 |
3.0.0 | 2018-09-02 | Release Date - 2018-09-02 * IMPORTANT: Requires WooCommerce 3.0+ WordPress 4.8+ and PHP 5.3+ * FEATURE: Filter 'wjecf_apply_with_other_coupons' to disallow certain coupon combinations * FEATURE: Update order review on payment/billing email change on checkout page (see settings page) * FIX: Auto-coupon check usase limits per user and respect email restriction wildcards * FIX: Auto-coupon in combination with individual_use respects exception filters * FIX: Coupon queueing: Case sensitive coupon code compare issue * FIX/PERFORMANCE: Rewritten handling of auto-coupons. Performance improvement * (PRO) ENHANCEMENT: Free products: Better handling and performance of cart ajax events * (PRO) FIX: Duplicate notices when enqueuing a coupon * INTERNAL: Removed code for backwards compatibility with WC versions prior to 3.0 * INTERNAL: Rewritten boot-process. Class auto-loading. Code cleanup. |
2.6.4 | 2018-08-17 | Release Date - 2018-08-16 * FIX: Download JSON compatiblilty issue with WC 2.6.x * FIX: WPML Translate coupon title |
2.6.3 | 2018-06-04 | Release Date - 2018-06-04 * FIX: WJECF_Controller: Don't use wp_get_current_user() for admin-orders * FIX: WJECF_Controller: Don't use WC()->cart->subtotal for admin-orders * FIX: Possible division by zero when calculating multiplier value * FEATURE: Filter 'wjecf_coupon_multiplier_value' to allow overriding the coupon's multiplier value |
2.6.2 | 2018-04-02 |
|
2.6.1.1 | 2018-01-31 | Release Date - 2017-12-24 * FIX: (PRO) Possible crash on null reference in filter woocommerce_coupon_get_discount_amount |
2.6.0.2 | 2017-12-04 | Release Date - 2017-12-04 * FIX: Typo 'impode' (Thanks to Constantine for reporting) |
2.6.0 | 2017-12-02 | Release Date - 2017-12-02 * ADMIN: Compatibility with coupons added on the Order page from wp-admin (requires WC3.3+) * ADMIN: Show 'settings' link on the plugin screen * INTERNAL: Moved debugging functions to WJECF_Debug. Use template/log.php for output rendering of the log * (PRO) FEATURE: Limit coupon to first time purchase only * (PRO) ENHANCEMENT: Free products: Better grid layout of the free product selector * (PRO) ENHANCEMENT: Free products: Auto submit of selection (works for inputs in container with class 'wjecf-auto-submit') * (PRO) FIX: Free products: Respect "sold individually" when adding free products to the cart * (PRO) FIX: Free products: WC2.6 compatibility (product->get_status()) |
2.5.4 | 2017-09-23 |
|
2.5.1 | 2017-05-29 |
|
2.4.3 | 2017-04-23 |
|
2.4.2.1 | 2017-04-13 |
|
2.4.2 | 2017-04-13 |
|
2.4.0 | 2017-04-03 |
|
2.3.7.4 | 2016-12-29 |
|
2.3.7 | 2016-10-30 |
|
2.3.6 | 2016-09-22 |
|
2.3.4 | 2016-06-22 |
|
2.3.3 | 2016-05-14 |
|
2.3.2 | 2016-03-28 |
|
2.3.1 | 2016-01-18 |
|
2.3.0 | 2015-12-14 |
|
2.2.5.1 | 2015-11-30 |
|
2.2.5 | 2015-11-29 |
|
2.2.4 | 2015-11-23 |
|
2.2.3 | 2015-11-19 |
|
2.2.1 | 2015-08-28 |
|
2.0.0 | 2015-08-11 |
|
1.1.5 | 2015-03-20 |
|
1.1.4 | 2015-03-16 |
|
1.1.3.1 | 2015-03-02 |
|
1.1.3 | 2015-02-27 |
|
1.1.2 | 2015-02-11 |
|
1.1.1 | 2014-09-05 |
|
1.1.0 | 2014-08-30 |
|
1.0.1 | 2014-07-30 |
|
1.0 | 2014-07-05 |
|