• Resolved plagioriginal

    (@plagioriginal)


    Hi,

    I saw this on the code:

    // HOOK TO REMOVE UNNECESSARY AJAX
    add_action('wp_enqueue_scripts', 'dequeue_woocommerce_cart_fragments', 11);
    function dequeue_woocommerce_cart_fragments() {
       wp_dequeue_script('wc-cart-fragments');
    }

    However, I need these scripts to show up products on the minicart.

    Will it be a problem for the plugin if I enqueue it back again on my theme? Why is this script being dequeued?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with Woocommerce’ is closed to new replies.