We have a template and echoing prices of products. The products are of
differenct kind. Simple product, bundle product, etc.
To get the price of a simple product you just call
$_product->getPrice();
When you call this method on a bundle product, it returns 0.00. So how to