Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Plugin Support angelo_nwl

    (@angelo_nwl)

    I want to create two form in it.one for Team A And One for Team B

    Is team A and team B are events? if yes, using EMPro custom booking form you can create 2 forms and then assign it in your events.

    Thread Starter sanket.realistic

    (@sanketrealisticyahooin)

    HI Angelo

    Thanx for help.

    Best
    Sanket

    Thread Starter sanket.realistic

    (@sanketrealisticyahooin)

    Hi angelo
    This is my requirement from client.can you tell me is it possible in em pro.
    I would like to take the WordPress Event Manager Pro Plugin and add some functionalities to the ticket-buying process. The description of the desired functionality is below:

    What I want is a team leader to access “form A” to purchase a team leader ticket (“ticket A”) which will generate a unique code. This unique code is stored in the database and is linked to “ticket A”. The team leader can distribute this unique code from purchasing “ticket A” to his team members. I want this unique code to be a required field when the team members access “form B” to purchase their team member tickets (“ticket B”). The unique code is verified against the values stored in the database to ensure it is valid, link “ticket B” to “ticket A”, and allow the team member to pay for the ticket and complete registration. I want the ability for multiple team leaders to purchase a “ticket A” each generating a unique code for a single event. This differentiates the teams participating in the event.

    *To note: it should be able to integrate with s2member Pro.

    Can you explain how you will edit the Event Manager plugin to incorporate the passcode functionalities? as described?

    Can you please explain how the plugin will work once you add in the functionality?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    This is definitely possible and can be done by hooking into our filters to alter the booking process, but due to the amount of custom work involved it’s not something we can help you with, or provide much advice on.

    The bit you need to custom-code is the generation of a custom code on booking and saving it somehow so it’s linked to a booking, which is probably best added during em_bookings_add (classes/em-bookings.php) and also preventing certain user roles from accessing a booking form unless they provide a code, which could for example be controlled in the filter em_booking_is_open (classes/em-booking.php)

    Thread Starter sanket.realistic

    (@sanketrealisticyahooin)

    Hi Marcus

    Thanx for reply.
    i have on more question in it.i have event manger pro and i created 3 booking forms according to the driver,crew,team.i want it to filter according the user role in single event.

    Best
    Sanket

    Plugin Support angelo_nwl

    (@angelo_nwl)

    what you’ve wanted to do is to create 3 bookings form and then assigned it to a single event which you can filter on what to display in those forms according to the user-role (whether its the driver, crew or team), is that correct? if yes, am afraid that this isn’t possible at the moment (or atleast without custom php coding)

    also, another option is to create a form with field type select ddm with values driver,crew and team

    Thread Starter sanket.realistic

    (@sanketrealisticyahooin)

    Hi

    Thanx for replay

    i’ll get back to you after customaizing it.

    Best
    Sanket

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Event Manager plugin’ is closed to new replies.