mironsoft75 / magento2-abandoned-cart-reminder

A module which sends reminder email to customer upon cart abandonment after certain time (configurable) has passed.

Home Page:https://www.linkedin.com/in/adqamar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2 - Abandoned Cart Reminder

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.

Requirements

  • Magento 2.3+
  • Magento module(s) dependency
    • Sales
    • Config
    • Quote
    • Catalog
    • Store
  • Adeelq core module

Installation

It is recommended to use composer to install the module.

composer require adeelq/magento2-abandoned-cart-reminder

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

Screenshots

Configuration page

config.jpeg

Menu

menu.jpeg

Grid page

list.jpeg

Example abandoned cart reminder email

email_example.jpeg

About

A module which sends reminder email to customer upon cart abandonment after certain time (configurable) has passed.

https://www.linkedin.com/in/adqamar/

License:Mozilla Public License 2.0


Languages

Language:PHP 85.4%Language:HTML 14.6%