File tree Expand file tree Collapse file tree
WebSPA/eShopOnContainers.WebSPA/Client/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181
8282 <section class =" esh-orders_new-section" >
8383 <div class =" form-group" >
84- <div class =" col-md-8 " >
84+ <div class =" col-md-9 " >
8585 </div >
86- <div class =" col-md-4 " >
86+ <div class =" col-md-2 " >
8787 <input type =" submit" value =" [ Place Order ]" name =" action" class =" btn esh-orders_new-placeOrder" />
8888 </div >
8989 </div >
Original file line number Diff line number Diff line change 4646
4747 <section class =" esh-orders_detail-section" >
4848 <article class =" esh-orders_detail-titles row" >
49- <section class =" esh-orders_detail-title col-xs-12" >Order details </section >
49+ <section class =" esh-orders_detail-title col-xs-12" >ORDER DETAILS </section >
5050 </article >
5151
5252 @for ( int i = 0 ; i < Model .OrderItems .Count ; i ++ )
6666
6767 <section class =" esh-orders_detail-section esh-orders_detail-section--right" >
6868 <article class =" esh-orders_detail-titles esh-basket-titles--clean row" >
69- <section class =" esh-orders_detail-title col-xs-10 " ></section >
70- <section class =" esh-orders_detail-title col-xs-2" >Total </section >
69+ <section class =" esh-orders_detail-title col-xs-9 " ></section >
70+ <section class =" esh-orders_detail-title col-xs-2" >TOTAL </section >
7171 </article >
7272
7373 <article class =" esh-orders_detail-items row" >
74- <section class =" esh-orders_detail-item col-xs-10 " ></section >
74+ <section class =" esh-orders_detail-item col-xs-9 " ></section >
7575 <section class =" esh-orders_detail-item esh-orders_detail-item--mark col-xs-2" >$ @Model.Total </section >
7676 </article >
7777 </section >
Original file line number Diff line number Diff line change 3434
3535<section class =" esh-orders_new-section esh-orders_new-section--right" >
3636 <article class =" esh-orders_new-titles row" >
37- <section class =" esh-orders_new-title col-xs-10 " ></section >
37+ <section class =" esh-orders_new-title col-xs-9 " ></section >
3838 <section class =" esh-orders_new-title col-xs-2" >Total</section >
3939 </article >
4040
4141 <article class =" esh-orders_new-items row" >
42- <section class =" esh-orders_new-item col-xs-10 " ></section >
42+ <section class =" esh-orders_new-item col-xs-9 " ></section >
4343 <section class =" esh-orders_new-item esh-orders_new-item--mark col-xs-2" >
4444 $ @Model.Total
4545 <input type =" hidden" value =" @Model.Total" name =" Total" />
Original file line number Diff line number Diff line change 3131
3232 < div class ="container ">
3333 < article class ="esh-basket-titles esh-basket-titles--clean row ">
34- < section class ="esh-basket-title col-xs-10 "> </ section >
34+ < section class ="esh-basket-title col-xs-9 "> </ section >
3535 < section class ="esh-basket-title col-xs-2 "> Total</ section >
3636 </ article >
3737
3838 < article class ="esh-basket-items row ">
39- < section class ="esh-basket-item col-xs-10 "> </ section >
39+ < section class ="esh-basket-item col-xs-9 "> </ section >
4040 < section class ="esh-basket-item esh-basket-item--mark col-xs-2 "> $ {{totalPrice}}</ section >
4141 </ article >
4242
4343 < article class ="esh-basket-items row ">
4444 < section class ="esh-basket-item col-xs-9 "> </ section >
45- < section class ="esh-basket-item col-xs-3 ">
45+ < section class ="esh-basket-item col-xs-2 ">
4646 < div (click) ="checkOut($event) " class ="btn esh-basket-checkout "> [ Checkout ]</ div >
4747 </ section >
4848 </ article >
Original file line number Diff line number Diff line change 5555
5656 < section class ="esh-orders_detail-section esh-orders_detail-section--right ">
5757 < article class ="esh-orders_detail-titles esh-basket-titles--clean row ">
58- < section class ="esh-orders_detail-title col-xs-10 "> </ section >
58+ < section class ="esh-orders_detail-title col-xs-9 "> </ section >
5959 < section class ="esh-orders_detail-title col-xs-2 "> Total</ section >
6060 </ article >
6161
6262 < article class ="esh-orders_detail-items row ">
63- < section class ="esh-orders_detail-item col-xs-10 "> </ section >
63+ < section class ="esh-orders_detail-item col-xs-9 "> </ section >
6464 < section class ="esh-orders_detail-item esh-orders_detail-item--mark col-xs-2 "> $ {{order.total}}</ section >
6565 </ article >
6666 </ section >
Original file line number Diff line number Diff line change @@ -91,12 +91,12 @@ <h4>PAYMENT METHOD</h4>
9191
9292 < section class ="esh-orders_new-section esh-orders_new-section--right ">
9393 < article class ="esh-orders_new-titles row ">
94- < section class ="esh-orders_new-title col-xs-10 "> </ section >
94+ < section class ="esh-orders_new-title col-xs-9 "> </ section >
9595 < section class ="esh-orders_new-title col-xs-2 "> Total</ section >
9696 </ article >
9797
9898 < article class ="esh-orders_new-items row ">
99- < section class ="esh-orders_new-item col-xs-10 "> </ section >
99+ < section class ="esh-orders_new-item col-xs-9 "> </ section >
100100 < section class ="esh-orders_new-item esh-orders_new-item--mark col-xs-2 "> $ {{order.total}}</ section >
101101 </ article >
102102 </ section >
You can’t perform that action at this time.
0 commit comments