• Hi All,

    I’m using events manager and Events ManagerPro for one of my projects. There is a requirement for me to implement a strategy to have three diferent prices for a ticket depending on the type of the user its buying. For example, the regular price of the ticket is X, but registered member price for the ticket is Y. I already modified the em_ticket class to have these addition price values and modified the admin console to allow the admin to enter the 3 prices when the time he enters ticket details.

    Now in the front end, when the user try to make a booking I’m diplaying 2 radio buttons to select the type of membership the user has and enter the membership number. The logic to validate the member is all working fine. But I have trouble figuring out how to set the correct price depending on the membership. I know that when we click “Make a booking” button we call “booking_add” action. But i cant figure out how we pass the ticket price to create the em_booking object.

    Please guide me on this. I appreciate your help.

    Thanks In Advance,
    Dushshantha

Viewing 1 replies (of 1 total)
  • if you’re using pro, please post this in the pro support forums. first thing I’d do though is use filters/actions instead of modifying the classes directly.

Viewing 1 replies (of 1 total)
  • The topic ‘Conditional Ticket price’ is closed to new replies.