• Resolved rifatspir

    (@rifatspir)


    Hi, is that possible to use only product sync and disable all the frontend assets like js files? If so, I want to disable all them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @rifatspir,

    Thanks for reaching out. Happy to help you with this!

    We have a custom code snippet that should do what you’re looking for here, so I’m happy to share it! However, please be aware of a couple notes:

    • I’m afraid that customizations are not covered under our support policy, so implementing this directly or modifying it further isn’t something we can assist with.
    • Please be sure you know how to add custom code to your site. Personally, I like the free Code Snippets plugin method.

    Here is the snippet you’ll need:
    add_filter( 'facebook_for_woocommerce_integration_pixel_enabled', '__return_false' );

    Would you please give that a try and see if it works for you?

    Thanks,
    Marcus

    Hey @rifatspir,

    It has been a long time since we heard from you, so I’m going to mark this topic as resolved. If you’re still experiencing issues please take a look at our documentation for more information and create a new thread if you have further questions.

    Thanks,
    Tamara ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable frontend assets’ is closed to new replies.