rcferreira / module-abandoned-cart
Module used to work with abandoned cart in magento
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2025-05-31 00:20:24 UTC
README
The README.md file content is generated automatically, see Magento module README.md for more information.
RCFerreira_AbandonedCart module
Installation details
For installation this module is simple, only inform that command.
composer require "rcferreira/module-abandoned-cart"
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Extensibility
Extension developers can interact with the RCFerreira_AbandonedCart module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the RCFerreira_AbandonedCart module.
Configuration
In Admin, go to Stores -> Configuration -> RCFERREIRA -> RCFerreira Abandoned Cart.
There is a form with four fields.
Inform Name is user name email sender
Inform Email is user email sender
Inform Hour is in that moment the plataform send a email to customer after his add products in the cart, if you don't want send after 1 hour you can leave it empty
Inform Minute is in that moment the plataform send a email in minutes
How it works
It's module use cron to send email to customer for notification his that there is a abandoned cart.
That email there is a link that redirect customer to site again.