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

Emercury for WooCommerce

外掛說明

Join the 10,000+ customers who use Emercury, an email marketing platform made for lead generators. With this official Emercury for WooCommerce integration, your customers and their purchase data are automatically synced with your Emercury account.

This makes it easy to send targeted campaigns, automatically follow up with customers post-purchase, recommend products, recover abandoned carts, and measure the ROI of your marketing efforts. And it is completely free. You just need an Emercury account.

With Emercury for WooCommerce, you’ll have the power to:

  • Sync customer first names, last names, email addresses, and orders.
  • Hyper-personalizat the post-purchase marketing automation
  • Gain full control of the abandoned cart recovery process
  • Track and segment customers based on purchase history and purchase frequency.
  • View detailed data on your email marketing performance in your Emercury Dashboard.
  • And so much more…

Allow users to opt in to your newsletter or updates at checkout

This plugin adds a super convenient and natural checkbox on the checkout page. When the customer ticks that box, they opt-in to receive future email communications from you. We handle all the technical details, and you see these customers added to your Emercury account.

From there, the power is all in your hands. You can have an automated personalized journey that triggers the moment they make that order, or even tag them based on their customer status.

Enjoy new found powers:

  • Customize the messaging at checkout to fit your needs.
  • Check their user profile in Woocommerce to view their optin status.
  • Check Emercury to see when they opted in.
  • Segment this customer data to upsell them products and services at a later time.
  • Never have to worry about their optin status again. Emercury will handle all that as soon as they optin.

New: Hyper-personalized abandoned cart recovery

The plugin now supports abandoned cart integration. All you have to do is tell the plugin what automation to run for anyone that forgets to complete an order in your store.

And then, you can set up your Emercury automation however you like. We put no boxes or constraints around your process. You can make your cart abandonment as complicated and elaborate or as simple as you want.

螢幕擷圖

  • Emercury Settings.
  • Emercury Mapping.
  • Emercury Marketing Settings.
  • Checkout page.

安裝方式

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Install and activate WooCommerce if you haven’t already done so.
  4. Go to Woocommerce -> Settings -> Emercury Settings section and enter the data for the Emercury API Settings. Upon success, an Emercury Mapping tab will appear. Otherwise an error message appears.
  5. In Emercury Mapping, select a list (already created in Emercury) or create a new one. Then map the data that should be sent from Woocommerce Order Fields to Emercury Fields and for which products.
    Congratulations, you have successfully configured “Emercury for WooCommerce” plugin.

常見問題集

How to add custom attribute from Woocommerce order to the general list of Woocommerce Fields?

You can do this using this filter:

add_filter( 'woo_emercury_order_fields_array', 'my_filter_custom_function', 30, 1 );
function my_filter_custom_function( $order_fields ){
   // We use this check if you do not have a single order with a specific order_custom_field. If there is, the parameter will be added to the list automatically.
   if (!in_array('custom_woocommerce_order_field', $order_fields))
      $order_fields[] = 'custom_woocommerce_order_field';
   return $order_fields;
}

How does this plugin work?

If the “Order Complete” action is successful, the plugin will send Woocommerce Order Fields data to Emercury, which you specify on the “Emercury Mapping” tab.

What services are included?

  • Sync customer’s first name, last name, email address, and orders.
  • Set up marketing automations to follow up post-purchase.
  • Track and segment customers based on purchase history and purchase frequency.
  • View detailed data on your email marketing performance in your Emercury Dashboardn

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

VER 1.1.0 – 03/02/2023

  • Updated: Abandon Cart variables.

VER 1.1.0 – 03/02/2023

  • Added – Emercury Abandon Cart.

VER 1.0.4 – 17/03/2021

  • Fixed: PHP 8 compatibility issue

VER 1.0.3 – 26/08/2020

  • Fixed: Conflict with other Emercury plugins

VER 1.0.2 – 21/02/2020

  • Added – Emercury Marketing.

VER 1.0.1 – 11/12/2019

  • Fix – added new required fields into Emercury API request.

VER 1.0.0 – 02/12/2019

  • Released