15.2 - Enable/Disable price Formatting - HPC
You can also enable or disable the Price Formatting in HPC. 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.
function onAwsPriceCalculatorFormatPrice(&$format_price, $current_format_price, $price, $product_id, $calculator_id, $data){
$format_price = true; //or false
}