events icon indicating copy to clipboard operation
events copied to clipboard

Show current ticket price for an event

Open karthikb351 opened this issue 7 years ago • 3 comments

Since https://github.com/hasgeek/boxoffice/pull/167 has been merged (❤️ @shreyas-satish) we can specify the items_ids we want to render in the widget, and how to order them.

A side effect of this is that we can use boxoffice's /order/kharcha API to get the current price for a ticket and render it.

This will require us flagging a specific item id as the primary one, which is usually the most common ticket people may purchase.

karthikb351 avatar Sep 20 '17 11:09 karthikb351

I would say as an option to the most common item, the lowest price option (a one-day ticket) woudl allow us to say something like "tickets from X Rs."

mediatinker avatar Sep 20 '17 13:09 mediatinker

That's a good point - but you'll still need to manual mark which item that is since t-shirts/workshops might be lower priced so we can't rely on just the cheapest's item.

karthikb351 avatar Sep 22 '17 16:09 karthikb351

True. I forgot that we might be separating out the add-ons (which makes so much sense).

mediatinker avatar Sep 29 '17 22:09 mediatinker