I use :
$product->getPrice();
to get the unformatted price that I can calculate \"quantity X price\" with ajax.
I want to reformat
try this:
getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?>