espertomagento/magento2-abandoned-cart-reminder

A module which sends reminder email to customer upon cart abandonment after certain time.

Maintainers

Package info

github.com/EspertoMagento/magento2-abandoned-cart-reminder

Type:magento2-module

pkg:composer/espertomagento/magento2-abandoned-cart-reminder

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2026-04-08 17:28 UTC

This package is auto-updated.

Last update: 2026-04-08 17:29:53 UTC


README

License: MPL 2.0

A module which sends reminder email to customer upon cart abandonment after certain time has passed. User can configure cart abandonment duration in the module configuration as well as view the logs for reminder emails sent in the provided grid in REPORTS menu.

By default, module only sends reminder email to those emails that has given opt-in consent in newsletter entity. This option is configurable in the module configuration, to bypass consented option and send email to all emails irrelevant to consent.

Email template is editable, it can be edited in admin backOffice menu item MARKETING -> Email Templates -> Add New Template -> Load Default Template -> 'AQ Abandoned Carts: Reminder Email'. Newly created template can be used for sending Abandoned Cart reminders by mapping it in module's configuration.

Requirements

  • Magento 2.3+

Installation

It is recommended to use composer to install the module.

composer require espertomagento/magento2-abandoned-cart-reminder

If you do not use composer, ensure that you also load any dependencies that this module has.

Screenshots

Configuration page

Menu

Grid page

Edit email template

Sample abandoned cart reminder email

Documents