Emercury for WooCommerce

Descripción

Join the 10,000+ customers who use Emercury, an email marketing platform made for lead generators. With the official Emercury for WooCommerce integration, your customers and their purchase data are automatically synced with your Emercury account, making 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’s completely free.
With Emercury for WooCommerce, you’ll have the power to:
– 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 Dashboard.

Allow users to optin to your newsletter or updates at checkout. Soon as your customer checks the box to receive future email communications from you, then this email address will be added directly to Emercury for use. Decide what list you want to add this customer to and as soon as they are added you can start a customer journey based on added date or even tag them based on customer status.
– 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.

Capturas

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

Instalación

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.

Preguntas frecuentes

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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Emercury for WooCommerce" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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