Support

Home Forums Event Espresso Premium Hide price and other economic details from free tickets

Hide price and other economic details from free tickets

Posted: December 29, 2016 at 5:17 am

Viewing 6 reply threads


Allan

December 29, 2016 at 5:17 am

Hi Support/forum,
Can you help me with subeject?
It makes no sence to have Price and billing stuff, when an event is free.


Tony

  • Support Staff

December 29, 2016 at 5:45 am

Hi Allan,

Which sections are you referring to?

Can you link us to an example?


Allan

December 29, 2016 at 5:50 am

Sure:

http://brondbygolf.dk.linux20.curanetserver.dk/events/nytaar/
and
http://brondbygolf.dk.linux20.curanetserver.dk/registration-checkout/?uts=1483015822#checkout


Tony

  • Support Staff

December 29, 2016 at 6:42 am

You can hide the details using CSS but it would be a global change for all events unless you want to add additional CSS each time you add a new event.

You can remove the ‘show details’ section from within Event Espresso -> Events -> Templates -> Show Ticket Details?

Set that to No to remove that section.

Are all of your events free?


Allan

December 29, 2016 at 11:00 am

I tryed that, but nothing changed.

99,8% are free.


Tony

  • Support Staff

December 29, 2016 at 11:57 am

I tryed that, but nothing changed.

Sure it did, the show details link/section was removed – http://take.ms/LJezb

The rest you will need to hide using CSS:

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

Removes the price section from the ticket selector.

.spco-ticket-info-dv {
    display: none;
}

Removes the ticket information from the checkout page.

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.


Allan

December 29, 2016 at 12:00 pm

Great.. I’ll try that!

Viewing 6 reply threads

The support post ‘Hide price and other economic details from free tickets’ 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