Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

woocommerce-cart-count

<?php 

/**
  * Display the number of items added to cart  
  */ 
  
  
     echo WC()->cart->get_cart_contents_count();
	 
Source by njengah.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
4+3 =