Support

Home Forums Event Espresso Premium Group/bundle ticket for a table purchase; show detail price

Group/bundle ticket for a table purchase; show detail price

Posted: July 29, 2018 at 2:53 pm

Viewing 3 reply threads


asisnyc

July 29, 2018 at 2:53 pm

Hi –

A few days ago I asked a question about the group/bundle ticket. Here is the question

That helped a lot, but now my question relates to the show details section of the ticket selector. The price still shows a single ticket price rather than the bundled price. Is there a way to change this?

Thank you.


asisnyc

July 29, 2018 at 2:56 pm

Sorry, here’s the link to the question.

https://eventespresso.com/topic/group-bundle-tickets-to-create-ticket-for-the-of-a-purchase-a-table-for-x-people/


Josh

  • Support Staff

July 30, 2018 at 9:05 am

Hi,

The prices listed in the show details section are supposed to show the price per ticket, they do not show price per bundle. The simple solution is just remove the Price table (it’s not needed information if you do not want to publish the price of a single ticket).

To remove the Price table from the display, you can add the following code:

add_action(
    'AHEE__ticket_selector_chart_template__ticket_details__after_description',
    function(){
        remove_action(
            'AHEE__ticket_selector_chart_template__ticket_details__after_description',
            array('EED_Ticket_Selector_Caff', 'ticket_price_details'),
            10
        );
    },
    9
);

You can add the above to a functions plugin or, if available, into your WordPress child theme’s functions.php file.


asisnyc

July 30, 2018 at 2:30 pm

Thank you.

Viewing 3 reply threads

The support post ‘Group/bundle ticket for a table purchase; show detail price’ 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