Description
WooCommerce Smart Coupons is a plugin that significantly expands the capabilities of the default WooCommerce coupon system. It allows store owners to create more complex and personalized discounts, including features like BOGO deals, gift cards, store credits, and auto-applied coupons. It also enables targeted promotions based on customer behavior, purchase history, and other criteria, offering a more sophisticated approach to sales and customer engagement.
WooCommerce Smart Coupons
You have full access to this resource.
- Last Updated: Jun 24, 2025
- Created: Jun 24, 2025
- Access: Free
Plan Prices
No plans available.
Version History
Jan 23, 2026
Version 9.69.0
* Fix: Coupon minimum and maximum amount validation to correctly use the subtotal when prices are displayed inclusive of tax
* Fix: Auto-generated Cashback Rewards credits not respecting the store decimal precision settings
* Fix: Gift Card coupons not generated and emails not sent when using a block-based Cart page with a classic Checkout page
* Fix: Safeguard WooCommerce session initialization to prevent REST API fatal errors
* Update: Improved French language translations strings
* Update: Translations
Jan 6, 2026
Version 9.66.0
* New: Shortcode 'smart_coupon_countdown' for displaying countdown timers about coupon expiry, also works with banners provided by the plugin
* New: Display Store Credit balance getting used from the total balance available, alongside coupon codes on Cart and Checkout page
* New: Display original price of the product as crossed along with discounted price of the product in the cart
* Fix: A product that issues store credit, is not getting added to cart when it is set as gift product under a coupon's Actions tab
* Fix: Max discount not getting applied when coupons are applied to orders from the admin side
* Fix: Incorrectly setting the default quantity as 1 for the product that is not there in the cart
* Developer: Added 'wc_sc_coupon_show_store_credit_balance' filter to enable or disable Store Credit balance display
* Developer: Added 'wc_sc_store_credit_balance_label' filter to customize the Store Credit balance label
* Update: Translations
Dec 27, 2025
Version 9.65.0
* New: Tested up to WooCommerce 10.4.3
* New: Customers can now enter recipient details, personalized messages, and schedule delivery of coupons directly from the product page (only for shortcode-based checkout page)
* New: Display promotion-like messages on the product page for product-based discounts
* Fix: Cashback Rewards not generating store credit coupons when HPOS was enabled without WP posts sync due to order meta not being detected
* Fix: Empty lines in CSV files causing the import process to stop
* Fix: Coupon application & discount calculation getting affected due to issue with the inclusive of tax and minimum amount
* Developer: Added filter 'sc_gift_ignore_sanitize_receiver_message' to not avoid line break of receiver email template
* Developer: Added filters 'wc_sc_show_product_page_gift_form' and 'wc_sc_gift_form_default_accordion_state' to enable/disable form and manage accordion default state
* Update: Translations
Dec 13, 2025
Version 9.64.0
* New: Tested up to WordPress 6.9.0
* New: Tested up to WooCommerce 10.3.6
* Fix: Gift products were not added correctly when applying coupons through custom AJAX request
* Fix: Fatal error when modifying shipping methods with invalid value
* Fix: Coupon error messages were being replaced unexpectedly
* Fix: Fixed product discount coupons were not applying correctly when creating orders are created manually from admin side
* Fix: Store Credit coupons are not generating when the order is being paid using Apple Pay or Google Pay
* Update: Replaced deprecated 'wc_enqueue_js()' usage for compatibility with WooCommerce 10.4
* Update: Translations
Dec 5, 2025
Version 9.63.0
* New: Tested up to WooCommerce 10.3.5
* Fix: Products set under 'Actions' tab is not considering tax settings, causing invalidation of coupon spend limit
* Fix: Coupon scheduling not setting correct time when scheduled from shortcode-based checkout page
* Fix: Coupon meta not updating
* Fix: Coupons restricted to product, when applied via URL coupons, not applying & redirecting to home page
* Fix: Treating everything passed in the URL as coupons, causing performance issues
* Fix: URL coupons redirects to the same page when the page slug and coupon code are the same
* Fix: Coupon applied via URL not showing in CheckoutWC Side Cart on first load due to timing issue
* Update: Label & descriptions of some of the fields of Cashback Rewards settings
* Developer: Added filter 'sc_shareable_link_url' to customize coupon URL
Nov 10, 2025
Version 9.62.0
* New: Added REST API endpoint to retrieve detailed store credit and available coupons for authenticated users
* Fix: Error in cart for auto apply coupon for subscription variable product
* Fix: Product meta for image upload not saving properly
* Developer: Added filters 'wc_sc_unused_coupon_reminder_coupon_ids' and 'wc_sc_unused_reminder_email_coupon' to modify coupon IDs and coupon object before sending unused reminder emails
* Tweak: Some additional checks to prevent running unnecessary code on the product edit page on the admin side
* Update: Moved shortcode 'wc_sc_balance' and 'smart_coupons_balance' to run with hook 'init'
* Update: Moved error logging for feature of image upload from system level logging to error logging of the plugin
* Update: Translations
Nov 6, 2025
Version 9.61.1
* Fix: Uncaught Error: Class 'WC_SC_Email' not found
* Update: Restricted some code execution from the places where it's not required
* Update: Translations
Nov 3, 2025
Version 9.61.0
* New: Tested up to WooCommerce 10.3.3
* New: Issue a new coupon for every new order that matches a specified criteria
* Fix: Attribute-based exclusions not working consistently with variable products
* Fix: Excluded products added from 'Actions' tab from the calculation of subtotal for Usage restrictions 'Minimum spend' and 'Maximum spend'
* Update: Copy email notifications settings from 'Emails' tab to 'Smart Coupons' tab under 'WooCommerce > Settings'
* Update: Use of store credit label in email notification setting for 'Store Credit email with image'
* Update: Translations
Oct 24, 2025
Version 9.60.0
* New: Tested up to WooCommerce 10.3.0
* New: Display notices on the cart & the checkout page about additional action to perform for an offer like discount or free shipping
* Fix: Restrict guest users from viewing and applying role-restricted coupons during checkout
* Fix: Expired coupons were being incorrectly selected in the 'Unused Coupon Reminder' query when expiry reminders were enabled or disabled
* Update: Translations
Oct 17, 2025
Version 9.59.0
* Fix: When 'Give to someone else' is selected on block-based checkout page, gift card emails were sent to the admin instead of the recipient's email address
* Fix: Compatibility with CheckoutWC where 'Available Coupons' appeared on checkout despite being disabled in settings
* Fix: URL Coupons redirecting visitors to the homepage
* Update: Made the gift card image upload process more reliable
* Update: Translations
Oct 11, 2025
Version 9.58.0
* New: Coupons were not showing in the "Available Coupons" section after being removed from Auto Apply
* Fix: Auto-generated coupon emails used the gift card template even when product image upload was disabled
* Fix: Sender message not appearing in gift card recipient email after switching to gift-card-email.php template
* Fix: Translation support for the word "percent" in the coupon actions tab for products
* Fix: Store Credit usage restriction not excluding product brands correctly
* Fix: Attribute restrictions not working for auto-applied coupons
* Update: Translations
Oct 9, 2025
Version 9.57.0
* New: Tested up to WordPress 6.8.3
* New: Feature 'Unused Coupon Reminder' email to automatically notify customers about their coupons that are unused for a specified duration
* Fix: Fatal error in WC_SC_Gift_Card_Image::display_order_item_meta by making the 4th parameter optional when 'woocommerce_order_item_meta_end' passes only 3 arguments
* Update: Translations
Oct 7, 2025
Version 9.56.0
* New: Tested up to WooCommerce 10.2.2
* New: Shortcodes 'wc_sc_balance' and 'smart_coupons_balance' to show store credit balance
* Fix: Prevent coupon category archive pages from non-admin users by redirecting them to shop page
* Fix: Prevent auto-generation of coupons during subscription switching to avoid granting coupons without payment
* Fix: Unnecessary loading of some JavaScript and CSS on pages where they are not required
* Fix: Improved plugin reliability by enhancing exception handling
* Fix: Accept coupon from URL even if it is passed like endpoint or pretty permalinks
* Developer: Filters 'sc_coupon_category_should_redirect' and 'sc_coupon_category_redirect_url' added for customizing URL coupon behavior
* Update: Translations
Sep 26, 2025
Version 9.55.0
* New: Added support for gift card image uploads, allowing customers to upload an image to personalize their gift cards
* Update: Translations
Sep 16, 2025
Version 9.54.0
* Fix: Coupons are not auto-generating when 'Apple Pay' is used to pay for the order
* Fix: Error in Danish translation strings that caused fatal error with unknown format specifier '&'
* Fix: Translation issue with coupon action's gift product message so it now displays correctly in all languages
* Fix: Coupons set to 'First Order Only' were incorrectly applied to registered users who had previously purchased as guests
* Fix: Gift Card not added via AJAX when using 'WPC AJAX Add to Cart for WooCommerce' plugin
* Update: Improvements in usage restriction based on number of orders like default values, arguments in filter 'wc_sc_coupons_by_order_count_statuses' and 'wc_sc_coupons_by_order_count_error_message', use of CRUD-based meta functions for better consistency
* Update: Translations
Sep 5, 2025
Version 9.53.0
* Fix: Validated coupon quantities to prevent automatic application under unexpected cart conditions
* Update: Translations
Aug 24, 2025
Version 9.50.0
* New: Tested up to WooCommerce 10.1.1
* Fix: Coupon code case sensitivity issue causing compatibility problems with other plugins
* Update: Translations
Aug 8, 2025
Version 9.48.0
* Fix: Auto-generated coupon details were not displaying in the order confirmation email
* Fix: Translation issue in the email header when the customer receives the email from the plugin
* Fix: 'Generated coupons' section on order admin shows all older coupons
* Fix: Broken CSS for text 'And' under 'Coupon data > Usage restriction' with WooCommerce version 9.6.2 & lower
* Developer: Filter 'wc_sc_email_coupon_description_text' to manage display for email coupon description text
* Update: Translations
Aug 5, 2025
Version 9.47.0
* Fix: Free product from "Actions" tab not added to cart when applying coupon causes page reload
* Fix: Improved UI scripts for the "Available Coupons" section
* Fix: Shortcode-based "Available Coupons" section will no longer follow hide settings of collapsible "Available coupons" section
* Fix: Settings "Always show section" and "Open by default" are now always visible
* Fix: "Preview email" styles no longer affect the entire admin page ["Bulk Generate" & "Send store credit" tab]
* Update: Translations
Jul 22, 2025
Version 9.45.0
* New: Tested up to WordPress 6.8.2
* New: Tested up to WooCommerce 10.0.2
* Fix: Sender and receiver details now visible in 'More Details' on My Account > Coupons
* Fix: Showing coupon validation notice when not required
* Fix: Resolved translation issue in checkout related to incorrect handling of single quotes in localized strings
* Fix: Improved layout in the "Send Store Credit" tab
* Fix: Discount amount in admin order email now reflects accurate value
* Fix: Prevented JS error in French by escaping inline translations with `esc_js()`
* Fix: On the plugin's admin setting page, footer notes are overlapping the 'Save changes' button
* Fix: Wrong escaping function, using 'esc_attr__()' in a context outside of HTML attributes
* Update: Improved handling of adding products to the cart via AJAX in the Coupon Action tab [Admin]
* Update: Translations
Jul 16, 2025
Version 9.44.0
* Update: Prevent coupon generation overlap when multiple admins run bulk generation simultaneously
* Fix: Added CheckoutWC compatibility file to resolve integration issues
* Fix: Auto-apply coupons no longer disappear during checkout transition
* Fix: Optimized background AJAX call frequency to improve performance and reduce server load
* Fix: Illegal string offset ‘global_coupons’
* Fix: Array to string conversion warning
* Fix: PHP Fatal error: translations on Swedish language
* Update: Translations
Jun 24, 2025
Version 9.40.1
* New: Tested up to WooCommerce 9.9.4
* New: Swedish, Danish & Korean translations (AI-generated)
* Fix: Bulk-generated coupons were imported with an incorrect author
* Fix: Issue where multiple notices were displayed and Action tab-related products remained in the checkout after coupon removal
* Fix: Available coupons were not displaying on the checkout page when using the CheckoutWC plugin
* Fix: Auto Apply coupon with Individual use set is causing infinite loop
* Update: Translation
Comments
Log in to leave a comment.
No comments yet. Be the first to comment!