Posted: 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 |
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). |
|
|
I have done that already, but still there is the pricing table visible… |
|
https://www.studiochevalking.nl/sc/index.php/events/basiscursus-dinsdag-3-oktober/ |
|
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) |
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: —————————————-
—————————————- 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: —————————————-
—————————————- Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress |
|
|
Yes thank you! Is it possible to do this simpler/is this something as an addition/update to EE4? |
|
And is it possible to select multiple options with a checkbox in stead of an radiobutton? |
|
Aaah I have the possibility of the use of the Add on Multiple events isn’t it? |
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).
It would actually be a dropdown where they select a quantity. |
|
|
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 |
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. |
|
|
Yes!!! Tnx!!! Greets Wilfred |
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.