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

WooCommerce Customers to Robly

外掛說明

Robly is a paid email marketing service provider that allows customers to be in multiple lists for targeted marketing purposes. Using Robly’s API, this plugin adds WooCommerce customers to one or more Robly lists, optionally based on the product(s) they purchased.

This plugin requires an active Robly account as well as WooCommerce. You’ll also need to contact Robly support to get an API ID and key for your account.

螢幕擷圖

  • Settings screen
  • Per-product settings

安裝方式

  1. Upload this folder to the /wp-content/plugins/ directory or install from the Plugins menu in WordPress
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Settings > WooCommerce to Robly in WordPress, enter your Robly API ID and key, and choose the list(s) for all customers to be added to upon purchase of any product.
  4. Optionally, go to the Robly tab on specific WooCommerce products and choose the list(s) to add customers to upon purchase of that individual product.

常見問題集

What is Robly?

Robly is a paid email marketing service provider that helps you send emails to large numbers of people at once.

What do I need to use this plugin?

This plugin requires an active Robly account as well as WooCommerce. You’ll also need to contact Robly support to get an API ID and key for your account.

API-what?

API stands for “Application Programming Interface,” which basically means computer code that is able to talk to other computer systems and get or send information. Most API providers require an API key of some sort (similar to a username and password) to ensure that only authorized people are able to use their services.

What info is sent or received?
  1. When you install the plugin and enter your API ID and key, your WordPress site will contact the Robly API, asking for all the lists you have set up in your account. You are then able to choose certain lists to which all customers will be added, or choose certain lists to which purchasers of individual products are added, and those choices are saved in your WordPress options.
  2. When a customer makes a purchase, WordPress will contact the Robly API and search for that customer in your Robly account by their email address. If found, it will update their information; otherwise, it will create a new contact with the customer’s name, email address, and billing address, as well as the list(s) you selected.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WooCommerce Customers to Robly〉的開發相關工作。

參與者

將〈WooCommerce Customers to Robly〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.4.1

  • Fix bug preventing saved lists from being displayed on a product.

1.4.0

  • Update code quality standards.
  • Add select2 to user dashboard.

1.3.0

  • Set the include_autoresponder parameter to “true” to enable autoresponders based on contacts being added to a new list (previously, if a contact was already in your account, the autoresponder would not be triggered)

1.2.4

  • Fix some email encoding issues

1.2.3

  • Fix issues caused by 1.2.2

1.2.2

  • Prevent double URL-encoding

1.2.1

  • URL-encode customer data before sending to API

1.2

  • Resubscribe deleted/unsubscribed users
  • Correctly get customer info if “guest checkout” is enabled
  • Minor bugfixes

1.1.4

  • Fix server error when contact already exists
  • Improve error notice

1.1.3

  • Fix emails being sent on successful API call
  • Add some more debugging info to failed API calls

1.1.2

  • Update documentation and add banner for WP plugin directory

1.1.1

  • Send sub_lists as POST data rather than URL

1.1

  • Use only two API calls instead of successive calls for each sublist

1.0

  • Initial plugin