Rodrigue
Rodrigue
Based on the feedback above (https://github.com/woocommerce/facebook-for-woocommerce/issues/1701#issuecomment-1244470563), this issue has been escalated to Meta. I will post an update as soon as we have a response.
Thanks for reporting. We'll look into possibly implementing this into the plugin.
Thanks, Darcie, for helping reproduce this. This is due to Elementor Pro modifying the $wp_query global. I have submitted a patch: https://github.com/woocommerce/facebook-for-woocommerce/pull/2501
Thanks for reporting this @WillBrubaker The fix (#2411) for #1966 was mistakenly reverted in 87654696c5669a6e0e55a57bc04aec9832881528. I opened a new PR to fix the issue.
I will close this PR as stale.
We no longer support FB checkout order sync. So, I will close this PR. Thanks.
We have the `wc_facebook_fb_retailer_id` filter that could be used to modify the item_group_id. Therefore I am closing this PR
I am closing this PR as stale.
This issue was due to a bug in Meta's UI. We have verified this is now fixed. However, there's a chance that automatic categories will step in to correct invalid...
@MicPass, The complete data we send to Facebook is filterable with `facebook_for_woocommerce_integration_prepare_product`. You can modify the sales price in $product_data['sale_price']. I'll close this issue as the initial query has been...