/**
  * Localize and format the price
  *
  * @param float
  * @return string
  */
 protected function _formatPrice($amount)
 {
     return $this->_checkoutHelper->formatPrice($amount);
 }