I want to get total price of cart in my woocommerce plugin.
I want to get it as a float number like so: 21.00 but I don\'t know how to get it. My code outputs weird
global $woocommerce; $woocommerce->cart->cart_contents_total (Cart total) $woocommerce->cart->tax_total (tax total) $woocommerce->cart->shipping_total (shipping total)