I was wondering if there's a way to restrict a delivery method by venue. We're in the process of implementing PAHTS, but we don't have access control at all of our venues yet. However, all of our venues use the same MOS on the web.
We will most likely just add some logic to our checkout process that will filter out the option for non-PAH-eligible performances, but I wanted to make sure there wasn't a method I was overlooking to filter it out before it even gets to the web.
Thanks,
Jim
Hi Jim,
Good day.
1, MOS is performances based. So you can use the GetPerformanceDetail (WP_PERF_DETAIL) to get the infos.
2, what you can do is adding content value(Y or N) to a content type("PAHTS Info"). < At "Content" tab under "Performance Details". (TR_INV_CONTENT & TX_INV_CONTENT)> 3, on the web page, call GetPerformanceDetail (WP_PERF_DETAIL), then it will pick up TX_INV_CONTENT info for target performance, so you can enable or disable PAHTS on web page. have fun. Ben
3, on the web page, call GetPerformanceDetail (WP_PERF_DETAIL), then it will pick up TX_INV_CONTENT info for target performance, so you can enable or disable PAHTS on web page.
have fun.
Ben
I was at the Arsht Center in Miami when they first implemented PAHT, and I believe we used different ticket designs to indicate which performances had print at home tickets available and which ones didn't. Nicole Keating or Michael Sampson can probably give you some of the details if you're still looking for feedback.
Best,
Mara