This plugin allows you to restrict the usage of WooCommerce coupons unless specific products are in the cart.
You can specify which products are required for a coupon to be valid, providing more control over your discount strategies.
Features
- Restrict coupon usage based on all required products being in the cart.
- Customize the error message via a filter.
Filters
runthings_wc_coupons_required_products_error_message
This filter allows customization of the error message shown when a coupon is not valid due to missing required products.
For detailed documentation and advanced examples, see the full documentation on GitHub.
Parameters:
$message(string): The default error message, e.g.,"This coupon requires specific products in the cart.".$coupon(WC_Coupon): The coupon object being validated.$required_products(array): The required products for the coupon, in the format[product_id => quantity].$missing_products(array): The missing products in the cart, in the format[product_id => quantity].
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/gpl-3.0.html.
Icon – Discount by Gregor Cresnar, from Noun Project, https://thenounproject.com/browse/icons/term/discount/ (CC BY 3.0)
Icon – restriction by Puspito, from Noun Project, https://thenounproject.com/browse/icons/term/restriction/ (CC BY 3.0)

评论0