@if (deliveryMethod == "-1")
{
@* DM: Hold at Box Office *@
Tickets will need need to be picked up no later than 30 minutes before curtain.
}
else if (deliveryMethod == "5")
{
@* DM: Digital Tickets *@
Your tickets for order #@orderId are ready
Login to your account to manage your tickets.
}
else if (deliveryMethod == "1")
{
@* DM: Standard Mail *@
Your tickets for order #@orderId are ready and they have been sent to you by post.
}