How to show woocommerce cart items count
Today we will write the code for how to show woocommerce cart item counts programmatically. The following example only shows the number of items in the cart. SO let’s begin with our example.
echo WC()->cart->get_cart_contents_count();