Download the PHP package mocean/magento-sms without Composer
On this page you can find all versions of the php package mocean/magento-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mocean/magento-sms
More information about mocean/magento-sms
Files in mocean/magento-sms
Package magento-sms
Short Description Mocean integration for Magento 2
License GPL-3.0
Informations about the package magento-sms
MoceanAPI Magento SMS Extension
Contents
- Features
- Installation
- Configuration
- Frequently Asked Questions
Features
- Automatically send SMS to admin on new orders
- Automatically send SMS customers when order status changed
Installation
-
Navigate to your
Magento
root directory - Download
MoceanAPI Magento SMS Extension using command below
composer require mocean/magento-sms
- Enable the extension and clear static view files using below command
php bin/magento module:enable Mocean_MagentoSms --clear-static-content
- Register the extension using below command
php bin/magento setup:upgrade
- Clean the cache using below command
php bin/magento cache:clean
- Configure the extension in
Admin Panel
atAdmin Panel => Stores => Configuration => MoceanAPI
Configuration
- Mocean API Key
You can get Mocean API key from MoceanAPI Dashboard
- Mocean API Secret
You can get Mocean API key from MoceanAPI Dashboard
- Sender Name
Your business name
- Admin phone number
Your phone number to get notified on new orders
- Debug
If set to yes, will log API Calls
SMS Settings
- Send SMS to Admin on new order
Select yes and you will be able to customise the SMS template to send.
- Send SMS to your customer when their order status changed to SHIPPED
Select yes and you will be able to customise the SMS template to send to your customer when their order status changed to shipped
FAQ
- Can I get Test Credits ?
You can get 20 FREE credits and credits are valid for 14 days. Subject to approval.
- Can I send international messages?
Yes. We are an international SMS provider. You can send out SMS both locally and internationally based on our price list.
- What is the maximum characters per SMS I can put into the message?
160 characters for a normal text message, 70 characters for a Unicode text message (Arabic, Chinese, and etc)
- Is there a limit to how many numbers I can send at one time?
There is no limit on numbers to be sent in one go.
- What format does my phone number need to be in?
Mobile phone numbers need to be entered in international formatting with the country code and without spaces, plus signs or leading zeros.
Did not find what you're looking for ?
Raise a support ticket with our Support Team at [email protected].
Feature Request / Get Help
Raise a support ticket with our Support Team at [email protected].
All versions of magento-sms with dependencies
magento/framework Version ^100.0.0|^101.0.0|^102.0.0|^103.0.0|^104.0.0
ext-json Version *