Hi all,
Is anyone out there allowing subscribers to purchase additional single tickets along with their subscription on the web?
We are working on a subscription website for one of our consortium members, which will include subscription purchases as well as additional single tickets. Subscribers can purchase additional tickets at a discount, and the discount varies depending on which subscription they've purchased.
We have some ideas on how to manage the discount rules and the purchase flows, but I'd love to hear advice and lessons learned from anyone who has already tackled this problem.
I look forward to hearing from you.
Thanks!
We offer single ticket add-ons online for both new and renewal subscriptions - One way of looking at it is since single tickets are purchased with the ReserveTickets function, you could easily build a front-end case statement that determines which price type parameter to pass based on the subscription selected.Good luck!
Hi Mara,
We are currently working through the same issue. We are considering an approach where we have a MOS set up just for subscription add-ons. Once a user adds a subscription to cart, we'll shift to the MOS to an Internet-Subscription MOS and allow them to add any performances that are associated with this add-on MOS.
It seems like a bit of a challenge, but it's really the only way we can do it without exposing the Subscription price types to add-on productions and not putting too much logic in the web app.
I'm curious if anyone else has tried this approach.
Thanks,
Patrick