We are still not doing e-ticketing or P@H. I installed the functionality and tested it through the application and am working on enabling it online. Our Director of Ticketing wants to be able to restrict the email (P@H) delivery method by price zone.
We have a custom website. Is anyone else doing this and if so how?
Thanks
Is your limitation on a production or performance basis? If so I'd recommend creating a web content field to fill with price zones (probably a comma separated list of price zone ids for maximum flexibility, although I can think of a few other options from experience with this sort of thing). These are easily pulled through the API if you want to match them up against information in the cart. A custom system table is generally not a good idea if you are doing things on a performance by performance basis as it becomes very large and unmanageable very quickly, and is generally harder for non technical staff to navigate.