I use :
$product->getPrice();
to get the unformatted price that I can calculate \"quantity X price\" with ajax.
I want to reformat
By this code for formating price in product list
echo Mage::helper('core')->currency($_product->getPrice());