WooCommerce sprawdź, czy wózek nie jest pusty

if ( WC()->cart->get_cart_contents_count() == 0 ) {
        // Do something fun
}
Powerful Puffin