Currency problem [Solved]

Hello,

i actually test phpvms before using it for my company. All works well, i’ve solved several small problems but i have one to change currency from $ to €. I’ve try all solutions explained in phpvms files and on the forum. I’ve try the 3 UTF-8 codes for Euro. But nothing change on my site.

Solutions i’ve tried in app.config.php :

  1. Config::Set(‘MONEY_UNIT’, ‘&8364;’);
  2. Config::Set(‘MONEY_UNIT’, ‘€’);
  3. Config::Set(‘MONEY_UNIT’, ‘€’);
  4. Config::Set(‘MONEY_UNIT’, “€”);

Can someone have an idea to solve this ?

Try €

I’ve tried this too, nothing changes.

Question: in th topics i’ve seen, some users talk about a app.local.config.php file. I’ve installed and setup the 5.5 version of phpvms and this file doesn’t exist. The only one is app.config.php. Is it a problem or is it normal ?

no you should have a local.config.php in core folder

I suppose this local.config.php is created during the installation of phpvms, because this file is not in the two versions of phpvms i’ve downloaded to test. Is it true ?

That is correct

I don’t know why this file is not on my server. What is the difference between app.local.config.php and app.config.php ? Can i duplicate app.config.php and rename it app.local.config.php, or must i rename app.config.php in app.local.config.php ?

I find it a little imposible to not have a local.config.php as in there are also located the login credentials to the database

Btw what is your site link ?

here is the address of the test site : http://www.voozenoo.fr/index.php/

I just have a app.config.php located in the core folder.

ok, my mistake… I was searching app.local.config.php and the file is local.config.php. That’s ok for me. Currency is changed for €.

Thanks for helping me.