Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +2 -0
templates/menu.html
CHANGED
@@ -508,6 +508,8 @@ form.text-center.mb-4 {
|
|
508 |
</div>
|
509 |
<!-- Add to Cart Button -->
|
510 |
<button type="button" class="btn btn-primary" onclick="addToCartFromModal()">Add to Cart</button>
|
|
|
|
|
511 |
</div>
|
512 |
</div>
|
513 |
</div>
|
|
|
508 |
</div>
|
509 |
<!-- Add to Cart Button -->
|
510 |
<button type="button" class="btn btn-primary" onclick="addToCartFromModal()">Add to Cart</button>
|
511 |
+
<p id="modal-price" class="text-muted text-center" data-base-price="10.00">$0.00</p>
|
512 |
+
|
513 |
</div>
|
514 |
</div>
|
515 |
</div>
|