Support

Home Forums Translations Rumanian currency not shown

Rumanian currency not shown

Posted: August 25, 2012 at 6:46 am


Sergiu Chiriac

August 25, 2012 at 6:46 am

after I choose Romania for the organisation country, the currency sign isn’t Romanian New Leu (RON) but EURO.
How do I change that?
Olso I have found a bug in the database_install.php file:

if ($zip == false)
$wpdb->insert($wpdb->prefix . "events_question", array('question' => 'Country', 'system_name' => 'country', 'sequence' => '6'), array('%s', '%s', '%s'));

that should be:

if ($country == false)...

Right?


Chris Reynolds

  • Support Staff

August 27, 2012 at 10:14 am

Event Espresso does not support a payment gateway that supports New Leus. The gateway that supports the largest number of different currencies is PayPal, and they don’t support it either: https://www.paypal.com/cgi-bin/webscr?cmd=p/sell/mc/mc_wa-outside Our array of available currencies is based on the gateways that are currently supported by Event Espresso. It defaults to Euro when no other supported currency is found.

I will report the issue in the database_install.php file to the dev team to take a look in the next version.


Sergiu Chiriac

August 27, 2012 at 4:17 pm

My clients they pay cash on the field (paintball field) so the prices must be in RON. The payment method that I use is check / money order, so no PayPal and no EURO.
Is there no way to override that?
If not, than is the plugin useless to me. Can I have a refound?

Thank you
Sergiu Chiriac


Chris Reynolds

  • Support Staff

August 27, 2012 at 6:19 pm

You would need to modify includes/organization_config.php and add Romania’s ISO code and currency symbol to the currency array starting around line 55. Keep in mind that you’ll want to back up your changes if you are editing the core files since they will be lost if you upgrade.


Sergiu Chiriac

August 28, 2012 at 10:04 am

Thank you very much. It worked. Btw. Romania’s ISO code isn’t ROM anymore. Now it is ROU.

Sergiu Chiriac


Chris Reynolds

  • Support Staff

August 28, 2012 at 4:02 pm

Glad you got it working. Is there someplace where Romania’s ISO code is being used as ROM? I didn’t see it in the organization_config file.


Sergiu Chiriac

August 28, 2012 at 4:25 pm

yes in includes/functions/admin.php

The support post ‘Rumanian currency not shown’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso