Support

Home Forums Event Espresso Premium Hide Pricing on tickets

Hide Pricing on tickets

Posted: August 11, 2016 at 1:22 am

Viewing 8 reply threads


Joe Mangrum

August 11, 2016 at 1:22 am

I ask this question months ago and it worked at the time https://eventespresso.com/topic/hidden-pricing-delayed-invoice-with-online-payments/

but I’ve updated and something has changed? the prices show now on everything

Whats changed and how can I hide the pricing during the pre registration??

http://www.clairescreativeadventures.com/fall2016/ is a link to all current classes


Joe Mangrum

August 11, 2016 at 2:20 am

I put this code into my custom css

/* Ticket Selector */
.tkt-slctr-tbl-wrap-dv .ee-ticket-selector-ticket-price-th, .tkt-slctr-tbl-wrap-dv .tckt-slctr-tbl-td-price {
display: none;
}
/* Registration Checkout */
.spco-ticket-info-dv th:nth-of-type(3), .spco-ticket-info-dv td:nth-of-type(3), .spco-ticket-info-dv th:nth-of-type(4), .spco-ticket-info-dv td:nth-of-type(4) {
display: none;
}

/*Thank you page */
#spco-payment-info-table th:nth-of-type(2), #spco-payment-info-table th:nth-of-type(4), #spco-payment-info-table td:nth-of-type(2), #spco-payment-info-table td:nth-of-type(4) {
display: none;
}

it does not seem to work this time??


Tony

  • Support Staff

August 11, 2016 at 11:24 am

Hi there,

Where do you see prices on your site?

When I view your site the prices are hidden with the above CSS.


Joe Mangrum

August 11, 2016 at 11:26 am

I figured it out at like 4am it was a display details in the templates that had to be switched off… thanks I think it works good now


Tony

  • Support Staff

August 11, 2016 at 11:28 am

Ah, ok.

If you have any further problems please let us know.


Joe Mangrum

August 11, 2016 at 11:29 am

in event templates its the show ticket details that must be switched to NO


Joe Mangrum

August 11, 2016 at 11:29 am

Thanks


Tony

  • Support Staff

August 11, 2016 at 11:36 am

in event templates its the show ticket details that must be switched to NO

I understand, that’s the addition ticket details (which does contain pricing information) none of the above CSS is targeting any of those sections so I’m guessing it was previously disabled when I gave you the above code.


Joe Mangrum

August 11, 2016 at 11:38 am

Yes, It worked but I had been away from it as my client was not ready to use the system yet and had reservations, I must have switched and had to relearn the curve of how to make it disappear

Viewing 8 reply threads

The support post ‘Hide Pricing on 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