Support

Home Forums Event Espresso Premium Register and Pay – ticket details displaying twice?

Register and Pay – ticket details displaying twice?

Posted: May 4, 2017 at 2:57 pm

Viewing 4 reply threads


Human_Code

May 4, 2017 at 2:57 pm

Hi there,

I have added some details in the ticket details on the event screen (when you click the little gear on the Ticket (Events> Available Tickets> Advanced Settings> Ticket Description) and in the Payment Options screen it is showing the Ticket Description twice.

I’m not sure where to edit the [ESPRESSO_CHECKOUT] variable to remove the second reference to this – can anyone help?


Josh

  • Support Staff

May 4, 2017 at 3:12 pm

Hi there,

It turns out that you don’t edit the ESPRESSO_CHECKOUT shortcode to remove the ticket description.

Can you post a screenshot of the screen and outline the content that you want removed so we can give you specific instructions on how to remove?


Human_Code

May 4, 2017 at 3:55 pm

Thanks Josh – here you go http://imageshack.com/a/img923/9091/qXYCf4.png


Human_Code

May 4, 2017 at 3:57 pm

Sorry I highlighted both content blocks in that image – it’s only the bottom one I want to remove.

I confirmed they both come from the same content – when I change it, the change is reflected on both so it’s definitely referencing the same content, I just want to remove the second content block as it’s confusing to the purchaser.

Thanks for your help.

Peter


Josh

  • Support Staff

May 5, 2017 at 7:19 am

You can remove the bottom one by adding the following code to your website:

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 4 reply threads

The support post ‘Register and Pay – ticket details displaying twice?’ 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