Answers for "woocommerce count in cart products plugin"

PHP
0

how to add woocommerce cart counter

<a href="<?php echo wc_get_cart_url() ?>" class="misha-cart">Cart (<?php echo $woocommerce->cart->cart_contents_count ?>)</a>
Posted by: Guest on December-07-2020
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 count in cart products plugin"

Browse Popular Code Answers by Language