Is this plugin still being developed? It doesn’t declare HPOS compatibility, and cannot be activated on Woo shops running with HPOS (High Performance Order Storage), The declared WC testing is with WC 6.5.2. Can you advise if there are any plans to bring it up to date for the newer WC versions and add HPOS support?
]]>Hey there,
I just installed the plugin and synced my WC clients and orders for the very first time (no products).
Turns out that in case of syncing orders to engagebay the first part of the email address (before the @), repectively the nickname is written into the name field, leaving last name empty.
As I do have a billing address with name and last name – is there an option to alter the mapping / change fields so that in case of orders the name and last name will be taken from the billing address?
]]>Might be related to above but just created a sale and it did not appear in EngageBay.
This plugin is not working on my site.
This plugin does not work. The sync function causes several problems. The first is that it kills jQuery in the wordpress admin. The second is it fails to sync and eventually times out with a 404.
The jQuery problem can be fixed as per here:
//$(document).ready(function(){
jQuery(document).ready(function($){
$(‘#sync_loader’).hide();
$(‘#engagebay-wc-sync-btn’).click(function(){
if ((!$(‘#engagebay-wc-import-contacts’).is(‘:checked’))&&(!$(‘#engagebay-wc-import-orders’).is(‘:checked’))&&(!$(‘#engagebay-wc-import-products’).is(‘:checked’))) {
return;
}
$(‘#engagebay-wc-sync-btn’).val(‘Sync Is In Progress…’);
$(‘#sync_loader’).show();
$.ajax({
url: ajax_url.url,
type: ‘POST’,
data: {
action: ‘engagebay_wc_ajax’,
engagebay_wc_import_contacts: $(‘#engagebay-wc-import-contacts’).is(‘:checked’) ? ‘on’ : ‘off’,
engagebay_wc_import_orders: $(‘#engagebay-wc-import-orders’).is(‘:checked’) ? ‘on’ : ‘off’,
engagebay_wc_import_products: $(‘#engagebay-wc-import-products’).is(‘:checked’) ? ‘on’ : ‘off’
},
success: function(data){
$(‘#sync_loader’).hide();
if(data === ‘success’)
$(‘#engagebay-wc-sync-btn’).val(‘Sync’);
},
error: function(data) {
console.log(data);
}
})
})
})
Hi,
This plugin kills my site and prevents access to wp-admin. I have tried it while deactivating other plugins and the same occurs whenever it is activated. Only way to restore site whe it is activated is to rename the folder.
Server environment:
WooCommerce version: 3.8.1
WordPress version: 5.3
WordPress multisite: –
WordPress memory limit: 512 MB
Server info: Apache
PHP version: 7.3.12
PHP post max size: 64 MB
PHP time limit: 300
PHP max input vars: 6000
cURL version: 7.67.0, OpenSSL/1.0.2t
SUHOSIN installed: –
MySQL version: 5.5.5-10.3.20-MariaDB
Max upload size: 64 MB