Download - Magento 2 Out of Stock Notification

Transcript
Page 1: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

Out of Stock Notification for Magento 2

User Guide

Table of Content

1. Extension Installation Guide

2. Configuration

3. Enable Product Specific Out of Stock Notification

4. Out of Stock Products Display Settings

5. Out of Stock Notification in Frontend

6. Out of Stock Notification Subscribers

7. Back-in-Stock Notification Email to Subscribers

Page 2: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

1. Extension Installation • For Magento Marketplace Customers

o Create a folder structure in Magento root as app/code/Meetanshi/OutofstockNotifier

o Download and extract the zip folder and upload our extension files to the

app/code/Meetanshi/OutofstockNotifier via FTP.

o 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

• For Meetanshi Customers

o Extract the zip folder and upload our extension to the root of your Magento 2 directory via

FTP.

o 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

Page 3: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

2. Configuration For configuring the extension, login to Magento 2, move to Stores → Configuration →

Meetanshi → Out of Stock Notification where you can find various settings to enable the

extension.

• Out of Stock Notification: Enable or disable Out of Stock Notification extension from here.

• Button Text: Enter button text for the out of stock notification subscription button.

• Notification Message to Show in Frontend: Enter notification message to encourage

customers subscribe for the out of stock notifications.

• Notification Subscription Success Message: Enter success message to show customers who

have subscribed for the out of stock notifications.

• Greeting Text for Email: Enter the greeting text for the back-in-stock notification emails to

be sent to the subscribers.

• Allowed Customer Groups: Select customer groups to allow subscription for the out of stock

notification.

Page 4: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

3. Enable Product Specific Out of Stock Notification If you want to enable out of stock notification extension specifically for particular products,

simply enable the extension and go to Catalog → Products. Select the product, edit and set YES

to Enable Out of Stock Notification option here.

• Out of Stock Notification: Enable to allow users subscribe for the back-in-stock notification

for this product.

4. Out of Stock Products Display Settings To enable display of out of stock products in frontend, you must enable it from backend. Simply

go to Stores → Configuration → Catalog → Inventory → Stock Options and set Display Out

of Stock Products to YES.

Page 5: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

5. Out of Stock Notification in Frontend Once the extension is configured, it can be seen enabled on frontend on the out of stock product

pages.

• Back-in-stock Notification Subscription by a Not Logged-in Customer

Not logged-in customers can register for the out of stock notification from the product page

by adding their Email ID and clicking on the “Notify Me” button.

Page 6: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

• Out of Stock Notification Subscription Success Message to Not Logged-in Customers Immediately after a not logged-in user subscribes for the back-in-stock notification, he gets

success message on his screen.

Page 7: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

• Back-in-stock Notification Subscription by a Logged-in Customer

Logged-in customers can register for the out of stock notification from the product page just

by clicking the link “Sign up to get notified when this product is back in stock”.

Page 8: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

• Out of Stock Notification Subscription Success Message to Logged-in Customers

Immediately after a logged-in user subscribes for the back-in-stock notification, he gets

success message on his screen.

Page 9: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

• Out of Stock Notification Subscription List in Customer’s My Account Section

A logged in customer can see the list of subscription for all the out of stock products from his

My Account section under the tab “Out of Stock Subscriptions”.

Page 10: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

• Alert Message to Already Subscribed Users

If a user tries to subscribe for the out of stock notification for the same product repeatedly, he

gets an alert message of already subscribed for the product.

Page 11: Magento 2 Out of Stock Notification

Out of Stock Notification for Magento 2 © Meetanshi

6. Out of Stock Notification Subscribers All the subscribers who have subscribed for the out of stock notification are enlisted in a

separate grid in the backend. The list contains details of subscribers like Email ID, product

name, date and time of the subscription and the status of the notification Emails.

7. Back-in-Stock Notification Email to Subscribers Once the out of product gets back in stock, all the subscribers who have subscribed for the back-

in-stock notification receive a notification email.