Woocommerce cart fragment-jquery cookie problem

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:

  1. /*
  2. * Woocommerce Cookie problem.
  3. ​* Uncaught TypeError: $.cookie is not a function
  4. ​*/
  5. function de_script()
  6. {
  7.     wp_dequeue_script( 'wc-cart-fragments' );
  8.     return true;
  9. } 
  10. add_action( 'wp_print_scripts', 'de_script', 100 );

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


    • Related Articles

    • Updating WP Event Manager

      Automatic Update WP Event Manager always strives to achieve perfection in every way and that is why we constantly update our plugins so that you can enjoy their innovative features. Here are the steps that you need to take to update WP Event Manager: ...
    • Installation of WP Event Manager

      Automatic Installation of FREE WP Event Manager Installing WP Event Manager is just a matter of a few clicks. You can add WP Event Manager to your website by using the dashboard offered to you at the backend of the CMS. To install the plugin ...
    • Create or pick categories from Free/ Core WP Event manager

      Events are classified into various types based on the kind of visitors they have. Visitors come from different backgrounds. That is why an event organizer or admin must ensure that they make a lot of event categories available to their clients. This ...
    • Event listings not showing up in the [events] page

      The most common reason behind this particular issue is an error in the Java Script as events are loaded through Ajax. To debug the Javascript error when the event listings are not displayed, you need to pass through the following steps: Go to your ...
    • Dealing with problematic themes

      Due to highly customized or poorly coded single.php templates, some themes do not work normally in the single event pages. To avoid this issue WP Event Manager requires the following things, Content being output via the_content() function. For more ...