Answers for "woocommerce number of products in cart"

3

how to get woocommerce product price

$_product->get_regular_price();
$_product->get_sale_price();
$_product->get_price();
Posted by: Guest on May-21-2020
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

Code answers related to "woocommerce number of products in cart"

Browse Popular Code Answers by Language