@model MusicStore.Models.Order @{ //Bug: Need a way to specify the layout page in a single place Layout = "/Views/Shared/_Layout.cshtml"; ViewBag.Title = "Address And Payment"; } @section Scripts { @*Bug : Script helpers are out of scope for alpha*@ @*@Scripts.Render("~/bundles/jqueryval")*@ } @*@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")
@*}*@