• Resolved nickandrea19

    (@nickandrea19)


    I have retreat center that will be selling event registrations. These need to be able to accommodate multiple participants with varying price options depending on which type of room they choose. The plugin ideally would also be able to filter records by event type for easy export.
    Can your plugin do all of this? I have found other plugins that fit the bill but don’t seem to be able to accommodate a room type choice. Thanks!

    https://www.ads-software.com/extend/plugins/events-manager/

Viewing 15 replies - 16 through 30 (of 30 total)
  • You’d need to set that up using a different ticket for each combination.

    Thread Starter nickandrea19

    (@nickandrea19)

    But then that would only allow me to specify a max inventory for each kind, right? If I understand that correctly it wouldn’t work because let’s say we have 10 rooms, they can theoretically be booked by 10 single participants, 20 double participants, or any combination of the two. But, it’s still based on how many rooms are left. So, I’m not sure how to accomplish this according to what you suggested??

    Thanks.

    What I was thinking was that you’d have two ticket types for each room – single and double – since one purchase of either type of ticket fully books the room.

    But maybe I’ve missed something…

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I think the problem here is that you can only accept e.g. 10 bookings for the event, regardless of spaces, right?

    If so, then this is possible but you would need to add some custom code to add this functionality. I don’t have any snippets at hand for this but you’d be looking at the em_bookings_is_open filter, located in classes/em-bookings.php

    Thread Starter nickandrea19

    (@nickandrea19)

    Oh I gotcha. Right, so, if someone purchases a double ticket then that will be the price for two people. But then, can I set how many tickets of *either single or double per room can be sold?

    Thread Starter nickandrea19

    (@nickandrea19)

    Re: Marcus
    If by “bookings” you mean rooms then, yes, you are correct. The issue is that those bookings can accommodate one or two people.

    I think I’ll have to do it as caimin suggests, where I create different ticket types: single and double, where double would be the price for two people to share a room. I would need to get both participants’ information, however. Is this possible?

    I am willing to write custom code, sure, if it’s straightforward PHP. I might need to be directed as to where to find that, however.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    in pro we have an attendee forms feature where you can capture information for each space booked.

    Thread Starter nickandrea19

    (@nickandrea19)

    Ok so would that include multiple names and email addresses?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    Thread Starter nickandrea19

    (@nickandrea19)

    Ok great. Two other questions: if I want to add image galleries of room types, is that doable within the event page and if so how would you recommend going about it?

    Secondly, if I buy the Pro version, what’s your refund policy?

    Thanks.

    Thread Starter nickandrea19

    (@nickandrea19)

    Oh one other question, caiman said <What I was thinking was that you’d have two ticket types for each room – single and double – since one purchase of either type of ticket fully books the room.> How can it be setup like this? Would I have to sell each room individually, then? That would be awfully cumbersome if we have 3 of one type, 5 of another, and 20 of a third kind. How could this be managed for multiple rooms of the same type with this single OR double ticket condition?

    Thread Starter nickandrea19

    (@nickandrea19)

    Sorry so many messages in a row, but in test driving an event I see that for, say, a VIP ticket type there is one price, and for Standard there is another. If I were set each room type to a kind of ticket there would have to be another option within that ticket for “single” or “double,” but I don’t see this functionality natively installed unless I’m missing something?

    Because events use an enhanced version of the standard WordPress editor, image galleries can be added using the built-in gallery function or with one of the many image galleries plugins.

    Refund policy for the Pro is detailed towards the bottom of this page:
    https://eventsmanagerpro.com/gopro/

    I may not be fully understanding the last question, but I think the way to do what you want is to use the customizable attendee form (Pro only) so that you can capture info from each attendee and to use multiple tickets per event to offer single, double, etc. tickets.

    Thread Starter nickandrea19

    (@nickandrea19)

    Yes, customizable attendee form I would use, definitely, to capture info on the second participant. Where I’m getting stuck is how I would configure an event like so:

    Event Name: Yoga Detox Retreat
    Ticket Types:

    1. Garden Suite
    1. Single – $999
    2. Double – $1699
    • Luxury Garden Suite
    1. Single – $1299
    2. Double – $1999
    • Serenity Suite
    1. Single – $1199
    2. Double – $1899
    • Dorm
    1. Single – $699
    • Commuter
    1. Single – $399

    So, you see, there are options within options. It’s that second level option that I’m not sure how your plugin would accommodate. It’s like a select option within a select option. Is that clear?

    Thanks.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    about,
    Garden Suite
    – Single – $999
    – Double – $1699

    you can try something like

    Garden Suite Single – $999
    Garden Suite Double – $1699

    since the above layout is not currently possible; also, maybe you can create new thread for additional question to avoid confusions.

    thanks

Viewing 15 replies - 16 through 30 (of 30 total)
  • The topic ‘Retreat Registration?’ is closed to new replies.