add new changes
Tento commit je obsažen v:
+121
-3
@@ -7,6 +7,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./dist/assets/imgs/favicon.gif">
|
||||
<link rel="stylesheet" href="./libs/bootstrap/css/bootstrap.min.css" />
|
||||
|
||||
<link rel="stylesheet" href="./dist/css/main.css" />
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<link rel="stylesheet" href="./libs/owlcarousel/Css/owl.carousel.min.css">
|
||||
@@ -14,6 +15,7 @@
|
||||
<link rel="stylesheet" href="./dist/css/vendor/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="./dist/css/vendor/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="./dist/css/vendor/vandella.css">
|
||||
<link rel="stylesheet" href="./libs/select2/select2.min.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="./dist/css/vendor/jellybelly.css">
|
||||
<link rel="stylesheet" href="./dist/css/vendor/fontello.css">
|
||||
<link rel="stylesheet" href="./dist/css/plugins/easyzoom.css">
|
||||
@@ -25,7 +27,7 @@
|
||||
<link rel="stylesheet" href="./dist/css/style.css">
|
||||
<link rel="stylesheet" href="./dist/css/fontawesome.all.min.css">
|
||||
<link rel="stylesheet" href="./dist/css/fontawesome.min.css">
|
||||
|
||||
<link rel="stylesheet" href="./dist/toaster/toastr.css" />
|
||||
<title>Orders | Anwi</title>
|
||||
</head>
|
||||
|
||||
@@ -51,7 +53,7 @@
|
||||
<a href="#" class="fw-600 text-a-color">Need Help ?</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row bg-white p-3">
|
||||
<div class="col-md-8 deliverd-card">
|
||||
|
||||
</div>
|
||||
@@ -61,7 +63,7 @@
|
||||
|
||||
</div>
|
||||
<div class="card rounded-0 border-top-0">
|
||||
<div class="card-body" >
|
||||
<div class="card-body " >
|
||||
<div class="payement details">
|
||||
<p class="fs-6 fw-600 mb-0 pb-1 border-bottom">Order Payment Details</p>
|
||||
<div class="py-1">
|
||||
@@ -171,14 +173,129 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="exampleModalsupport" role="dialog" aria-labelledby="exampleModalLabelsupport" aria-hidden="true">
|
||||
<div class="modal-dialog orderdetails p-5 d-flex align-items-center justify-content-center">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="exampleModalLabelsupport">Open a Support Ticket
|
||||
</h5>
|
||||
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body ">
|
||||
<div class="pb-4">We love our customers, and we're here to help if you need us. Please keep in mind that not all topics are within the scope of out support.</div>
|
||||
<div class="row py-4">
|
||||
<div class="col-sm-4 text-center">
|
||||
<img class="img-fluid order_img w-75 " src=https://appassets.bizgaze.app/${order.imageurl}>
|
||||
</div>
|
||||
<div class="col-sm-8">
|
||||
<div class="">
|
||||
<span class="modalitemname">RAM ORA - Laptop - DDR4 SDRAM - 16 GB</span> (<span class="modalitemqty">1</span> items)
|
||||
</div>
|
||||
<div class="modalprice">
|
||||
3708.74
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
|
||||
<select class="form-select" id="supportgroups" aria-label="Default select example">
|
||||
<option selected>Open this select menu</option>
|
||||
<option value="1">One</option>
|
||||
<option value="2">Two</option>
|
||||
<option value="3">Three</option>
|
||||
</select>
|
||||
<div class="invalid-feedback"> Please select support group</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
|
||||
|
||||
<select class="form-select" id="supportlevel" aria-label="Default select example">
|
||||
<option selected>Open this select menu</option>
|
||||
<option value="1">One</option>
|
||||
<option value="2">Two</option>
|
||||
<option value="3">Three</option>
|
||||
</select>
|
||||
<div class="invalid-feedback"> Please select your priorty level</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-4">
|
||||
<div>Description</div>
|
||||
<textarea class="form-control desmodalsupportarea" name="modalsupportarea"></textarea>
|
||||
<div class="invalid-feedback"> Please enter the description</div>
|
||||
</div>
|
||||
<div class='text-primary cursor-pointer mb-md-4'>
|
||||
<label htmlFor='supportattachfile' class='d-flex d-gap-10' >
|
||||
<span class="pe-1"><i class="fa-solid fa-file"></i></span>
|
||||
<span>Attach a file</span>
|
||||
<input multiple="true" id="supportattachfile" type="file" class='d-none' />
|
||||
</label>
|
||||
<div class='d-flex flex-wrap text-dark pt-2 inputlistsupportcontainer'>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="closesupportticket checkoutbtn btn bg-danger btn btn-sm mt-3 text-white px-2" data-bs-dismiss="modal">Close</button>
|
||||
<button type="button" class="submitsupportticket checkoutbtn btn bg-gradient-anwi btn btn-sm mt-3 text-white px-4 ">
|
||||
<div class="spinner-border supportticketsubmit d-none" role="status"> <span class="visually-hidden">Loading...</span> </div>
|
||||
<span class="supportticketsubmitbtn">Submit</span>
|
||||
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- warrenty -->
|
||||
<div class="modal fade" id="exampleModalwarrenty" role="dialog" aria-labelledby="exampleModalLabelwarrenty" aria-hidden="true">
|
||||
<div class="modal-dialog orderdetails p-5 d-flex align-items-center justify-content-center">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="exampleModalLabelwarrenty">Claim warranty
|
||||
</h5>
|
||||
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body ">
|
||||
<div class="pb-4">We love our customers, and we're here to help if you need us. Please keep in mind that not all topics are within the scope of out support.</div>
|
||||
<div class="row py-2">
|
||||
<div class="pb-2">
|
||||
|
||||
<h5 id="warrenymodalname"></h5>
|
||||
</div>
|
||||
<div>
|
||||
<div class="pb-3 form-floating py-0">
|
||||
<input required type="email" class="form-control shadow-none h-50p" id="warrentymodalcode" placeholder="Enter Your Email" autocomplete="off">
|
||||
<label for="warrentymodalcode">Enter Your Serial Number </label>
|
||||
<div class="invalid-feedback"> Please enter email. </div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="checkoutbtn btn bg-danger btn btn-sm mt-3 text-white px-2" data-bs-dismiss="modal">Close</button>
|
||||
<button type="button" class="checkoutbtn btn bg-gradient-anwi btn btn-sm mt-3 text-white px-4 " data-bs-dismiss="modal">Submit</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
<!-- footer -->
|
||||
<div id="footer-head" class=""></div>
|
||||
<!-- end-footer -->
|
||||
|
||||
<script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="./dist/js/jquery.min.js"></script>
|
||||
<script src="./dist/toaster/toastr.js"></script>
|
||||
<script src="./libs/owlcarousel/js/owl.carousel.min.js"></script>
|
||||
<script src="./dist/js/components/authloader/authloader.js"></script>
|
||||
<script src="./dist/js/auth/apiservice.js"></script>
|
||||
@@ -199,6 +316,7 @@
|
||||
<script src="./dist/js/plugins/mouse-parallax.js"></script>
|
||||
<script src="./dist/js/plugins/images-loaded.js"></script>
|
||||
<script src="./dist/js/plugins/isotope.js"></script>
|
||||
<script src="./libs/select2/select2.js"></script>
|
||||
<script src="./dist/js/plugins/jquery-ui.js"></script>
|
||||
<script src="./dist/js/plugins/magnific-popup.js"></script>
|
||||
<script src="./dist/js/navbar.js"></script>
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele