Download the PHP package rcferreira/module-abandoned-cart without Composer
On this page you can find all versions of the php package rcferreira/module-abandoned-cart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rcferreira/module-abandoned-cart
More information about rcferreira/module-abandoned-cart
Files in rcferreira/module-abandoned-cart
Package module-abandoned-cart
Short Description Module used to work with abandoned cart in magento
License OSL-3.0 AFL-3.0
Homepage https://github.com/ricardoconstantinoferreira/Carrinho-Abandonado
Informations about the package module-abandoned-cart
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.