fbpx
How can we help?

Woocommerce cart fragment-jquery cookie problem

If you are facing the Woocommerce cart fragment-jquery cookie problem, you need to add the following code to functions.php:


/* 
* Woocommerce Cookie problem.
* Uncaught TypeError: $.cookie is not a function
*/
function de_script() 
{
    wp_dequeue_script( 'wc-cart-fragments' );
    return true;
}

add_action( 'wp_print_scripts', 'de_script', 100 );


WP Event Manager – Paid Listing is integrated with the Woocommerce plugin

Quick Links
Close