Woocommerce-Cart-Count
<?php
/**
* Display the number of items added to cart
*/
echo WC()->cart->get_cart_contents_count();
Poor Pheasant
<?php
/**
* Display the number of items added to cart
*/
echo WC()->cart->get_cart_contents_count();