Posted: February 19, 2018 at 11:13 am
|
In my_events table, inside the date times column, I need to show only the date of the ticket purchased, and not the to/from dates for each event. Example: An event is created with two dates January 1st 9:00 and January 15th 9:00. A user purchases a ticket for the Jan 15th 9:00 date time. However, inside my_events table it is shown the to/from date times of the event: Jan 1st 9:00- Jan 15th 9:00. I would like to show only the Jan 15th 9:00 date time. Thanks |
|
|
Hi there, You can copy over the my events templates over to your WordPress theme, then make the following edits: In content-espresso_my_events-event_section.template.php line 30 change: to be:
|
|
|
Thanks Josh, this works! let me ask you two more things: – Need to translate months in the |
|
Months names are translated in my .po file and uploaded with .mo here: |
You’ll change what you changed in the above to:
Then, in content-espresso_my_events-event_section_tickets.template.php on line 16 you’ll change:
to be:
|
|
|
Thank you, that worked just fine. |
The support post ‘[ESPRESSO_MY_EVENTS] customization’ 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.