|
|
@ -46,7 +46,7 @@ |
|
|
|
|
|
|
|
<section class="esh-orders_detail-section"> |
|
|
|
<article class="esh-orders_detail-titles row"> |
|
|
|
<section class="esh-orders_detail-title col-xs-12">Order details</section> |
|
|
|
<section class="esh-orders_detail-title col-xs-12">ORDER DETAILS</section> |
|
|
|
</article> |
|
|
|
|
|
|
|
@for (int i = 0; i < Model.OrderItems.Count; i++) |
|
|
@ -66,12 +66,12 @@ |
|
|
|
|
|
|
|
<section class="esh-orders_detail-section esh-orders_detail-section--right"> |
|
|
|
<article class="esh-orders_detail-titles esh-basket-titles--clean row"> |
|
|
|
<section class="esh-orders_detail-title col-xs-10"></section> |
|
|
|
<section class="esh-orders_detail-title col-xs-2">Total</section> |
|
|
|
<section class="esh-orders_detail-title col-xs-9"></section> |
|
|
|
<section class="esh-orders_detail-title col-xs-2">TOTAL</section> |
|
|
|
</article> |
|
|
|
|
|
|
|
<article class="esh-orders_detail-items row"> |
|
|
|
<section class="esh-orders_detail-item col-xs-10"></section> |
|
|
|
<section class="esh-orders_detail-item col-xs-9"></section> |
|
|
|
<section class="esh-orders_detail-item esh-orders_detail-item--mark col-xs-2">$ @Model.Total</section> |
|
|
|
</article> |
|
|
|
</section> |
|
|
|