code added
This commit is contained in:
+4
-3
@@ -302,10 +302,10 @@
|
||||
</div>
|
||||
<div class="text-danger pt-2 insufficientqty d-none">Insufficient quantity</div>
|
||||
<div class=" d-flex gap-2 mt-2">
|
||||
<button id="addtocart" class="w-100 btn bg-black text-white" style="border-radius: 5px;">
|
||||
<button id="addtocart" class="w-100 bg-gradient-anwi btn bg-black text-white" style="border-radius: 5px;">
|
||||
Add to cart
|
||||
</button>
|
||||
<button class="w-100 btn buynow bg-black text-white" style="border-radius: 5px;">
|
||||
<button class="w-100 btn bg-gradient-anwi buynow bg-black text-white" style="border-radius: 5px;">
|
||||
Buy Now
|
||||
</button>
|
||||
</div>
|
||||
@@ -454,11 +454,12 @@
|
||||
<script src="./libs/cookies.min.js"></script>
|
||||
|
||||
|
||||
<script src="./dist/js/navbar.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/navbar.js"></script>
|
||||
<script src="./dist/js/shoppingcart/shoppingcart.js"></script>
|
||||
<script src="./dist/js/productdetails/productdetails.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user