I use :
$product->getPrice();
to get the unformatted price that I can calculate \"quantity X price\" with ajax.
I want to reformat
$formattedPrice = Mage::helper('core')->currency($_finalPrice,true,false);