@using Tessitura.Service.Client.CRM; @{ var orderId = Model.GetPropertyValue("OrderId"); var deliveryMethod = Model.GetPropertyValue("DeliveryMethod"); var tokenLink2 = getAccountPortalUrl() + "/en/secure/account/pastorders/"+orderId; }
@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. }