Posted: July 14, 2012 at 3:21 am
|
Hi there! I bought EE some months ago but could not dedicate all time it needed to set it up, and finally now I have the time to implement it in our future web. I have latest versions: event-espresso.3.1.24.1.P and espresso-calendar-2.0.2 and these are my questions: INVOICE LOCALIZATION For the price of event, how can I change the display price of “EUR10.00” to “10.00€” Thanks in advance! |
There are newer versions of Event Espresso + the calendar available and I recommend downloading these from your account page. If the auto updater is not working, please see this post: https://eventespresso.com/topic/plugin-auto-update-tips/ With the invoice logo, are you getting any error messages when you download the invoice? With the html tags, look in the invoice payment settings for any tags and remove them. With the localization, some of these strings are not translatable at present. We have an open ticket to localize the payment status types, as well as the ‘unlimited’ string. Try using the find tool in poedit for ‘map and directions’ The all day text string is echoed directly from the fullcalendar.js jQuery plugin. In espresso-calendar.php, you can override this by adding something like: allDayText:”all day long”,
To change the way the price is displayed, you’ll need to modifying the templates. For example, in event_list_display.php change this:
to something like this:
|
|
|
Hi Josh, Thanks for the fast reply. For the updating, I guess I will lose my changes in config and .po files? should I do a compare with the .po files or something similar? The “map and directions” is already in the po file, and I have already translated it, BUT it is not displayed. It’s really strange! Any clue to change the the style of this to look like a button and not plain text? The “Unlimited” text string where is? (even it’s is harcoded) I would like to change it is possible. Another questios, for the templates, should I remove the original and just left them the ones in upload folders? Thanks for the other info, everything worked ok! |
|
Hi! Just realized the price modificacion (EURXX -> XX €) is just made in displayed events, how could I change it in registration event page? Another issues, where are the names of the months? have not found them in po files. In Payment Status “Pending” string is included in .po file and translated but it does not show the translated text. Any idea? Thanks again!
|
Configurations in the settings are stored in the database, so updating should not overwrite them. If you’ve made new language files, keep this backed up somewhere safe and re-upload them after doing the software update. We have a ticket to refactor how the language files get loaded so custom translations do not get overwritten on updates. With the map and directions text, is this from the email or the event post/registration page? With the ‘Unlimited’ text, that is in the get_number_of_attendees_reg_limit in /includes/functions/main.php The original templates do not need to be removed from the plugin directory, templates in /wp-content/uploads/espresso/templates will load instead if they are there. See this guide for more info: If it’s in a template, these can be copied over to /wp-content/uploads/espresso/templates. There is more information in this guide: https://eventespresso.com/wiki/put-custom-templates/ To change the price display on the registration form, apply the similar change to registration_page_display.php. The names of the Days and Months for the calendar can be changed in the Calendar Settings. The payment status type cannot be translated at this time. We have an open ticket to address this. |
|
The support post ‘Several Questions (Language, invoice…)’ 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.