• Currency: getCurrentCurrencyCode(); $_currencies = $_currency->getCurrencies(); $_currencyText = ''; if ($_options['textType'] === 'noText') { $_currencyText .= Mage::app()->getLocale()->currency($_currentCode)->getSymbol(); } else if ($_options['textType'] === 'short') { $_currencyText .= $_currentCode; } else if ($_options['textType'] === 'full') { $_currencyText .= Mage::app()->getLocale()->currency($_currentCode)->getSymbol() . ' ' . $_currencies[$_currentCode]; } echo $_currencyText ?> setContext($_currency)->toHtml() ?>