Table of Contents
View Magento 2 Sms Notification Extension Detail Page for Features and Demo
Documentation for SMS Notification
Preference
- Sms notification is a perfect extension for the store owners who wants to send sms notification for user and admin.
- Keeps the customer updated about their store activities.
- Option to set a custom message foe different store events.
- Send dynamic notification using dynamic variable fields.
- Admin can add a moobile number to get notified of each store updates.
- Sends Sms notifications to both customers and admin.
- User Friendly and flexible configuration.
- Compatible with Most of the Browser.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Sms Notification Configuration, Sms notification for customer, Sms notification for admin, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_SmsNotification’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Sms notification configuration, Sms notification for customer, Sms notification for admin, the module will be displayed in the admin panel.
Backend & Frontend Example
Admin Configuration
After Installation of Extension log in to magento admin panel for set configuration of the extension.
Stores → Configuration → Mageants → Sms notification configuration :
Here,select sms gateway option to provide api to send sms And Country flag setting.
Here, show gateway list with there url to register.
- Twilio Sms Gateway : twilio.com
- MSG91 : msg91.com
- Bulksms : bulksms.com
- Textlocal : textlocal.com
- SmsGatewayCenter : smsgateway.center.com
Here,sms gateway option Twilio api interface select then their configuration:
Selected sms gateway is twilio :
you can use twilio gateway in your module then run command “composer require twilio/sdk” from cli.
you can create account in twilio website and account provide information about Account Sid,Auth Token and sender mobile number.
Stores → Configuration → Mageants → Sms notification for customer :
Here,customer registration notification configuration show.
Enable customer registration notification then Type your custom message to send register customer or user when user successfully registered.
And if you select checkbox then show mobile number field and receive sms registration time.
Here, country code setting disabled so country flag and country code not show.
Here, show to customer registration form:
Customer Login Sms notification:
Enable customer login notification then Type your custom message to send login user when user login.
And also select login notification checkbox to receive sms notification when login.
Order placement Sms notification: Enable order placement notification then Type your custom message to send user when order placed.
And you can also select this checkbox to receive sms notification on place order.
Order shipped Sms notification: Enable order Shipment notification then Type your custom message to send user when order shipped.
Order invoice generated Sms notification: Enable order invoice generated notification then Type your custom message to send user when order invoice generated.
Cancel order Sms notification: Enable cancel order notification then Type your custom message to send user when order cancelled.
Creditmemo generated Sms notification: Enable order creditmemo generated notification then Type your custom message to send user when order creditmemo generated.
Hold order Sms notification: Enable Hold order notification then type your custom message to send user when order on hold.
UnHold order Sms notification: Enable Unhold order notification then Type your custom message to send user when order is unhold.
Stores → Configuration → Mageants → Sms notification for admin :
Here, sms notification configuration for admin to send sms Admin mobile number.
Admin Mobile Sms Notification : Enable Admin Mobile sms notification then Type Admin mobile number to send sms admin.
Order placement Sms notification: Enable order placement notification then Type your custom message to send admin when order placed.
here,show all admin sms notification configuration.
Order shipped Sms notification: Enable order Shipment notification then Type your custom message to send admin when order shipped.
Order invoice generated Sms notification: Enable order invoice generated notification then Type your custom message to send admin when order invoice generated.
Cancel order Sms notification: Enable cancel order notification then Type your custom message to send admin when order cancelled.
Creditmemo generated Sms notification: Enable order creditmemo generated notification then Type your custom message to send admin when order creditmemo generated.
Hold order Sms notification: Enable Hold order notification then Type your custom message to send admin when order on hold.
UnHold order Sms notification: Enable Unhold order notification then Type your custom message to send admin when order is unhold.