Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support CartFlows Team

    (@cartflows)

    Hello @adrianinf

    Thank you for contacting us!

    Actually, loading the latest and updated Jquery library is the best practice.

    If you are adding the older version then the latest plugin that are making use of it may encounter some problems.

    I think the error that you are facing is because there are two jQuery files are getting loaded. So to avoid such cases you need to enqueue the jQuery only on the required pages and not on all the pages.

    I hope this helps you.

    Please let me know in case you have more doubts.

    Thread Starter adrianinf

    (@adrianinf)

    loading the latest and updated Jquery library is the best practice

    It makes sense. I wonder what version of jquery is Cartflows loading.

    you need to enqueue the jQuery only on the required pages and not on all the pages

    Am I then obligated to use a system such as the one referred in my previous comment?
    if (is_page=

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @adrianinf

    Thank you for getting back to us!

    Actually, the CartFlows does not load any extra jQuery on the CartFlows checkout page.
    The same jQuery is used which is been added/enqueued by the WooCommerce.

    To achieve your requirement, you can either use the check that you have mentioned or you can load the JS on the specific post type’s pages where you want to perform certain events/functionality

    I hope this helps.

    Please let me know your thoughts on this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘jquery error when remove product checkout’ is closed to new replies.