Posted: November 17, 2017 at 6:59 am
|
Hello, In these cases, I receive several errors such as “Undefined variable: datetime_selector”, “Undefined variable: ticket_row_html”, etc. It appears that the core system would switch to using the template found at /modules/ticket_selector/simple_ticket_selector.template.php instead of using the more advanced standard_ticket_selector.template.php So my question would be, is it possible to override only the standard_ticket_selector template with my custom version. Or can I add an additional override for the simple_ticket_selector somehow? Some additional details: My custom ticket_selector.template.php is loaded through the following filter:
I am running Event Espresso 4.9.50.p on WordPress 4.8.2. Let me know if you need any more information. Thanks! |
|
Hello, In these cases, I receive several errors such as “Undefined variable: datetime_selector”, “Undefined variable: ticket_row_html”, etc. It appears that the core system would switch to using the template found at /modules/ticket_selector/simple_ticket_selector.template.php instead of using the more advanced standard_ticket_selector.template.php So my question would be, is it possible to override only the standard_ticket_selector template with my custom version. Or can I add an additional override for the simple_ticket_selector somehow? Some additional details: My custom ticket_selector.template.php is loaded through the following filter:
Let me know if you need any more information. Thanks! |
Hi there, Currently it’s advised to use the filter hooks within the ticket selector template to make customizations. It is no longer recommended to override the entire template. |
|
|
Josh, Thanks for the help. |
The support post ‘EE4 Ticket Selector Template Error – Simple Vs. Standard’ 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.