Support

Home Forums Event Espresso Premium Hide prices

Hide prices

Posted: September 21, 2017 at 8:41 am

Viewing 5 reply threads


ABoccaccio

September 21, 2017 at 8:41 am

To hide the prices I added this css code, but it does not seem to produce any effects. It’s normal?

.spco-ticket-info-dv table thead tr th:nth-of-type(3),
.spco-ticket-info-dv table thead tr th:nth-of-type(4),
.spco-ticket-info-dv table tbody tr .item_c,
.spco-ticket-info-dv table tbody tr .item_r {
display: none;
}


Tony

  • Support Staff

September 21, 2017 at 9:08 am

Hi there,

That CSS removes the prices from the attendee information step.

So before – http://take.ms/rBaZA

After – http://take.ms/FMi4z

Is that the location you are looking at when testing?


ABoccaccio

September 21, 2017 at 9:26 am

I realized that actually in those screens the price was eliminated. How do I delete it from the pre-registration page (where do I choose the quantity)?

http://www.awesomescreenshot.com/image/2833670/8ad748a45f86d1ab84b2c04b0132e8de


Tony

  • Support Staff

September 21, 2017 at 9:34 am

Are all of your events always free?

Also, do you allow more than 1 ticket to be purchased or just singles?


ABoccaccio

September 21, 2017 at 9:35 am

All events are free. I would like to allow the purchase of multiple tickets at a time


Tony

  • Support Staff

September 21, 2017 at 9:40 am

Ok, you can use something like this:

.tkt-slctr-tbl-wrap-dv .ee-ticket-selector-ticket-price-th, 
.tkt-slctr-tbl-wrap-dv .tckt-slctr-tbl-td-price {
    display: none;
}

The ticket selector will then look like this – http://take.ms/TFHNe

Is that what you are looking for?

Viewing 5 reply threads

The support post ‘Hide prices’ 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