Support

Home Forums Event Espresso Premium Registration Checkout Page – exact text shows up twice / duplicate text.

Registration Checkout Page – exact text shows up twice / duplicate text.

Posted: September 19, 2016 at 10:45 am


DWRI-RSJuse

September 19, 2016 at 10:45 am

Hello,
I’m confused. On the Registration Checkout page the text on the page shows up twice like it is duplicated. I only enter the info once in the Event, so why is it showing up twice (see image: http://rsjconvention.com/wp-content/uploads/2016/09/Capture-Registration-Checkout-whyDoubleText.jpg).

Have a missed something?


Josh

  • Support Staff

September 19, 2016 at 3:20 pm

Hi there,
I turns out that sub line items are displayed in that table. You can make it so those sub line items are not displayed by adding the following code 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.

The support post ‘Registration Checkout Page – exact text shows up twice / duplicate text.’ 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