Exemplo n.º 1
0
 protected function _prepareOldPrice($price, $isPercent = false)
 {
     if (version_compare(Mage::getVersion(), '1.7.0.0') < 0) {
         return $this->_preparePrice($price, $isPercent);
     } else {
         return parent::_prepareOldPrice($price, $isPercent);
     }
 }