mateuszmarkowski / jQuery-Seat-Charts

jQuery Seat Charts Plugin
MIT License
593 stars 210 forks source link

Multiple Pricing Options Per Seat #50

Closed envywebsites closed 7 years ago

envywebsites commented 7 years ago

Hi there

Enjoying experimenting with this plugin so far, really simple implementation of a much needed UI with so many uses!

I wondered how easy it might be to have multiple options once a seat is selected?

So, for example, you could have an "Adult" in one seat and "Child" in another seat, they would each be priced differently?

Kind regards

Ben

mateuszmarkowski commented 7 years ago

It should be pretty easy to implement. Every seat has a hash with custom data where you can include your pricing options. This way when a user clicks on a seat, you can read the hash to see what pricing options are available for the seat.

You just have to take care of the visual side of the selection by i.e. presenting options in a dropdown or a pop-up.

envywebsites commented 7 years ago

Thanks Mateusz, that’s really useful.

I managed to get this working with a dropdown as you suggested and it works great!

From: Mateusz [mailto:notifications@github.com] Sent: 02 February 2017 17:19 To: mateuszmarkowski/jQuery-Seat-Charts jQuery-Seat-Charts@noreply.github.com Cc: envywebsites info@envywebsites.net; Author author@noreply.github.com Subject: Re: [mateuszmarkowski/jQuery-Seat-Charts] Multiple Pricing Options Per Seat (#50)

It should be pretty easy to implement. Every seat has a hash with custom data where you can include your pricing options. This way when a user clicks on a seat, you can read the hash to see what pricing options are available for the seat.

You just have to take care of the visual side of the selection by i.e. presenting options in a dropdown or a pop-up.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mateuszmarkowski/jQuery-Seat-Charts/issues/50#issuecomment-277021774 , or mute the thread https://github.com/notifications/unsubscribe-auth/ATPGDRDwNAYX-WBilGJXKfMLdlFI0jwzks5rYhAegaJpZM4Ly1L2 .

ngethe commented 7 years ago

Please share how you did it @envywebsites