Versions Compared

Key

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

...

The extension is packed with the following features:

...

  • Keep track of all important events in the store.

...

  • Get a notification email when one of the following events occurs:
    •  New customer registration.

    • New order placement

    • New product review.

    • Order status change.

    • New newsletter subscription.

...

  • Easily manage notification options.

...

  • Easily manage email template and receiver's email address.

System Requirements

Your store should be running on Magento Community Edition version 2.0.0 or newer.

 


 

Installation

Here we will guide you through the installation process of our extension. First off, open FileZilla, log in to your host as follows:

 

 

In the above example we switched the local site to the extension directory, and the remote site to the code directory. Now on the remote site window, inside app/code directory, create a folder named Magenest and go inside it. Now on your local site window, right click on Wrapper extension and click Upload. The extension will be uploaded onto your host in a few minutes.

The second method will require you to compress the extension into .zip or .tar.gz format, then execute the following command in your Command Line/Terminal:

    scp <path to your extension> <ssh server>:<path to Magenest directory>

Then log into your ssh server, go to Magenest directory and execute the following command to decompress the module:

    unzip <.zip compressed extension> 

Or

    tar -xzvf <.tar.gz compressed extension>
 

Now go to your Magento root directory, say it's named magento2, and execute the following commands:

    sudo chmod -R 755 .
    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy
    sudo chmod -R 777 var pub

 

After running all these, your Command line/Terminal window might look like this:

 

 

Finally, you need to flush the cache by either type this into the Command Line/Terminal:

    php bin/magento cache:flush

Or go to System > Cache Management and click Flush Magento Cache

 

 

Now you can go to your store and check if the extension is working as expected.

 


Configuration

Set up Admin Email Notifications Settings

    • First, navigate to Backend of Magento 2 > Stores > Configuration > Email Notification to configure the extension. Admin can choose the Email Sender in the list of email of the store.
    • There are total 5 event options in the extension: new order placement, new customer registration, new review, new email subscription and order status change.

mmagento 2 Email NotificationImage Modified

 

    • For each event, you can decide whether to turn on or off the extension, choose a email template and then specify a receiver's email.

 

magento 2 Email NotificationImage Modified

 

    • For the 'Order Status Change' event, you can specify exactly which Order status change should triggers the notification(e.g an Order went from Pending to On Hold). You can set up to three Order status change notification types.

 

magento 2 Email NotificationImage Modified

 

    • You will receive an email when any event in the list occurs(assume you turn the notification on).The email will contain basic key information of the event.

Sample Emails

    • Here are some sample emails that you will receive when a event occurs.
      • New Order Email:

 

Image Modified

 

      • New Review Email:

      • New Order Status Email:



Update

  • When a new update is available, we will provide you with a new package containing our updated extension.
  • You will have to delete the module directory and repeat the installing steps above.

 


Support

  • We will reply to support requests after 3-5 business days.
  • We will offer free lifetime support for all of our products. Support includes answering questions related to our products, bug/error fixing to make sure our products fit well in your site exactly like our demo.
  • Support DOES NOT include other series such as customizing our products, installation and uninstallation service.

 


 

Once again, thank you for purchasing our extension. If you have any questions relating to this extension, please do not hesitate to contact us for support.

Magenest