Support

Home Forums Event Espresso Premium Corporate Table Pricing

Corporate Table Pricing

Posted: April 18, 2018 at 11:54 pm


Mike Doughty

April 18, 2018 at 11:54 pm

Hi,

We a running a conference with three types of tickets, single ticket, Table of 4, and Table of 8.

How is it possible to display a ticket type being a table of 8, where you select 1 as the unit of tickets and know that when you go to registrations, it shows 8 attendee details to complete?

Thanks, Mike


Josh

  • Support Staff

April 19, 2018 at 1:26 pm

Hi Mike,

You can use Ticket Bundle feature to set this up. You’ll make 3 ticket options, set the per ticket price for each option, then go into the advanced options and set the Minimum Quantity field and Maximum Quantity field to match the number of seats in the table.

Here’s a screenshot of an example from the editor:
https://slack-files.com/T02SY781D-FAAR87BD4-aaa1dada44

Note that you’ll check the boxes next to the appropriate question groups in the “Questions for Additional Registrants” box.

Finally, you’ll probably want to change the default “/ bundle” text to display “/ table” instead, and you can add this code to a site functions plugin to make that happen:

add_filter(
    'FHEE__ticket_selector_chart_template__per_ticket_bundle_text',
    function(){
        return '/ table';
    }
);

Here’s a screenshot of the resulting ticket selector:
https://slack-files.com/T02SY781D-FA97TNHPS-e1d0b84f57

The support post ‘Corporate Table Pricing’ 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.

Event Espresso