Restricting Ticketing Quantities

Hi all,

Does anyone have any advice on putting limitations on price types so there is a maximum and minimum quantity.  For example, I'd like to set up a Family ticket where the maximum and minimum that customers can book is set to 5.

Thanks,

Reece

Parents
  • Former Member
    Former Member $organization

    Hi Reece

    When I was at SOH, we set up a system to apply limits like that.

    It required a couple of local tables to hold the settings for the relevant Price Types, a View to deliver it to tr_local_data, and some web code to limit the quantities offered when that Price Type was selected.  Not enormously complex, but some SQL and web development required. Happy to share the local tables if you'd like to look at that kind of solution. (I don't have access to the web code - that was by POP)

    Ken

Reply
  • Former Member
    Former Member $organization

    Hi Reece

    When I was at SOH, we set up a system to apply limits like that.

    It required a couple of local tables to hold the settings for the relevant Price Types, a View to deliver it to tr_local_data, and some web code to limit the quantities offered when that Price Type was selected.  Not enormously complex, but some SQL and web development required. Happy to share the local tables if you'd like to look at that kind of solution. (I don't have access to the web code - that was by POP)

    Ken

Children
No Data