جهت ثبت سفارش باما در ایتا و بله در ارتباط باشید 09205218402

add_action( 'wp_enqueue_scripts', function () { if ( is_admin() || wp_doing_ajax() ) { return; } if ( ! class_exists( 'WooCommerce' ) || ! WC()->cart ) { return; } if ( is_cart() || is_checkout() || is_account_page() || is_product() || is_shop() || is_product_category() || is_product_tag() ) { return; } if ( WC()->cart->get_cart_contents_count() > 0 ) { return; } wp_dequeue_script( 'wc-cart-fragments' ); wp_deregister_script( 'wc-cart-fragments' ); }, 100 );