Posted: May 15, 2014 at 5:08 am
|
Hey guys, I am in the process of setting up a website with Event Espresso 4 and do have a couple of questions. How do I “translate” the dates and times? Editing the Invoice Template Need to display IBAN and BIC for bank transfers Some strings do not get translated even though they are in the .po / .mo files. Thanks! |
Hi Benjamin, Here is a tutorial on how to adjust the datetimes in your templates: https://eventespresso.com/topic/format-date-and-time-in-ee4/#post-93329 The invoice template currently offers limited editing through the payment gateways page without editing the core plugin directly. For the bank transfers — is this something that you can add to one of the existing fields for bank draft? The confirmation text can be changed with a filter: add_filter ('FHEE__payment_overview_template__order_conf_desc', 'override_confirmation_text'); function override_confirmation_text() { return 'This new description goes here.'; } Could you post a link to an event? — |
|
|
Thank you very much! Everything works like a charm. What do you mean by “The invoice template currently offers limited editing through the payment gateways page without editing the core plugin directly.” I do want to remove the taxes section from the generatet invoice. Is this possible or not. Regarding the IBAN and BIC. I kinda hacked this is already. Though I would really appreciate if you would implement this in a future version as the whole EU uses this form of bank transfer! I do have some other small questions: In the invoice it’s showing this line: Also, is it possible to reset the transaction number / invoice number? I did some orders for testing purposes and need to reset that number when the website goes live. Is there any way besides uninstalling and installing Event Espresso from scratch? I am working on the website locally at the moment. So sorry for not being able to give you a link to an event. |
|
As far as editing the invoice templating, it’s doable, but is more difficult to set up currently than it probably needs to be. We are working on this in a future release. You’ll first need to create the folder uploads/espresso/templates/modules/gateways/Invoice/lib. Then you have to copy the folder plugins/event-espresso-core-reg/modules/gateways/Invoice/lib/templates over to uploads/espresso/templates/modules/gateways/Invoice/lib/templates. Then you can edit those files and your adjustments be reflected on the invoice. |
Hi Benjamin, When we shared feedback on your question last year, copying over the templates for editing was the recommended way to edit the templates for the Invoice or Receipt. That has changed as Event Espresso 4 now has an editor to edit those templates through the WP dashboard. It can be found in Event Espresso –> Messages. You’ll now be viewing the Messages Overview screen. Now look for Invoice or Receipt and click on Purchaser. Here is an example of how they appear on the Messages Overview Screen: http://cl.ly/image/2O341M2z0H1q If you do not see them, then you may be using an old version of Event Espresso 4 or they may be on page 2 so you can paginate (browse) to page 2 and they should be there. Here is a change log for Event Espresso 4: https://eventespresso.com/wiki/ee4-changelog/ If you have any new questions about the using the messages system, then please create a new support post in our support forums: https://eventespresso.com/support/forums/ — |
|
The support post ‘[EE4] Couple of small questions’ 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.