Support

Home Forums Event Espresso Premium Removing price in Tyler theme

Removing price in Tyler theme

Posted: February 15, 2017 at 10:00 am

Viewing 5 reply threads


wellpleased

February 15, 2017 at 10:00 am

Hi All,

I’ve not been able to remove the ticket price field for a free event using the usual css code.

/* hide the event price in the event list */
.event_price {display:none;}

/* hide the event price in the registration form */
.event_prices {display:none;}

I have managed to remove it on the ticket selector using the following code however it still shows up on checkout.

.tkt-slctr-tbl thead tr th:nth-child(2),
.tkt-slctr-tbl tbody tr td:nth-child(2) {
	display:none;
}

Any suggestions?


Lorenzo Orlando Caum

  • Support Staff

February 15, 2017 at 11:32 am

Hi,

The first CSS examples are for Event Espresso 3 so that is why it isn’t working.

We can help you hide the price during registration checkout but this will apply for all events (free and paid).

Would you still like to do that?


Lorenzo


wellpleased

February 15, 2017 at 12:03 pm

Hi Lorenzo,

Yes please!

Thanks

Sam


Tony

  • Support Staff

February 15, 2017 at 2:13 pm

For the ticket selector you can use this:

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

For the checkout page:

.spco-ticket-info-dv thead tr th:nth-child(3), 
.spco-ticket-info-dv tbody tr td:nth-child(3), 
.spco-ticket-info-dv thead tr th:nth-child(4), 
.spco-ticket-info-dv tbody tr td:nth-child(4) {
    display: none;
}

However its importnat to point out that you are hiding the price of your transaction until the last section which some users may find deceiving if it’s a paid event.


wellpleased

February 15, 2017 at 3:20 pm

is it possible to remove the price all together?


Tony

  • Support Staff

February 16, 2017 at 4:19 am

Not currently, all tickets require a price is set (event if that’s 0.00) and will output the price on the front end.

Viewing 5 reply threads

The support post ‘Removing price in Tyler theme’ 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