Ivan Milic - Networks expert Ivan Milic CEO Ivan Milic

Top Menu

× To post a question you must be signed in.

Excel Like Plugin WooCommerce not Compatible with Facebook for WooCommerce

20 Dec 2019 15:10 #5872 by Jawad
Product don't get synced to Facebook when we edit with excel like plugin. 

Is there any solution? 

Please Log in or Create an account to join the conversation.

20 Dec 2019 15:35 #5873 by Super User
Hi,

you probably use some king of plugin to do that - right ?
which one?

Please Log in or Create an account to join the conversation.

20 Dec 2019 15:49 #5874 by Jawad
The plugin for Facebook product sync is "Facebook for WooCommerce"

Please Log in or Create an account to join the conversation.

20 Dec 2019 15:54 #5875 by Super User
Hi,

can you ask that component vendor what needs to be called after product properties update (action, filter, etc...) in order of invoking thier sync.

Please Log in or Create an account to join the conversation.

20 Dec 2019 15:59 #5876 by Jawad
can this help ? 

add_action( 'woocommerce_product_quick_edit_save', array( $this, 'on_quick_and_bulk_edit_save' ), 10, // Action priority 1 // Args passed to on_quick_and_bulk_edit_save ('product') );
add_action( 'woocommerce_product_bulk_edit_save', array( $this, 'on_quick_and_bulk_edit_save' ), 10, // Action priority 1 // Args passed to on_quick_and_bulk_edit_save ('product') );
add_action( 'before_delete_post', array( $this, 'on_product_delete' ), 10, 1 );

Please Log in or Create an account to join the conversation.

20 Dec 2019 16:01 #5877 by Super User
Exactly. We will respond soon as possible.

Thanks, 

Please Log in or Create an account to join the conversation.

20 Dec 2019 16:03 #5878 by Jawad

Please Log in or Create an account to join the conversation.

27 Dec 2019 15:17 #5879 by Super User
Hi,

update to 2.1.63

Enter settings and tick "Trigger Actions", then save.

Please Log in or Create an account to join the conversation.

28 Dec 2019 07:54 #5880 by Jawad
Thank you. Is it already tested? 

Please Log in or Create an account to join the conversation.

28 Dec 2019 12:08 #5881 by Super User
We added option of invoking that triggers as you specified in previous posts. We can not test other companies plugins.

Please Log in or Create an account to join the conversation.

30 Dec 2019 16:06 #5882 by Jawad
Hi, 

This changed worked and it updates the Facebook shop  but now if I make many changes in short timespan the website goes down. 

Please Log in or Create an account to join the conversation.

14 Jan 2020 14:26 #5884 by Super User
Hi,

update to 2.1.64

Problem you had was caused because lots of operations were invoked and they include network call to facebook on each update.
We now added controlled invoking of action hooks.  It may have delay but will not cause CPU overrun.

Also after import (or whenever you want) you can trigger this manually by new option Options->Trigger update actions on visible items

Thanks for patience,

Please Log in or Create an account to join the conversation.

Time to create page: 0.085 seconds