HELP Removing seat locations from Mobile Tickets v16

We just updated to V16, by default the mobile tickets have seat locations. Since we do not have assigned seating at 95% of our screenings I'd like to remove them. I tried commenting it out but all that does is prevent the tickets from generating:

Lines 158 -168

@{ //
// var seatRowLabelPieces = new List<string>();

// if (seatRow != "")
// {
// seatRowLabelPieces.Add("Row " + seatRow);
// }
//
// if (seatNumber != "")
// {
// seatRowLabelPieces.Add("Seat " + seatNumber);

Has anyone had any experience with this?

Parents Reply Children
  • That certainly shouldn't be the case. A couple of things to check...

    1. Just to be clear, are you talking about mobile tickets or mobile wallet passes? If you are talking about mobile wallet passes, then that works a little differently. Be sure that the Wallet Template Type you are using is either Date and Time Pass or Date Pass (both of which exclude seat location. https://www.tessituranetwork.com/Help_System_v160/TN-Application/Mobile-Wallet/TR_WALLET_TEMPLATE.htm
    2. If you are definitely talking about mobile tickets, make sure you are checking the Digital ticket design and not the Boca ticket design.
    3. Double-check that the right Digital ticket design is associated with your Boca ticket design.
    4. Double-check that the right Boca ticket design is associated with your price types
    5. If all else fails, open a help ticket so support can look at this with you in more detail.