9.3.2 Adding the Checkout Process; Listing 9-9 Adding the Checkout Now Button to the Index.cshtml File
parent
35419556fe
commit
5e83bfa72f
|
@ -54,5 +54,6 @@
|
|||
|
||||
<div class="text-center">
|
||||
<a class="btn btn-primary" href="@Model.ReturnUrl">Continue shopping</a>
|
||||
@Html.ActionLink("Checkout now", "Checkout", null, new { @class = "btn btn-primary" })
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue