Update templates/menu.html
Browse files- templates/menu.html +2 -0
templates/menu.html
CHANGED
@@ -577,6 +577,7 @@ form-check-input addon-option{
|
|
577 |
<span id="modal-section" data-section="" data-category="" style="display: none;"></span>
|
578 |
</div>
|
579 |
<!-- Quantity Controls and Add to Cart Button -->
|
|
|
580 |
<div class="modal-footer d-flex align-items-center justify-content-between">
|
581 |
<!-- Quantity Controls -->
|
582 |
<div class="d-flex align-items-center gap-2">
|
@@ -587,6 +588,7 @@ form-check-input addon-option{
|
|
587 |
<!-- Add to Cart Button -->
|
588 |
<button type="button" class="btn btn-primary" onclick="addToCartFromModal()">Add to Cart</button>
|
589 |
</div>
|
|
|
590 |
</div>
|
591 |
</div>
|
592 |
|
|
|
577 |
<span id="modal-section" data-section="" data-category="" style="display: none;"></span>
|
578 |
</div>
|
579 |
<!-- Quantity Controls and Add to Cart Button -->
|
580 |
+
<!-- Quantity Controls and Add to Cart Button -->
|
581 |
<div class="modal-footer d-flex align-items-center justify-content-between">
|
582 |
<!-- Quantity Controls -->
|
583 |
<div class="d-flex align-items-center gap-2">
|
|
|
588 |
<!-- Add to Cart Button -->
|
589 |
<button type="button" class="btn btn-primary" onclick="addToCartFromModal()">Add to Cart</button>
|
590 |
</div>
|
591 |
+
|
592 |
</div>
|
593 |
</div>
|
594 |
|