Is there an officially supported way to customize the look of the Event Cart Checkout page? I’d like to change how the different tickets are listed (Including Event name at the beginning of the ticket name, and adding date to the description, for example)
Is there an easy way to do this or do I just edit EE_Event_Cart_Line_Item_Display_Strategy.php directly?
Please do not edit the EE_Event_Cart_Line_Item_Display_Strategy.php file directly. You won’t have a good time with keeping the plugin updated. The recommended way to make changes is with action and/or filter hooks. If there’s a spot where an action or filter hook would help you with your customizing, please open an issue on Github to request the hook:
Before I go down that path, can you tell me how I change the value of $options[‘show_desc’], referenced on line 207 (function _ticket_row) of EE_Event_Cart_Line_Item_Display_Strategy.php . I think if I can remove that from the ticket display, it will get me mostly where I need to be.
This isn’t an option that gets set in the UI anywhere, so if you want to set the option to something else, a filter hook can be requested in a Github issue or pull request.
Viewing 7 reply threads
The support post ‘Customizing the Event Cart’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.