Hello guys,
how or where can we change the $ to € in the frontend?
Thanks.
Hi,
If your issue is with price currency symbol, you can open Guru General Settings and set the "Currency" option.
Kind Regards, Alin
Yes we set it to €. But in frontend there seems to be a bug.. Near the price, there is stil "$"
wolfguard Hi Kindly remove the previous suggestion to hide the information via css. Please use this method. open guru component > settings > layout > course page > show/hide the content as per needs.
To change the doller icon open /components/com_guru/views/guruprograms/tmpl/tabs.php Find
uk-icon-usd
change it with
uk-icon-euro
Regards
I needed to change it to UK so it was:
uk-icon-gdp
I also needed to change it in this file (for where it shows Price in the course details):
/components/com_guru/views/guruprograms/tmpl/view_default.php
Around line 511