xpay✦ Commerce
Directory
WooCommerce plugins
Emailchef for WooCommerce
Emailchef for WooCommerce
Using this WooCommerce plugin, Emailchef can communicate with your online store and it creates easy, simply and automatic targeted campaigns.
5.0
(2 ratings)Will this break my store?
What the WordPress.org registry says about keeping Emailchef for WooCommerce running.
Tested to 7.0.2
Tested against the WordPress branch in use today.today
At least 5.2 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.false
Your host must be running at least this version.6.0
2
Maintenance & trust
Scored on how Emailchef for WooCommerce is looked after — not on how many stores run it.
Maintenance
35 / 35WordPress compatibility
20 / 20Support responsiveness
Not enough dataMerchant satisfaction
11 / 15Listing transparency
10 / 10Ratings
5.0
2 ratingsWhen you own an e-commerce website, email marketing becomes one of the most powerful and effective tools to boost sales
and to earn your customers loyalty.
Using this WooCommerce plugin, Emailchef can communicate with your online store and it creates easy, simply and
automatic targeted campaigns.
The Emailchef for WooCommerce plugin enables you to:
-
Transfer information about your customers and their orders to your Emailchef account
-
You can create segmentations of customers according to their orders, abandoned carts, etc.
-
Manage and sync newsletter subscriptions between WooCommerce and Emailchef.
-
Save money with automatic newsletters to keep your customers involved
-
Create targeted marketing actions to save abandoned shopping carts, rewards for recurring orders and **
more** follow up practices
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);
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);
Categories
Plugin details
Tags on WordPress.org
