Support

Home Forums Event Espresso Premium Editing the ticket Name and Description (Attendee Info & Payment pages)

Editing the ticket Name and Description (Attendee Info & Payment pages)

Posted: September 24, 2018 at 3:21 pm

Viewing 3 reply threads


Peyton Earey

September 24, 2018 at 3:21 pm

I would like to remove the course title that appears in parenthesis after the ticket name on the Attendee Information and Payment pages of the checkout process. Please advise.


Tony

  • Support Staff

September 25, 2018 at 5:13 am

Hi there,

That section is the ‘Line item description’, the section with the brackets can’t be easily removed on its own but you can hide the whole line item description using CSS:

.spco-attendee-panel-dv .line-item-desc-spn,
.spco-payment-info-dv .line-item-desc-spn {
    display: none;
}

This is the default output – http://take.ms/iITu2

With the above CSS – http://take.ms/OY0Lx

(Same on both the attendee info and payment info)

If you want to change the text displayed, or keep part of the text shown there its filters but will require some PHP to change it up.

  • This reply was modified 6 years ago by Tony. Reason: Fix additional bracket


Peyton Earey

September 25, 2018 at 10:58 am

Thanks, you have an extra bracket in there FYI


Tony

  • Support Staff

September 25, 2018 at 11:03 am

Oops, I’ve fixed that now, thanks for letting me know.

Viewing 3 reply threads

The support post ‘Editing the ticket Name and Description (Attendee Info & Payment pages)’ 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