woocommerce-cart-count

193

woocommerce-cart-count -

<?php 

/**
  * Display the number of items added to cart  
  */ 
  
  
     echo WC()->cart->get_cart_contents_count();
	 

Comments

Submit
0 Comments