Page 1 of 1
How to change currency to icon
Posted: Sat Jul 31, 2010 12:29 am
by Kria
Hello, help me please to change currency to icon
for example
iPod Classic
product 20
141.39€
I want to looks like
iPod Classic
product 20
141.39
how i can do this?
Thanks.
Re: How to change currency to icon
Posted: Sat Jul 31, 2010 12:57 am
by maxno
system > location > currencies
Re: How to change currency to icon
Posted: Sat Jul 31, 2010 4:35 am
by Kria
maxno wrote:system > location > currencies
Hey. Read please my quastion one more time!
Re: How to change currency to icon
Posted: Sat Jul 31, 2010 6:39 am
by maxno
so ?
if so, I changed "system/library/currency"
line 51
Code: Select all
$symbol_left = $this->currencies[$this->code]['symbol_left'];
to
Code: Select all
$symbol_left = '<img src=http://www.rususa.com/images/icon_euro.gif>';
do not know if it will cause some error
Re: How to change currency to icon
Posted: Sat Jul 31, 2010 11:17 am
by qahar
nice tut, sort and quick..

Re: How to change currency to icon
Posted: Sun Aug 08, 2010 9:34 pm
by Kria
Thank you!
Re: How to change currency to icon
Posted: Thu Sep 16, 2010 1:20 pm
by flairtek
Thanks