#4619

fieldleisure
Participant

For anyone else struggling with this as I found my site and code slightly different from the solution given.

Go to /app/design/frontend/sns_camen/default/template/sns/blocks/top-cart.phtml

Find:
<span class=”total-itemprice”><?php echo $this->__(‘<span>$0.00</span> – (<span>0</span> item)’) ?></span>

Change to:
<span class=”total-itemprice”><?php echo $this->__(‘<span>£0.00</span> – (<span>0</span> item)’) ?></span>