Title: Free SMS for WooCommerce
Author: bjuriewicz
Published: <strong>November 11, 2020</strong>
Last modified: May 31, 2026

---

Search plugins

![](https://ps.w.org/free-sms-for-woocommerce/assets/banner-772x250.png?rev=2416699)

![](https://ps.w.org/free-sms-for-woocommerce/assets/icon-256x256.png?rev=2416706)

# Free SMS for WooCommerce

 By [bjuriewicz](https://profiles.wordpress.org/bjuriewicz/)

[Download](https://downloads.wordpress.org/plugin/free-sms-for-woocommerce.1.0.zip)

 * [Details](https://wordpress.org/plugins/free-sms-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/free-sms-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/free-sms-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/free-sms-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/free-sms-for-woocommerce/)

## Description

Free SMS for WooCommerce is a plugin that sends SMS notifications (when, for example,
you change the order status to completed) directly from your phone, using dedicated
open-source Android app.

**features:**
 * 30 messages/month **for free** * $2 monthly for unlimited messages,
or you can spin up your own service and have it for free (see the plugins website
for more details). * No contracts and additional fees * Send different messages 
to different countries * Or just send messages to your country only * Send messages
when order is placed, completed, cancelled, delayed and more

## Screenshots

[⌊Settings page⌉⌊Settings page⌉[

Settings page

[⌊Mobile app⌉⌊Mobile app⌉[

Mobile app

## Installation

 1. Install Free SMS for WooCommerce plugin.
 2. Open plugin’s website ([smsforwoocommerce.gitlab.io](https://smsforwoocommerce.gitlab.io))
    with your phone and download the Android app. Install the app. (If you’re not sure
    how to do that, there’s a lot of resources that can help. If you’re not sure if
    you want to install an app from untrusted source, check the “I’m afraid…” FAQ question.)
 3. Open the app on your phone and scan QR code in the top corner of your WooCommerce
    plugin settings page. You’ll see ‘success’ message. You can close the Android app
    now. SMS messages will be sent in the background.

## FAQ

### Slowly, how it works?

Simply put, your Free SMS for WooCommerce plugin asks your Android app to send SMS
when order status has changed.

### How to use it?

Please see install instructions or go to plugins website.

### Is it really free?

The plugin is free. The Android app is free and open-source too. And you get 30 
messages / month for free. If you need more, you can purchase the permium plan for
$2/month or spin up your own service that handles requests from the plugin and forward
them to Android app using Google’s GCM (check the plugin code for description).

### I’m afraid of installing the app on my phone. Is it secure?

Android app is free and open source. The only thing it does is `<technical mumbo-
jumbo>` waiting for the google cloud message notification and send sms. It keeps
your QR as a token to communicate with the messaging server `</technical mumbo-jumbo
>` It asks for camera and SMS permissions at startup. Camera is required to scan
QR code. You can download the source code here and compile it on your own if you
want.

### “There was a problem parsing a package.”

Make sure you’re using Android 8 (Oreo) or higher.

### Is there an iOS app for Apple?

No, only Android is supported.

### Why the app is not in Google Play app store?

Due to new Google Play permissions policy the app that wants to send SMS must be
a “Default SMS handler”. This policy prevents malicious apps from accessing SMS 
functionality, but also prevents Free SMS for WooCommerce from being listed in Google
Play store.

### I don’t want to pay $2. Can I create my own service?

Yes. You need to create an http server that does 2 things:

Wait for the POST message from the Android app (when you scan the QR code) and store
it somewhere.
 params: `{ qrToken, firebaseToken }` Wait for the POST message from
WordPress plugin (when order status changes) and send the Firebase Cloud Message
to your phone. params: `{ qrToken, phone, message }` Then you just need to replace
the `SEND_MESSAGE_URL` variable in Plugin code, and also replace the service url
in Android app source code.

## Reviews

![](https://secure.gravatar.com/avatar/87cb5ae1122272643f2012fd2c5c636a1cf8a7557fed10a71a7fa1393146d19c?
s=60&d=retro&r=g)

### 󠀁[Better than i expected](https://wordpress.org/support/topic/better-than-i-expected-14/)󠁿

 [facadm16](https://profiles.wordpress.org/facadm16/) January 25, 2025

it s really greate and cheaper

![](https://secure.gravatar.com/avatar/781b24672e34e083022d2dda77266294cec8c88ebceb75ff227af32918bb094c?
s=60&d=retro&r=g)

### 󠀁[Wow!](https://wordpress.org/support/topic/wow-799/)󠁿

 [mthuman](https://profiles.wordpress.org/mthuman/) November 11, 2020

Great idea! Simply and beautiful design. 🙂 This is what I’m looking for!

![](https://secure.gravatar.com/avatar/2c4295d94de247de4c0428ea3959ae2010c9e88a7ca6dcb78ce904e3986b7f4e?
s=60&d=retro&r=g)

### 󠀁[Totally Legit](https://wordpress.org/support/topic/totally-legit-4/)󠁿

 [gabrielcodemaster](https://profiles.wordpress.org/gabrielcodemaster/) November
11, 2020 1 reply

Greate app, totally legit. Easy to use and much cheaper than other options on the
market. ‘Different messages to different countries’ feature is really useful for
international biz like mine.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/free-sms-for-woocommerce/reviews/)

## Contributors & Developers

“Free SMS for WooCommerce” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ bjuriewicz ](https://profiles.wordpress.org/bjuriewicz/)

[Translate “Free SMS for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/free-sms-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/free-sms-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/free-sms-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/free-sms-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/free-sms-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.0.0**
 *  Last updated **2 months ago**
 *  Active installations **40+**
 *  WordPress version ** 4.6 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 5.6 or higher **
 * Tags
 * [Notifications](https://wordpress.org/plugins/tags/notifications/)[sms](https://wordpress.org/plugins/tags/sms/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/free-sms-for-woocommerce/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/free-sms-for-woocommerce/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/free-sms-for-woocommerce/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/free-sms-for-woocommerce/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/free-sms-for-woocommerce/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/free-sms-for-woocommerce/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/free-sms-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/free-sms-for-woocommerce/reviews/)

## Contributors

 *   [ bjuriewicz ](https://profiles.wordpress.org/bjuriewicz/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/free-sms-for-woocommerce/)