Answers for "woocommerce-cart-count"

PHP
0

woocommerce-cart-count

<?php 

/**
  * Display the number of items added to cart  
  */ 
  
  
     echo WC()->cart->get_cart_contents_count();
Posted by: Guest on August-05-2021

Code answers related to "woocommerce-cart-count"

Browse Popular Code Answers by Language