Extra Service
1: Setup Extra Services
The vendor can add extra services for per ticket

Please, note:
Max Quantity/Calendar: the maximum number of a service that can be booked for each event day
Max Quantity/Ticket: the maximum number of a service that can be booked for each ticket
Hide Extra Service tab:
Add the code below to the functions.php
file in your child theme
add_filter( 'el_create_event_show_extra_service_tab', function(){ return false; } );
2: Customize field for this tab
Copy file
wp-content/plugins/eventlist/templates/vendor/__edit-event-extra-service.php
to
wp-content/themes/meup-child/eventlist/vendor/__edit-event-extra-service.php
Last updated
Was this helpful?