271 lines
18 KiB
HTML
271 lines
18 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
@@include("partials/title-meta.html", {"title": "Shopping Cart"})
|
|
|
|
<!-- Plugins css -->
|
|
<link href="../assets/libs/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
@@include('./partials/head-css.html')
|
|
|
|
</head>
|
|
|
|
<body class="loading">
|
|
|
|
<!-- Begin page -->
|
|
<div id="wrapper">
|
|
|
|
@@include('./partials/left-sidebar.html')
|
|
|
|
<!-- ============================================================== -->
|
|
<!-- Start Page Content here -->
|
|
<!-- ============================================================== -->
|
|
|
|
<div class="content-page">
|
|
<div class="content">
|
|
|
|
@@include('./partials/topbar.html')
|
|
|
|
<!-- Start Content-->
|
|
<div class="container-fluid">
|
|
|
|
<!-- start page title -->
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="page-title-box">
|
|
<h4 class="page-title">Shopping Cart</h4>
|
|
<div class="page-title-right">
|
|
<ol class="breadcrumb m-0">
|
|
<li class="breadcrumb-item"><a href="javascript: void(0);">Minton</a></li>
|
|
<li class="breadcrumb-item"><a href="javascript: void(0);">eCommerce</a></li>
|
|
<li class="breadcrumb-item active">Shopping Cart</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end page title -->
|
|
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="row">
|
|
<div class="col-lg-8">
|
|
<div>
|
|
<div class="table-responsive">
|
|
<table class="table table-centered mb-0 table-nowrap">
|
|
<thead class="thead-light">
|
|
<tr>
|
|
<th style="width: 80px;">Product</th>
|
|
<th>Product Desc</th>
|
|
<th>Price</th>
|
|
<th>Quantity</th>
|
|
<th colspan="2">Total</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<img src="../assets/images/products/product-1.png" alt="product-img"
|
|
title="product-img" class="avatar-lg" />
|
|
</td>
|
|
<td>
|
|
<h5 class="mt-0 mb-1 text-truncate"><a href="ecommerce-product-detail.html" class="text-body">Blue color T-shirt</a></h5>
|
|
<p class="mb-0">Size : <span class="font-weight-medium">Large</span></p>
|
|
</td>
|
|
<td>
|
|
$ 41
|
|
</td>
|
|
<td>
|
|
<div style="width: 120px;" class="product-cart-touchspin">
|
|
<input data-toggle="touchspin" type="text" value="02" >
|
|
</div>
|
|
</td>
|
|
<td>
|
|
$ 92
|
|
</td>
|
|
<td>
|
|
<a href="javascript:void(0);" class="action-icon text-danger"> <i class="mdi mdi-trash-can"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<img src="../assets/images/products/product-2.png" alt="product-img"
|
|
title="product-img" class="avatar-lg" />
|
|
</td>
|
|
<td>
|
|
<h5 class="mt-0 mb-1 text-truncate"><a href="ecommerce-product-detail.html" class="text-body">Half sleeve maroon T-shirt</a></h5>
|
|
<p class="mb-0">Size : <span class="font-weight-medium">medium</span></p>
|
|
</td>
|
|
<td>
|
|
$ 37
|
|
</td>
|
|
<td>
|
|
<div style="width: 120px;" class="product-cart-touchspin">
|
|
<input data-toggle="touchspin" type="text" value="01" >
|
|
</div>
|
|
</td>
|
|
<td>
|
|
$ 37
|
|
</td>
|
|
<td>
|
|
<a href="javascript:void(0);" class="action-icon text-danger"> <i class="mdi mdi-trash-can"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<img src="../assets/images/products/product-6.png" alt="product-img"
|
|
title="product-img" class="avatar-lg" />
|
|
</td>
|
|
<td>
|
|
<h5 class="mt-0 mb-1 text-truncate"><a href="ecommerce-product-detail.html" class="text-body">Blue Hoodie for men</a></h5>
|
|
<p class="mb-0">Size : <span class="font-weight-medium">Large</span></p>
|
|
</td>
|
|
<td>
|
|
$ 45
|
|
</td>
|
|
<td>
|
|
<div style="width: 120px;" class="product-cart-touchspin">
|
|
<input data-toggle="touchspin" type="text" value="02" >
|
|
</div>
|
|
</td>
|
|
<td>
|
|
$ 90
|
|
</td>
|
|
<td>
|
|
<a href="javascript:void(0);" class="action-icon text-danger"> <i class="mdi mdi-trash-can"></i></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<img src="../assets/images/products/product-8.png" alt="product-img"
|
|
title="product-img" class="avatar-lg" />
|
|
</td>
|
|
<td>
|
|
<h5 class="mt-0 mb-1 text-truncate"><a href="ecommerce-product-detail.html" class="text-body">Full sleeve Pink T-shirt</a></h5>
|
|
<p class="mb-0">Size : <span class="font-weight-medium">medium</span></p>
|
|
</td>
|
|
<td>
|
|
$ 45
|
|
</td>
|
|
<td>
|
|
<div style="width: 120px;" class="product-cart-touchspin">
|
|
<input data-toggle="touchspin" type="text" value="01" >
|
|
</div>
|
|
</td>
|
|
<td>
|
|
$ 45
|
|
</td>
|
|
<td>
|
|
<a href="javascript:void(0);" class="action-icon text-danger"> <i class="mdi mdi-trash-can"></i></a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div> <!-- end table-responsive-->
|
|
|
|
<!-- Add note input-->
|
|
<div class="mt-3">
|
|
<label for="example-textarea">Add a Note:</label>
|
|
<textarea class="form-control" id="example-textarea" rows="3" placeholder="Write some note.."></textarea>
|
|
</div>
|
|
|
|
<!-- action buttons-->
|
|
<div class="row mt-4">
|
|
<div class="col-sm-6">
|
|
<a href="ecommerce-products.html" class="btn text-muted d-none d-sm-inline-block btn-link font-weight-semibold">
|
|
<i class="mdi mdi-arrow-left"></i> Continue Shopping </a>
|
|
</div> <!-- end col -->
|
|
<div class="col-sm-6">
|
|
<div class="text-sm-right">
|
|
<a href="ecommerce-checkout.html" class="btn btn-danger"><i class="mdi mdi-cart-plus mr-1"></i> Checkout </a>
|
|
</div>
|
|
</div> <!-- end col -->
|
|
</div> <!-- end row-->
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
<div class="border p-3 mt-4 mt-lg-0 rounded">
|
|
<h4 class="header-title mb-3">Order Summary</h4>
|
|
|
|
<div class="table-responsive">
|
|
<table class="table mb-0">
|
|
<tbody>
|
|
<tr>
|
|
<td>Grand Total :</td>
|
|
<td>$ 264</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Discount : </td>
|
|
<td>-$ 26</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Shipping Charge :</td>
|
|
<td>$ 24</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Estimated Tax : </td>
|
|
<td>$ 18.22</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Total :</th>
|
|
<th>$ 280.22</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end table-responsive -->
|
|
</div>
|
|
|
|
<div class="alert alert-warning mt-3" role="alert">
|
|
Use coupon code <strong>MNTF25</strong> and get 25% discount !
|
|
</div>
|
|
|
|
<div class="input-group mt-3">
|
|
<input type="text" class="form-control form-control-light" placeholder="Coupon code"
|
|
aria-label="Recipient's username">
|
|
<div class="input-group-append">
|
|
<button class="btn btn-light" type="button">Apply</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
</div> <!-- container-fluid -->
|
|
|
|
</div> <!-- content -->
|
|
|
|
@@include('./partials/footer.html')
|
|
|
|
</div>
|
|
|
|
<!-- ============================================================== -->
|
|
<!-- End Page content -->
|
|
<!-- ============================================================== -->
|
|
|
|
|
|
</div>
|
|
<!-- END wrapper -->
|
|
|
|
@@include('./partials/right-sidebar.html')
|
|
|
|
<!-- Vendor js -->
|
|
<script src="../assets/js/vendor.min.js"></script>
|
|
|
|
<!-- Plugins Js -->
|
|
<script src="../assets/libs/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js"></script>
|
|
|
|
<script src="../assets/js/pages/ecommerce-cart.init.js"></script>
|
|
|
|
<!-- App js -->
|
|
<script src="../assets/js/app.min.js"></script>
|
|
|
|
</body>
|
|
</html> |