Support

Home Forums Event Espresso Premium Registration event without pricing

Registration event without pricing

Posted: August 9, 2017 at 11:26 am

Viewing 12 reply threads


Studio Chevalking

August 9, 2017 at 11:26 am

Hi, I want to add events with registration, but without pricing…

Is this possible?

I did set the “Display Ticket Selector” to NO, but then people cannot register for the event anymore. When I activate the ticket selector there will always be the pricing, when it is set to free admission the pricing still visible at €0,0..

I only need the registration, name, email and telefoon from the registrants.

Is this possible?

Greets Wilfred


Josh

  • Support Staff

August 9, 2017 at 11:28 am

If you set the price to 0.00, set Display ticket selector to Yes, and set Maximum number of tickets allowed per order for this event: to 1, then they’ll just see a registration button (no table with pricing).


Studio Chevalking

August 9, 2017 at 11:43 am

I have done that already, but still there is the pricing table visible…


Studio Chevalking

August 9, 2017 at 11:44 am

https://www.studiochevalking.nl/sc/index.php/events/basiscursus-dinsdag-3-oktober/


Studio Chevalking

August 9, 2017 at 11:48 am

There is only a radio selection button, but is het possible to have a checkbox? People need to check the needed subevents (the course has 4 lessons and they can select 1 to 4 lessons)


Josh

  • Support Staff

August 9, 2017 at 11:53 am

Oh hey that’s because there is more than one option there for tickets. If there was one ticket option, the table would disappear with the settings set that way. You can hide the price column with CSS then.

You can change this by going to the Appearance -> Customize section of the admin, and there is a tab labeled ‘Additional CSS’. If you go into the customizer, you can add some code like this to hide the price column. Please paste the code between the dashed lines into the stylesheet:

—————————————-

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

—————————————-

The above will hide the price column for all events. If you want to hide the price column for only that one event, you’ll use this instead:

—————————————-

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

—————————————-

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress


Studio Chevalking

August 9, 2017 at 12:32 pm

Yes thank you! Is it possible to do this simpler/is this something as an addition/update to EE4?


Studio Chevalking

August 9, 2017 at 12:35 pm

And is it possible to select multiple options with a checkbox in stead of an radiobutton?


Studio Chevalking

August 9, 2017 at 12:41 pm

Aaah I have the possibility of the use of the Add on Multiple events isn’t it?


Josh

  • Support Staff

August 9, 2017 at 3:41 pm

The Multiple Events add-on wouldn’t actually make the checkout simpler because they would have to make their selections and click add to cart with each selected event. What you can do is set the Maximum number of tickets allowed per order for this event: to 4 or more. (At least 4 if they can select up to 1 of each ticket).

And is it possible to select multiple options with a checkbox in stead of an radiobutton?

It would actually be a dropdown where they select a quantity.


Studio Chevalking

August 10, 2017 at 1:04 pm

Hi, The solution worked fine, but not for the registration form. On top you see the inline summary with pricing set to 0,00.

Is it possible to let this disapear?

Greets Wilfred


Tony

  • Support Staff

August 10, 2017 at 1:31 pm

You can hide it with some CSS:

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

Should remove the ticket details (including price) from the registration form.


Studio Chevalking

August 10, 2017 at 1:36 pm

Yes!!! Tnx!!!

Greets Wilfred

Viewing 12 reply threads

The support post ‘Registration event without pricing’ 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