8000 Magento2-AbandonedCart/README.md at main · risecommerce/Magento2-AbandonedCart · GitHub
Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.65 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.65 KB

Magento 2 Abandoned Cart Email Free Extension

This Magento 2 Abandoned Cart Email Free Extension 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.

For more details about this extension, visit the Magento 2 Abandoned Cart Email Free Extension.

If you're looking to enhance your Magento store further, consider hiring a dedicated Magento developer.

For support or inquiries, please visit our contact page.

Support:

version - 2.3., 2.4.

How to install Extension

Method A)

  1. Download the archive file.
  2. Unzip the file
  3. Create a folder [Magento_Root]/app/code/Risecommerce/AbandonedCart
  4. 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
0