#4671

Tu Tran
Moderator

Hi,

If do as above, then the currency symbol will not change when you switching the currencies. You should be use the code below

<span class=”total-itemprice”><span><?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?></span><?php echo $this->__(' – (<span>0</span> item)') ?></span>

Thanks you,