Posted: August 29, 2012 at 10:53 am
|
In every event list, the event price for meetings always shows like this: Price: EUR75.00 without space between EUR and the amount. How can I add generally a space between? Thanks, dh
|
I’m not sure this is possible without hacking the
You could modify that to take out the if statement and put an |
|
|
Just for clarification: As I am not a programmer and not very familiar with php, |
|
I found the organization_config.php but there’s not such an area. Isn’t it possible to change it in the Event_list_display.php or the pricing.php? |
|
Hi Chris Can you give more information on how you achieved multiple currency listing based on location? (dhastedt: Sorry, didnt mean to hijack your thread, but the answer Chris gives will really help my requirement) |
@dhastedt The code above isn’t from the @rishitejo For their site, I have categories set up for the different locations. They have 3 locations in Australia and one in London, so in the templates, I am doing a check for whether the category is the ‘London’ category — if so, I display the £, if not I display A$. There are a bunch of different files that need to have this check and I had to add a hidden input field in the reg form with the price because I removed the event_price_dropdown function in favor of a hard-coded event price pulled from the database value. Note: Event Espresso doesn’t actually support multiple currencies and even this setup is flawed — there are still some places where the A$ is being displayed because that’s the country set in the Organization Config options that need to be dealt with. On the payment page, I also needed to do a check for the category to display one gateway if the event is in London and a different gateway if it isn’t. That’s the only way to actually accept multiple currencies (using 2 different gateways). |
|
The support post ‘Eventprice appearance’ 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.