HTML Templates and Grouping by Section

Has anyone created an HTML confirmation template that pulls in Section (rather than Zone) and that is able to accommodate orders where seats are purchased in multiple Sections? I've been able to pull section in, but only by pulling the value of the first SubLineItem:

<td style="vertical-align: top">
      @product.Performance.LineItem.SubLineItems[0].Zone.Description<br/>
      @product.Performance.LineItem.SubLineItems[0].Seat.Section.Description

</td>

We have many cases where patrons book across multiple sections so we need to be able to group by Section description.

Thank you,

Gina

Parents Reply Children
No Data