code added

This commit is contained in:
2023-05-01 14:23:56 +05:30
parent 9a63b4dcdc
commit bf783a338b
15 changed files with 176 additions and 165 deletions
+4 -3
View File
@@ -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>