currency symbol

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Sat Dec 18, 2010 11:58 pm
Hi,

i trued to use the news pro gk4 as in the demo site of yourshop where says "Lowest prices", but using the VM features... the symbol of my currency is R$, but the module is showing BRL. Is it possible to change it?

Thanks,
Bruno
User avatar
Expert Boarder

GK User
Mon Dec 20, 2010 2:13 am
Hi

Yes it is.

Please open ../modules/mod_news_pro_gk4/tmpl/layout.parts.php and find this line:

Code: Select all
case 'SGD': $news_price_currency = 'SGD $';break;


replace with:

Code: Select all
case 'SGD': $news_price_currency = 'SGD $';break;
case 'BRL': $news_price_currency = 'R$';break;


Cheers ;)

(Abraço de Portugal)
User avatar
Platinum Boarder

GK User
Mon Dec 20, 2010 10:22 am
Hi Seichinha,

It works perfect.

Thank you

(Muito obrigado e abraço do Brasil)
User avatar
Expert Boarder

GK User
Sat Feb 11, 2012 5:56 pm
Thak you very much: It worked for me too!.
User avatar
Expert Boarder


cron