We're looking at offering CYO/packages on the web. As a venue, we don't really do traditional subscription-style packaging. Rollovers and seat renewal are not requirements.
The advice that we've received is that in order for package price types to not also be available in the price selection within the single ticket purchase path, packages need to be made available in a separate mode of sale.
We want packages to remain in the same MOS as single tickets so that customers can purchase both in one online transaction and so we're currently investigating solutions. I ask of you:
Thanks,
AdrianaSydney Opera House
Hey Adriana,
We sell packages through TN Express Web, but do use a unique Mode of Sale.
If we had them in the same MOS, then we would probably just put some custom code in to say for single ticket events, only show certain TR_PRICE_TYPE_CATAGORY's - or something like that?
Beau.
Hi Adriana,
We offer packages on the web in the same MOS as everything else, that way we can also sell single tickets. Our SYOS filters the price types when the package has been invoked, it’s hard coded to only display the prices with a certain short description.
It would have been nice to have the option to add extra single seats to the same performance when buying a package but that all seemed too complicated at the time.
Here’s an example: http://ticketing.southbankcentre.co.uk/find/festivals-series/london-philharmonic-orchestra-201213
Let me know if you have any questions.
Gary
From: Tessitura Web Forum [mailto:forums-tessitura-web@tessituranetwork.com] On Behalf Of Adriana Law Sent: 14 June 2012 04:23 To: Halliday, Gary Subject: [Tessitura Web Forum] Separate MOS for Packages?
Adriana Sydney Opera House
You were sent this email automatically because you subscribed to the Tessitura Web forum. You may reply to this message to post to the Web forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!
Hi Adriana
ACO does CYO packages on the web in the same MOS.
But that's a bit of special coding from Lynch, and some local table work - there's effectively a whole module in there for dealing with CYO (aka NFS) packages neatly. We like it.
If you have a look at LTR_ACO_PRICETYPE_RULES, you'll see that we use a local table which controls which pricetypes can be used in various contexts, including "NFS Pkg" - so our "PAK3" pricetypes are only available in that context, and not in the "Single Tix" context, and other pricetypes are not available in the NFS context. That sort of thing is a fairly straightforward way of getting around the limitation, but obviously, the rest of the site has to be made context-aware if you take that route, so it might involve a moderate amount of webdev work, depending on how the rest of the purchase path works.
K
I'm logged in at the wrong place, but at MTC we do have a different MOS for Subs. We offer our subscribers Additional single tickets at a discount, so we make these available in the Subs MOS. However we could equally make standard single tickets availabe in that MOS as well.
You need some web logic to flip the MOS to package, so somthing has to detect that they are already a subscriber (eg they log in and use Ranking to shift MOS), or that they are entering the subs path so the site shifts the MOS. This makes the process a little more rigid becasue if they abandon the package, you need the MOS to shift back to single lest they continue to try and access subscriber discounts (unless they are already a subscriber via the ranking). In your case it might not have become that complex yet if you don't intend to offer them cheaper single tickets.
Cheers
Dale.
Adriana,
We use a separate mode of sale for packages (we only sell NFS packages, same as you), but we do allow people to add single tickets (at a discount, we call them "sub add-ons"). The "Web Subscriptions Order" MOS allows price types for fixed show packages, CYO packages, a child package price type and sub add-ons. But the latter means that to get things to work I have to manually manage which pricetypes can be shown for our SYOS app. Ultimately this leaves me with the question of whether I shouldn't have just done all this explicit pricetype management outside of Tessitura. It would certainly require more time and planning in terms of web development, but would also have potentially allowed more flexibility in our offerings.
--Gawain
Thanks all for your responses. There's a lot to think about.I don't think that switching MOS is an option at all for us. Dale, you're right - there's no need to change pricing for subscribers as we won't have any.We were hoping to filter by price type name or category but are now looking into creating a local table to manage this (McSwain, we need to talk).Thanks again,Adriana