Magento 2 Review Reminder

Magento 2 Review Reminder automates the reminder emails to customers reminding them about reviewing their purchase at the store.

 

Table of Content

  1. Extension Installation Guide
  2. Configuration
  3. Review Reminder Email to Customer

 

  1. Extension Installation
    • Extract the zip folder and upload our extension to the root of your Magento 2 directory via FTP.
    • Login to your SSH and run below commands step by step:
      • php bin/magento setup:upgrade
      • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
      • For Magento version 2.2.x & above- php bin/magento setup:static-content:deploy -f
      • php bin/magento cache:flush
    • That’s it.

 

  1. Configuration
    For configuring the extension, log in to Magento 2, move to Stores > Configuration > Review Reminder where you can find various settings to enable the extension.
  • Review Reminder: Enable Review Reminder extension.
  • Send Email After X Days: Enter number of days after which you want to send a reminder Email to customers, requesting to submit a review.
  • Email Sender:  Select the Email sender for reminder Email.


  

  1. Review Reminder Email to Customer
    The extension offers functionality to send a review reminder Email to the customer after the configured number of days of purchase. The Email has the product details such as name and image to let the customer know for what product the review is requested. Also, a review submission link is added in the Email for customers to easily submit their review, following that link.