Versions Compared

Key

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

...

Created: 23/06/2016 | By: Magenest | EmailSupport Portalsupport@magenesthttp://servicedesk.izysync.com/servicedesk/customer/portal/31 

Table of Contents

 

...

Introduction

...

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:

 

Image Removed

 

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:

 

Image Removed

 

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

 

Image Removed

 

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. 

+ New order status change. 

 

mmagento 2 Email Notification

 

  • 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 Notification

 

  • 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 Notification

 

  • 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 an event occurs.

  • New Order Email:

 

...