Total : 0.00 €

Woo Price Calculator User Manual

16.2 - Enable/Disable price Formatting - WPC

You can also enable or disable the Price Formatting in WPC. This could be useful if you need to get the raw price (Without currency for example).
Return true if you want to enable price formatting, false otherwise.

add_filter('woo_price_calculator_format_price', 'cmw_format_price', 10, 5); 

function cmw_format_price($format_price, $price, $product_id, $calculator_id, $data){
	return true; //or false
}

Cart

Total : 0.00 €