|
|
|
@ -42,9 +42,7 @@ |
|
|
|
|
|
|
|
</div> |
|
|
|
</article> |
|
|
|
@*<div class="esh-catalog-item col-md-4"> |
|
|
|
@item.ProductId |
|
|
|
</div>*@ |
|
|
|
} |
|
|
|
|
|
|
|
<div class="container"> |
|
|
|
<article class="esh-basket-titles esh-basket-titles--clean row"> |
|
|
|
@ -54,7 +52,7 @@ |
|
|
|
|
|
|
|
<article class="esh-basket-items row"> |
|
|
|
<section class="esh-basket-item col-xs-10"></section> |
|
|
|
<section class="esh-basket-item esh-basket-item--mark col-xs-2">$ @Model.Total()</section> |
|
|
|
<section class="esh-basket-item esh-basket-item--mark col-xs-2">$ @Model.Total().ToString("N2")</section> |
|
|
|
</article> |
|
|
|
|
|
|
|
<article class="esh-basket-items row"> |
|
|
|
@ -64,10 +62,12 @@ |
|
|
|
</section> |
|
|
|
</article> |
|
|
|
</div> |
|
|
|
} |
|
|
|
|
|
|
|
<section class="esh-basket-item col-xs-push-8 col-xs-4"> |
|
|
|
<button class="btn esh-basket-checkout" name="updatebutton" value="" type="submit" |
|
|
|
asp-action="Index">[ Update ]</button> |
|
|
|
asp-action="Index"> |
|
|
|
[ Update ] |
|
|
|
</button> |
|
|
|
<input type="submit" asp-action="Checkout" |
|
|
|
class="btn esh-basket-checkout" |
|
|
|
value="[ Checkout ]" name="action" /> |
|
|
|
|