@model GadgetsOnline.Models.Order @{ ViewBag.Title = "Address And Payment"; } @using (Html.BeginForm()) {

Address And Payment

Shipping Information @Html.EditorForModel()
Payment

We're running a promotion: all music is free with the promo code: "FREE"

@Html.Label("Promo Code")
@Html.TextBox("PromoCode")
}