TNEW out-of-the-box does not have a single page (or configuration setting) on which a customer could choose to purchase an entire package, or simply choose to purchase one of the events in that package... correct? I believe these are two distinct 'things' in TNEW.
We have a CMS (Drupal Calendar) and would like to give our customers a button on this page that allows them to get to the entire package purchase page of TNEW... ideally, we would just send them to a TNEW page that neatly explains package vs. event... and then displays both purchase buttons. But currently I believe the only way for us to make this distinction is to build that content into our CMS and code the buttons to link to the separate TNEW purchase pages.
Just looking for confirmation that our work-around really is the only way to do this (without getting into custom API work, of course).
Thanks!
Jay
Hi Jason,
You should be able to get away with just two buttons, making use of these pages:
1) The /subscription/packages.aspx page for packages where you need to make entries in LTR_TNEW_SEASON_CONTENT and
2) The single/eventListing.aspx for single performances, it might be worth adding a keyword(s) in TR_TKW so you can apply filtering using the ID, e.g https://cart.mnhs.org/single/eventlisting.aspx?k=20
If you are keen to stick to TNEW pages for explanation, there is no reason why you can't use a production season page with no performances attached. We do that to display instructions for applications, inserting HTML in the TN_Express_Prodseas_Text content field and hiding the Continue Shopping button. Attached is a sample.
Cheers,
Kevin