Update templates/cart.html
Browse files- templates/cart.html +1 -1
templates/cart.html
CHANGED
@@ -584,7 +584,7 @@
|
|
584 |
</div>
|
585 |
</div>
|
586 |
<div class="modal-actions">
|
587 |
-
<
|
588 |
<button class="action-btn cancel-btn" onclick="closeBillModal()">Cancel</button>
|
589 |
</div>
|
590 |
</div>
|
|
|
584 |
</div>
|
585 |
</div>
|
586 |
<div class="modal-actions">
|
587 |
+
<button class="action-btn confirm-order-btn" onclick="submitOrder()">Confirm Order</button>
|
588 |
<button class="action-btn cancel-btn" onclick="closeBillModal()">Cancel</button>
|
589 |
</div>
|
590 |
</div>
|