@model Order @{ ViewBag.Title = "Address And Payment"; } @section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }

Address And Payment


Shipping Information @Html.EditorForModel()
Payment

We're running a promotion: all unicorns are free with the promo code: "FREE"

@Html.TextBox("PromoCode")