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