Home Forums Basel support forum Cart empty only inside Index Reply To: Cart empty only inside Index

#39268

Giulio
Participant

You was right. I solved with removing this code. Many thanks 😕 Our server support suggested to insert it to speed up our index. LOL?

/** Disable Ajax Call from WooCommerce */
add_action( 'wp_enqueue_scripts', 'dequeue_woocommerce_cart_fragments', 11); 
function dequeue_woocommerce_cart_fragments() { if (is_front_page()) wp_dequeue_script('wc-cart-fragments'); }