woocommerce cart count

Solutions on MaxInterview for woocommerce cart count by the best coders in the world

showing results for - "woocommerce cart count"
Jonas
08 Oct 2016
1<?php 
2
3/**
4  * Display the number of items added to cart  
5  */ 
6  
7  
8     echo WC()->cart->get_cart_contents_count();
9	 
10