##Risecommerce Abandoned Cart Email Extension This extension is the perfect tool to convert visitors or guests into real customers. Send email reminders to bring customers back to the store to complete orders by giving lucrative offers.
##Support: version - 2.3., 2.4.
##How to install Extension
Method A)
- Download the archive file.
- Unzip the file
- Create a folder [Magento_Root]/app/code/Risecommerce/AbandonedCart
- Drop/move the unzipped files to directory '[Magento_Root]/app/code/Risecommerce/AbandonedCart'
Method B)
Using Composer
composer require risecommerce/magento-2-abandoned-cart-email-extension:1.0.1
#Enable Extension:
- php bin/magento module:enable Risecommerce_AbandonedCart
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush
#Disable Extension:
- php bin/magento module:disable Risecommerce_AbandonedCart
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush