Support

Home Forums Event Espresso Premium event name dublicated in payment options

event name dublicated in payment options

Posted: December 9, 2016 at 5:18 am

Viewing 1 reply thread


telesco

December 9, 2016 at 5:18 am

Hello,
the summary of the selected tickets is located on top of the payment selection page. My problem is that the event name and the sum is shown twice. It is confusing for the customer.

Eventname
Ticketname1 SUM
-Ticketname1 SUB
Ticketname2 SUM
-Ticketname2 SUB

How can I modify this summary to show the ticketname once if it isn`t required?


Josh

  • Support Staff

December 9, 2016 at 7:53 am

Hi there,

You can change the display to not show the sub line items by adding the following to a functions file:

add_filter(
    'FHEE__EE_SPCO_Line_Item_Display_Strategy__display_line_item__display_sub_line_items',
    '__return_false'
);

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

Viewing 1 reply thread

The support post ‘event name dublicated in payment options’ 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