Support

Home Forums Event Espresso Premium Remove event title from ticket description on checkout table

Remove event title from ticket description on checkout table

Posted: July 21, 2017 at 10:36 am

Viewing 5 reply threads


Adam Bowie

July 21, 2017 at 10:36 am

On the checkout page there is a table of the ticket being purchased and there is some redundant information there. It really cramps the table on mobile. Is there and easy way to remove it?

In the screen shot below we have an event called “test 2017”. That is clearly stated in bold above the table. Inside the table it says it again in parentheses after the ticket title. “1 Day VIP Ticket (for test 2017)“. When we go live our even will have a longer title which will cramp the table even further. I would like to remove the part in parentheses if possible.

Thanks

see screenshot here: https://www.dropbox.com/s/6facb094z4om12p/Screen%20Shot%202017-07-21%20at%2012.20.52%20PM.png?dl=0


Josh

  • Support Staff

July 24, 2017 at 9:47 am

Hi Adam,

You can add some CSS to your stylesheet that will hide the part in parentheses:

#spco-payment-info-table td span.line-item-desc-spn {
display: none;
}


Adam Bowie

July 24, 2017 at 6:40 pm

Hey Josh, Thanks for the response.

I tried your CSS snippet and it didn’t work but it did point me in the right direction. Here is the code that worked for me.

.line-item-desc-spn.smaller-text {
display: none !important;
}


Josh

  • Support Staff

July 25, 2017 at 10:56 am

The CSS not working may be an indication that your site has an older version of Event Espresso 4.


Tony

  • Support Staff

July 25, 2017 at 11:42 am

You can also do this via code:

https://gist.github.com/Pebblo/27df33f797dc1593f459818f88e5d137

Add that snippet to a Custom Functions Plugin on your site and it will remove the text you mentioned above from the output for you.


Adam Bowie

July 25, 2017 at 9:14 pm

Hey Josh

I have v 4.9.44 installed.

Viewing 5 reply threads

The support post ‘Remove event title from ticket description on checkout table’ 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