Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter stephanboehm

    (@stephanboehm)

    Solution:

    /* Woo Side Cart – Remove Jquery Google Ajax */
    function wpdocs_dequeue_script() {
    wp_dequeue_script( ‘jquery-ui’ );
    }
    add_action( ‘wp_print_scripts’, ‘wpdocs_dequeue_script’, 100 );

    remove_action( ‘woocommerce_cart_collaterals’, ‘woocommerce_cross_sell_display’ );
    add_action( ‘woocommerce_cart_collaterals’, ‘woocommerce_cross_sell_display’, 50 );

    Ha ha… looks like in this board we users have to answer our own questions by ourselves, might have to do it with my request as well ??

    Thread Starter stephanboehm

    (@stephanboehm)

    @swissdrago Nah, they emailed me and asked me to post the solution here.

    Well, maybe I have to check my spam folder then. But if I would count all the unanswered posts here I really wonder…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Prevent Google Ajax JQuery from loading’ is closed to new replies.