Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

width50%

Table of Contents

Warning

Firefox user notice:

Please use another web browser to view this document.

Sorry for the inconvenience.

...


...


...

width30%

                                                                                                                                                                                                   

Image Modified

Magento 2 Review Reminder sends automatic review reminders to purchasers in accordance with predefined rules and conditions. Store owners can determine the layout and content of each reminder, schedule reminders for concrete dates, assign them to particular product types, preview them before sending to shoppers, etc. The scheduled emails are managed from a separate grid. 

Compatibility: Magento Open Source 2.3.X - 2.4.X, Magento Commerce 2.3.X - 2.4.X

Product Page

Thank you for choosing Aheadworks!

Installing Review Reminder 

...

Panel
borderWidth2px
borderStylesolid

1. Backup your web directory and store database

Panel
borderWidth2px
borderStylesolid

2. Download the Review Reminder installation package

Panel
borderWidth2px
borderStylesolid

 3. Upload contents of the Review Reminder installation package to your store root directory

...

borderWidth2px
borderStylesolid

 4. In SSH console of your server navigate to your store root folder:

No Format
cd path_to_the_store_root_folder

run the following command: :

No Format
php -f bin/magento module:enable Aheadworks_ReviewReminder

then:

No Format
php -f bin/magento setup:upgrade

after:

No Format
php -f bin/magento setup:static-content:deploy
Panel
borderWidth2px
borderStylesolid

5. Flush store cache; log out from the backend and log in again

Note

Make sure the installation is done from the FTP administrator account. Otherwise, set 775 permissions to the store root directory after the extension is deployed.

...

width50%

...

borderWidth2px
borderStylesolid

If you are installing an extension from Aheadworks for the first time, you need to add our composer repository to your Magento store:

Panel
borderWidth2px
borderStylesolid

1. Login to your ssh console and navigate to your store folder:

Panel
borderWidth2px
borderStylesolid
cd path_to_the_store_root_folder

Run the following command:

Panel
borderWidth2px
borderStylesolid
composer config repositories.aheadworks composer https://dist.aheadworks.com/

After the command was executed successfully, you can use the composer to install the products.

...

borderWidth2px
borderStylesolid

To install the extension:

2. Login to your ssh console and navigate to your store folder:

Panel
borderWidth2px
borderStylesolid
cd path_to_the_store_root_folder

...

borderWidth2px
borderStylesolid

 3. Run the following command to install the latest version of the extension:

Panel
borderWidth2px
borderStylesolid
composer require aheadworks/module-review-reminder

if you need to install a specific version, run this command:

Panel
borderWidth2px
borderStylesolid
composer require aheadworks/module-review-reminder:<version>
Tip

Specify the version of the extension in <version>

Panel
borderWidth2px
borderStylesolid

When prompted, enter Public Key (Username) and Private Key (Password):
Image Removed

Note

Both Public Key (Username) and Private Key (Password) can be found in My Projects and Licenses in your personal account on our site:

Image Removed

...

borderWidth2px
borderStylesolid

4. Enable the extension:

Panel
borderWidth2px
borderStylesolid
php -f bin/magento module:enable <Module_Name>
Tip

Add the product name in <Module_Name>

Next, register the extension:

Panel
borderWidth2px
borderStylesolid
bin/magento setup:upgrade

Recompile your Magento store if you are in the Production mode:

Panel
borderWidth2px
borderStylesolid
bin/magento setup:di:compile

To verify that the extension is enabled, run this command:

Panel
borderWidth2px
borderStylesolid
bin/magento module:status

Clean store cache, by running the following command:

Panel
borderWidth2px
borderStylesolid
bin/magento cache:clean

Log out and Log in the backend again.

...

borderWidth2px
borderStylesolid

To upgrade the extension:

5. To update or upgrade an extension:

Download the updated extension file. Take note of the module-name and version. Export the contents to your Magento root.

If a composer package exists for the extension, run one of the following.

Code Block
titleUpdate per module name:
composer update aheadworks/module-review-reminder
Code Block
titleUpdater per version:
composer require aheadworks/module-review-reminder:<version>

Run the following commands to upgrade, deploy, and clean the cache.

Panel
borderWidth2px
borderStylesolid
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:static-content:deploy
php bin/magento cache:clean

Set up cron

...

width50%

If you have already configured cron jobs for your Magento installation then you can skip this step. Read the following instructions on setting cron job for your Magento store: Magento user guide.

Generally it would be enough to run in SSH console of your server: 

Code Block
languagebash
crontab -e

And insert the following line:  

Code Block
*/3 * * * * php -c <ini-file-path> <your Magento install dir>/bin/magento cron:run
*/3 * * * * php -c <ini-file-path> <your Magento install dir>/update/cron.php
*/3 * * * * php -c <ini-file-path> <your Magento install dir>/bin/magento setup:cron:run

