empty cart in woocommerce code example
Example 1: woocommerce check if cart is not empty
if ( WC()->cart->get_cart_contents_count() == 0 ) {
// Do something fun
}
Example 2: skip cart page woocommerce
Skip Cart Page Go Straight to Checkout Page in WooCommerce