• Resolved andremfagundes

    (@andremfagundes)


    Hello I’m trying to integrate the Facebook plugin for WooCommerce and in the last step when I click on the continue button nothing happens, I noticed that when I click on the button the following error appears in the chrome log:

    ErrorUtils caught an error:

    Commerce Sales Intent should not be null

    Subsequent non-fatal errors won’t be logged; see https://fburl.com/debugjs.

Viewing 1 replies (of 1 total)
  • corsonr

    (@corsonr)

    Automattic Happiness Engineer

    Hi @andremfagundes,

    First, make sure you’re updated to the latest version of the “Facebook for WooCommerce” plugin.

    Then, at the connection step “What is Woocommerce Integration allowed to do” make sure all fields are enabled. Facebook recently updated its settings to toggle “Manage your business” permission to Off by default.

    If none of those things work, as the error that you’re seeing isn’t very informative, we have a snippet that will give us some additional error information. This should give us a better indication as to what might be happening here.

    Can you please add the following snippet to your site and attempt to connect to Facebook again? If you aren’t familiar with adding custom code to your site, here is some information as to how to do it. We recommend the free Code Snippets method.
    You can view the snippet here:


    add_filter( 'wc_facebook_connection_proxy_url', function() { return 'https://wc-connect-test.skyverge.com/auth/facebook/'; } );

    Once the snippet is in place and you have had a chance to try to connect to Facebook again, would you please send us a screenshot or text of any additional error messages that show?

Viewing 1 replies (of 1 total)
  • The topic ‘Facebook integration’ is closed to new replies.