Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeelq/magento2-abandoned-cart-reminder
A module which sends reminder email to customer upon cart abandonment after certain time (configurable) has passed.
https://github.com/adeelq/magento2-abandoned-cart-reminder
adobe-commerce adobecommerce composer magento2 magento2-extension magento2-extension-free magento2-module magento2-module-free open-source opensource php
Last synced: 26 days ago
JSON representation
A module which sends reminder email to customer upon cart abandonment after certain time (configurable) has passed.
- Host: GitHub
- URL: https://github.com/adeelq/magento2-abandoned-cart-reminder
- Owner: adeelq
- License: mpl-2.0
- Created: 2024-02-27T12:35:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T13:06:20.000Z (8 months ago)
- Last Synced: 2024-09-14T12:22:56.846Z (about 2 months ago)
- Topics: adobe-commerce, adobecommerce, composer, magento2, magento2-extension, magento2-extension-free, magento2-module, magento2-module-free, open-source, opensource, php
- Language: PHP
- Homepage: https://www.linkedin.com/in/adqamar/
- Size: 1.01 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Magento 2 - Abandoned Cart Reminder
======
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](LICENSE)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+
- Magento module(s) dependency
- Sales
- Config
- Quote
- Catalog
- Store
- Adeelq core module## Installation
It is recommended to use [composer](https://getcomposer.org) to install the module.
```bash
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](config.jpeg)### Menu
![menu.jpeg](menu.jpeg)### Grid page
![list.jpeg](list.jpeg)### Edit email template
![template.jpeg](template.jpeg)### Sample abandoned cart reminder email
![email_example.jpeg](email_example.jpeg)## Documents
Download [user guide](guide.pdf) for offline viewing.