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'));
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.
This reply was modified 12 years, 2 months ago by Chris Reynolds.
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?
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.
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.