eMailChef for WooCommerce

Descrizione

Se possiedi un e-commerce, l’email marketing è uno degli strumenti più potenti ed efficaci per incrementare le vendite e fidelizzare i clienti.

Using this WooCommerce plugin, eMailChef can communicate with your online store and it creates easy, simply and
automatic targeted campaigns.

Il plugin di eMailChef per WooCommerce ti consente di:

  • trasferire le informazioni relative ai clienti e ai loro ordini nel tuo account eMailChef

  • segmentare i clienti in base agli ordini, ai carrelli abbandonati, ecc.

  • gestire e sincronizzare le iscrizioni alla newsletter da WooCommerce a eMailChef

  • Risparmia soldi con le newsletter mantenendo i tuoi clienti coinvolti

  • Create targeted marketing actions to save abandoned shopping carts, rewards for recurring orders and **
    more** follow up practices

Screenshot

  • Accedi al tuo account eMailChef

  • Configura un account eMailChef

  • Crea una nuova lista su eMailChef

FAQ

Can I customize custom fields data?

Yes, you can do it. You must to use the emailchef_customer_data filter hook. Below you can see a useful code snippet as example of use (you must to put
this in a custom plugin or the functions.php file of your active theme):

// $emailchef_customer_id could be 0 in case of contact creation

function emailchef_customer_data($customer, $list_id, $emailchef_customer_id = 0){ $custom_field_placeholder = 'source';
if (isset($customer[$custom_field_placeholder])){ $customer[$custom_field_placeholder] = 'newvalue'; } return $customer;
}

add_filter('emailchef_customer_data', 'emailchef_customer_data', 10, 4);

Can I change Abandoned Cart image size?

Yes, you can do it. You must to use the emailchef_abandoned_cart_image_size filter hook. Below you can see a useful code snippet as example of use (you
must to put this in a custom plugin or the functions.php file of your active theme):

// By default the size is: 'woocommerce_thumbnail'

function emailchef_abandoned_cart_image_size($size){ return 'newsize'; }

add_filter('emailchef_abandoned_cart_image_size', 'emailchef_abandoned_cart_image_size', 10, 1);

Recensioni

20 Aprile 2020
It was quite easy to integrate the shop in emailChef.
Leggi tutte le recensioni di 2

Contributi e sviluppo

“eMailChef for WooCommerce” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“eMailChef for WooCommerce” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.

Traduci “eMailChef for WooCommerce” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

4.5

  • Tested up WooCommerce 7.5.1
  • Tested up WordPress 6.2

4.4

  • Tested up WooCommerce 7.4.0
  • PHP 8 fixes

4.3

  • Tested up WooCommerce 7.1.0
  • Policy Mode API changes

4.2

  • Tested up WordPress 6.1

4.1

  • Tested up WooCommerce 7.0.0
  • Extended compatibility to PHP 8.1
  • Reduce Login API usage

4.0

  • Tested up WooCommerce 6.9.0

3.6

  • Tested up WooCommerce 6.7.0
  • change logs

3.4

  • Tested up WooCommerce 6
  • Tested up WordPress 5.9

3.0

  • Added two filters:
    • emailchef_customer_data
    • emailchef_abandoned_cart_image_size

2.9

  • Tested Up WooCommerce 5.5.1
  • Tested Up WordPress 5.8

2.8

  • Bugfixes

2.7

  • Bugfixes

2.6

  • Testato su WooCommerce 5.3
  • Aggiunta Data registrazione negozio

2.5

  • Testato su WooCommerce 5.1.0 e WordPress 5.7.0

2.4

  • Testato su WooCommerce 4.9

2.3

  • Bugfix: ultimo stato dell’ordine potrebbe non essere inviato correttamente

2.2

  • Diverse correzioni di bug

2.1

  • Diverse correzioni di bug

2.0

  • Diverse correzioni di bug

1.7

  • Estesa compatibilità a WordPress 5.4.1 e WooCommerce 4.1.1

1.6

  • Aggiunto tool CLI per l’importazione
  • Estesa compatibilità a WordPress 5.3 e WooCommerce 3.7

1.5

  • Nuova importazione differita con eMailChef

1.1

  • Nuova connessione con eMailChef
  • Estesa compatibilità a WP 4.9.2 e WooCommerce 3.9.2
  • Bugfixes

1.0

  • Release iniziale.