這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Free SMS for WooCommerce

外掛說明

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

螢幕擷圖

  • Settings page
  • Mobile app

安裝方式

  1. Install Free SMS for WooCommerce plugin.
  2. Open plugin’s website (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.

常見問題集

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.

使用者評論

2020 年 11 月 11 日
Great idea! Simply and beautiful design. 🙂 This is what I’m looking for!
2020 年 11 月 11 日 1 則留言
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.
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Free SMS for WooCommerce〉的開發相關工作。

參與者

將〈Free SMS for WooCommerce〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