Changelog
3.0.10 2026-01-15
Added
- Add
silentoption toreminders/schedule-emailsconsole command.
3.0.9 2025-11-29
Changed
- The “Expired” status now shows even if a recovery email has been sent.
3.0.8 2025-08-12
Fixed
- Fix lack of translation support in emails.
3.0.7 2025-07-18
Changed
- Update English translations.
Fixed
- Fix an error when searching carts.
3.0.6 2025-02-20
Added
- Add
isSentto carts for a more deterministic way of knowing it has been sent. - Add
includeBlacklistedplugin setting. - Add the ability to use domains as blacklisted items.
Fixed
- Fix new abandoned carts not being updated when viewing the dashboard.
- Fix an error when trying to recover an expired cart.
- Fixed an error for Postgres. (thanks @boboldehampsink).
3.0.5 2025-02-03
Fixed
- Fix some validation constraints for reminder delays.
- Fix an error with
AbandonedCart::info.
3.0.4 2025-01-14
Added
- Add “Previous Order Required” plugin setting.
- Allow reminder delays to be 0 (mainly for testing).
Changed
- Abandoned carts order-matching now uses Commerce’s
activeCartDuration. - Abandoned Carts are now classified between 1-24 hours ago.
Fixed
- Fix order-matching and timezone issues.
3.0.3 2024-11-21
Fixed
- Fix an error when restoring carts.
3.0.2 2024-11-20
Fixed
- Fix an error when restoring carts.
3.0.1 2024-11-15
Added
- Carts are now sortable.
- Carts can be searched.
- Carts are now lazy-loaded for performance.
Changed
- Carts are now paginated.
- Carts are now listed newest first by default.
Fixed
- Fix PHP type issues for plugin settings, not working well with
.envvariables.
3.0.0 2024-10-25
{note} The plugin’s package name has changed to
verbb/abandoned-cart. Abandoned Cart will need be updated to 3.0 from a terminal, by runningcomposer require verbb/abandoned-cart && composer remove mediabeastnz/craft-commerce-abandoned-cart.
Changed
- Migration to
verbb/abandoned-cart. - Now requires Craft 4.0+.
- Now requires Craft Commerce 4.0+.
- Changed
abandoned-cart/base/find-cartsaction toabandoned-cart/carts/find-carts. - Changed
abandoned-cart/base/restore-cartaction toabandoned-cart/carts/restore-cart.
Removed
- Removed "Abandoned Carts Total" widget.
- Removed stats from Abandoned Carts Dashboard.