add new changes
This commit is contained in:
+13
-13
@@ -96,9 +96,11 @@
|
||||
|
||||
</div>
|
||||
<div class="emptyShow row d-none">
|
||||
<div class="bg-white innerEmptyShow p-5 d-flex justify-content-center gap-2">
|
||||
<span><i class="fa fa-cart-shopping"></i></span>
|
||||
<span> Your Card is Empty</span>
|
||||
<div class="bg-white innerEmptyShow p-5 d-flex flex-column align-items-center justify-content-center gap-2">
|
||||
<p> <span><i class="fa fa-cart-shopping"></i></span>
|
||||
<span> Your Card is Empty</span></p>
|
||||
|
||||
<p><a class="btn btn-dark button_dark" href="index.html">Continue Shopping</a></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -164,7 +166,7 @@
|
||||
<!-- <div class="bg-white rounded d-block d-sm-none "> -->
|
||||
<div class="card mb-3 mt-5" style="max-width: 540px;">
|
||||
<div class="mx-auto mobile-cart-img">
|
||||
<img src="./dist/assets/imgs/Home/Shopping-cart-item-img.png" alt="shopping-cart-item-img" class="img-fluid">
|
||||
<img src="{img}" alt="shopping-cart-item-img" class="img-fluid">
|
||||
</div>
|
||||
<div class="d-flex align-items-center g-0">
|
||||
<div class="col-md-8">
|
||||
@@ -406,12 +408,12 @@
|
||||
<script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="./dist/js/jquery.min.js"></script>
|
||||
<script src="./libs/owlcarousel/js/owl.carousel.min.js"></script>
|
||||
<script src="./dist/js/utils/helpers.js"></script>
|
||||
|
||||
<script src="./libs/axios.min.js"></script>
|
||||
<script src="./dist/js/footer.js"></script>
|
||||
|
||||
<script src="./libs/cookies.min.js"></script>
|
||||
|
||||
<script src="./dist/toaster/toastr.js"></script>
|
||||
<script src="./dist/js/fontawesome.all.js"></script>
|
||||
<script src="./dist/js/fontawesome.min.js"></script>
|
||||
<script src="./dist/js/vendor/modernizr-3.11.7.min.js"></script>
|
||||
@@ -422,18 +424,16 @@
|
||||
<script src="./dist/js/plugins/wow.js"></script>
|
||||
<script src="./dist/js/plugins/svg-injector.min.js"></script>
|
||||
<script src="./dist/js/plugins/jquery.nice-select.min.js"></script>
|
||||
<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="./dist/js/plugins/jquery-ui.js"></script>
|
||||
<script src="./dist/js/plugins/magnific-popup.js"></script>
|
||||
|
||||
<!-- Main JS -->
|
||||
|
||||
<script src="./dist/js/main.js"></script>
|
||||
<script src="./dist/js/footer.js"></script>
|
||||
<script src="./dist/js/utils/helpers.js"></script>
|
||||
|
||||
<script src="./dist/js/auth/apiservice.js"></script>
|
||||
<script src="./dist/js/shoppingcart/addtocart.js"></script>
|
||||
<script src="./dist/js/shoppingcart/shoppingcart.js"></script>
|
||||
<script src="./dist/js/navbar.js"></script>
|
||||
<script src="./dist/js/main.js"></script>
|
||||
<script>
|
||||
$(window).scroll(function() {
|
||||
if (isScrolledIntoView('#footer-head'))
|
||||
|
||||
Reference in New Issue
Block a user