What’s New in Swift Commerce v1.4 – Abandoned Cart Recovery, Subscription Management, and a Whole Lot More
If you’ve been following Swift Commerce’s development, you know we don’t do small updates. Version 1.4 is three releases deep (1.4.0, 1.4.1, and 1.4.2), and it’s probably the most significant update cycle we’ve shipped yet. New features, major improvements to existing ones, and the kind of under-the-hood polish that makes everything feel tighter.
Let’s walk through what changed and why it matters for your store.
Abandoned Cart Recovery – the Feature Most Stores Need Yesterday

This was the big one for v1.4.0. Every WooCommerce store loses sales to abandoned carts. Industry averages hover around 70%, which means for every 10 customers who add something to their cart, 7 of them leave without buying.
Swift Commerce now includes a full abandoned cart recovery system – and yes, it’s free. The basics work out of the box: automatic cart tracking for both registered users and guests, timed email sequences that remind shoppers about what they left behind, and coupon incentives you can attach to recovery emails to sweeten the deal.
The guest capture part is worth highlighting. When a guest starts typing their email at checkout but doesn’t complete the purchase, Swift Commerce saves that cart. Most recovery plugins charge a premium for this. We just built it in.
On the Pro side, cart recovery gets even more capable. You can set up multi-email sequences with up to 5 follow-up emails, each with its own timing and messaging. There’s auto-coupon generation that creates unique discount codes per abandoned cart, an analytics dashboard that shows your recovery rate and revenue recaptured, and CSV export for both cart data and analytics. We also added webhook and Zapier integration, so you can pipe abandoned cart events into whatever tools your marketing team already uses.
The analytics dashboard in particular is something we’re proud of. It doesn’t just tell you how many carts were abandoned – it shows which emails performed best, what your recovery rate looks like over time, and how much revenue you’ve actually brought back. Numbers you can act on, not vanity metrics.
Checkout Field Editor Gets Conditional Logic
If you’ve used the Checkout Field Editor before, you know it lets you add, remove, and rearrange fields at checkout. That’s useful on its own. But v1.4.0 added conditional logic, and that changes what’s possible.
You can now show or hide fields based on what’s in the cart, the cart total, or the values of other fields. A few examples of what that looks like in practice:
- Show a “Gift message” textarea only when a gift wrap product is in the cart
- Display a VAT number field only when the order total exceeds a certain amount
- Hide delivery instructions when the customer selects local pickup
- Show a company name field only when “Business” is selected in an account type dropdown
The free version handles basic field-to-field conditions. Pro unlocks cart-based conditions and cross-field logic, which is where things get genuinely powerful. The drag-and-drop Quick Add Fields interface also got a complete redesign in this release, so adding new fields is faster and more intuitive.
Subscriptions Pro – Built for Store Owners Who Manage Subscriptions Daily
Subscriptions got a significant Pro upgrade in v1.4.2, focused on the things store owners actually need when they’re managing a subscription business day to day.
Admin-created subscriptions let you create subscriptions directly from the WordPress admin. This is useful when a customer calls in to subscribe, when you’re migrating from another platform, or when you need to set up a custom arrangement that doesn’t fit a standard product page flow.
Proration handles the math when subscription changes happen mid-cycle. If a customer upgrades from a $10/month plan to a $25/month plan halfway through their billing period, Swift Commerce calculates the difference and charges accordingly. Getting this right matters – incorrect proration charges are one of the fastest ways to lose subscriber trust.
Subscription coupons work with your existing WooCommerce coupon system but add subscription-specific controls. You can offer discounts on the first payment, on recurring payments, or both.
Payment gateway sync ensures subscription payment methods stay current. When a customer updates their card, the subscription stays linked to the right payment method. This sounds basic, but it’s the kind of thing that prevents failed renewals and involuntary churn.
Wishlist Improvements That Actually Drive Sales
The Wishlist feature got several updates across the v1.4.x cycle that focus on turning wishlists into a sales channel, not just a bookmark list.
“Add All to Cart” does exactly what it sounds like. Customers can add their entire wishlist to the cart in one click. For stores where customers build up wishlists over time – gift registries, holiday planning, B2B reorders – this is a conversion shortcut.
WhatsApp sharing and Copy Link were added alongside the existing social sharing options. WhatsApp sharing in particular is huge for stores with a customer base that’s active on messaging platforms. It makes wishlists a word-of-mouth tool.
On the Pro side, wishlist conversions tracking moved from wp_options to a dedicated database table. This is a performance improvement for stores with thousands of wishlists – the old approach worked fine at small scale but got slow as the data grew. Cron scheduling for wishlist-related background tasks also became conditional, meaning the jobs only run when there’s actually work to do.
Product Addons, Bundles, and Quantity Limits – the Revenue Multipliers
These three features all received meaningful updates in v1.4.2:
Product Addons Pro now supports per-addon quantity multipliers and min/max checkbox selection rules. The quantity multiplier means an addon’s price can scale with the product quantity – buy 5 items with gift wrapping, pay for 5 gift wraps. The checkbox rules let you require customers to select at least 2 toppings or no more than 4 options.
Product Bundles got visual customization controls including background colors and quantity alignment. More importantly, we added template action hooks for bundle item content and before the add-to-cart button. This matters for developers and agencies who need to inject custom content into bundle displays without modifying plugin files.
Quantity Limits received a bulk category rule management system with search, multi-select, and batch apply/clear. If you’re managing quantity limits across dozens of categories (common in wholesale stores), this saves a lot of clicking. Category rules also now save in a single bulk request instead of individual API calls, which is noticeably faster.
Ajax Search – Smarter Results Ranking
Search relevance got a Pro upgrade with field weight controls. You can now configure how much weight the search algorithm gives to product titles versus content versus excerpts versus SKUs.
This is one of those settings where the defaults are fine for most stores, but if you sell products with very descriptive titles and sparse descriptions, you might want to weight titles more heavily. Or if your SKUs are something customers actually search by (common in B2B), you can boost SKU relevance.
reCAPTCHA and hCaptcha Flexibility
The spam protection system got a new widget mode selector for hCaptcha, letting you choose between visible and invisible modes. Small change, but it means you can match the CAPTCHA behavior to your form design. Some stores want the visible checkbox for user confidence. Others want invisible verification that doesn’t add friction.
Performance and Compliance – the Boring Stuff That Matters
Version 1.4.1 was primarily a compliance release. WordPress.org has strict guidelines about what plugins can and can’t do, and we cleaned up a few things:
- Removed custom CSS insertion (WordPress.org considers this a security risk since it could enable stored XSS)
- Corrected the plugin name format for directory compliance
- Fixed distribution packaging to include required files
Not exciting, but necessary. Plugin closures for compliance violations affect everyone who uses the plugin, so we take these seriously.
v1.4.2 also brought broader performance improvements. Frontend assets now only load on WooCommerce pages, and admin assets are limited to relevant screens. If you’re on a blog post, Swift Commerce adds zero overhead. If you’re on a non-WooCommerce admin page, same thing. This was already partially in place, but v1.4.2 tightened it across every feature.
Shipment Tracking got an index table for faster lookups, which matters for stores processing high order volumes. The old approach worked, but querying across thousands of orders with tracking data was getting slow for larger stores.
Added to Cart Popup Polish
The popup that appears when a customer adds something to their cart received a full round of design refinements. Custom heading text, product area background color, button border radius – these are the kind of granular controls that let you match the popup to your store’s brand without writing custom CSS.
The Flyout and Solid Bar template previews now pin to the correct edges of the screen, the buttons section moved to the Settings tab with proper visibility controls, and the Close Button styling uses the GlobalColorPicker for consistency with the rest of the plugin.
Small things individually. Together, they make the feature feel polished rather than “good enough.”
What’s Next
v1.4 laid a lot of groundwork. Abandoned cart recovery give stores real tools for revenue recovery. Subscription management features make Swift Commerce viable for serious subscription businesses. Conditional checkout logic opens up workflows that used to require expensive standalone plugins.
We’re already working on the next round of updates, and the roadmap includes some features we’ve been wanting to build for a while. If there’s something your store needs, let us know – a good chunk of what shipped in v1.4 started as a user request.
You can grab the latest version from the WordPress plugin directory or update directly from your WordPress dashboard. Pro users get updates through Freemius as usual.

Mar 01,2026
By Editorial Team