Don't forget to confirm saving request when exit.

Introducing Review Reminder

Section

Review Reminder extension allows sending notification emails automatically at a set time after an order has been placed:

  • Product conditions;
  • Cart conditions;
  • Customer group conditions;
  • Rich text;
  • Mail log;
  • Mass actions.

Review Reminder extension for Magento 2 in straightforward notification tool aimed at generating more product reviews by sending automatic email notifications.

The workflow is simple. Every notification is send with a separate rule - a basic extension entity that controls when and on what conditions the notification is sent.

When setting up an extension rule the storeowner defines:

  • Review reminder subject and text;
  • Delivery time - to deliver the notification after a set time the order has been invoiced and shipped;
  • Cart conditions - if order has been placed for a particular total or the parcel weight exceeds a set limit;
  • Customer conditions - including customer group and store view;
  • Product conditions - if order contains products of a particular color or set manufacturer.

After the rule or a set of rules is created the extension starts tracking all orders placed. When order obtains 'Complete' status the rule, if conditions are met, schedules a review reminder. All scheduled and sent reminders can be found in the Mail Log, where they can be manually sent, cancelled or deleted. If customer writes a review before the reminder is sent - an email delivery is cancelled automatically, to prevent spamming customers with irrelevant messages.

Extension Settings

...

Image Removed

There are following extension settings:

  • Sender - defines an email address all review reminders will be sent from;
  • Test Email Recipient - defines an email address all test review reminders will be sent to;
  • Enable Test Mode - defines if all review reminders should be sent to Test Email Recipient, which helps evaluating the reminder look and feel.
  • Keep Emails for, days - defines for how many days sent review reminders should be kept in the mail log.

Once done with the settings the storeowner clicks Image Removed button to apply any changes made.

Creating Rules

...

The rules are basic extension entities that control when and on what conditions the review reminders are sent. To create or edit a rule the storeowner navigates to Marketing > Review Reminder by Aheadworks > Rules.

To add a new rule the storeowner clicks Image Removed button.

Image Removed

The first section of the new rule defines basic rule attributes such as subject, content and internal name:

  • Enable - defines if the rule is enabled. Disabled rules cannot sent review reminders;
  • Name - defines the name of the rule for internal identification purposes (not visible to customer);
  • Subject - defines a subject of a review reminder;
  • Content - allows the storeowner type in the reminder content. The content can be edited with the help of What You See Is What You Get (WYSIWYG) editor, featuring rich text, variables, media etc.

...

Image Removed
Next, the storeowner decides when a reminder should be delivered.

Note

The review reminders are scheduled upon order obtaining 'Complete' status. Meaning that the reminder will be sent after a time set in the Send field upon order being invoiced and shipped.

Image Removed

...

  • Store View - defines for what store view the rule is active;
  • Customer Groups - defines to what customer groups the review reminder is sent;
  • Cart Conditions - defines what items should be orders for the review reminder to trigger, including total, shipping region, payment method;
  • Product Conditions - defines products with what attributes should be ordered for the review reminder to trigger, including manufacturer, product category, color;
  • Product Type - defines what types of products should be ordered for the review reminder to trigger.

Once every rule option is set the storeowner clicks 'Save' button. The review reminders will now be sent to all customers with orders matching the conditions set after a defined time.

Mail Log

Section

All scheduled, sent and delivered review reminders can be tracked in the Mail Log. To get to the Mail Log the storeowner proceeds to Marketing > Review Reminder by Aheadworks > Mail Log.

Image Removed

The Mail Log grid comes with the following interactive elements:

  • Image Removed button allows customizing the grid look by hiding, applying columns. Some columns may be excessive and some relevant to the current tasks;
  • Image Removed button allows looking for particular review reminders depending on the filters selected;
  • Image Removed button allows saving the perfect grid look to quickly load it whenever required.

In addition in the column 'Action' the storeowner can select what should be done with selected reminders including:

  • Preview - opens a review reminder as an email;
  • Cancel - cancels scheduled review reminders;
  • Delete - deletes a review reminder from the Mail Log;
  • Send now - sends selected review reminders instantly to customers.

Tracking Review Reminder Performance

...

For the performance tracking and understanding how many customers left a review after a reminder the extension introduces Orders and Reminders section that can be accessed via Marketing > Review Reminder by Aheadworks > Orders and Reminders.

Image Removed

The section comes with the same interactive elements as does the Mail Log. Here the storeowner can get an order and customer reference of a particular reminder and see if the review has been left yet.

...



Need Customization?

You can always find the latest version of the software, full documentation, demos, screenshots, and reviews on http://aheadworks.com
License agreement: https://aheadworks.com/end-user-license-agreement
Contact Us: https://aheadworks.com/contact
Copyright © 2021 Aheadworks Co. http://www.aheadworks.com