geethareddy commited on
Commit
6d42cfd
·
verified ·
1 Parent(s): 7f92ea5

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +5 -39
templates/menu.html CHANGED
@@ -654,31 +654,18 @@ form-check-input addon-option{
654
  {% if item.Section__c != 'Apetizer' and item.Section__c != 'Customized dish' and item.Section__c !='Soft Drinks' %}
655
  <h5 class="customisable-text">Customisable</h5>
656
  {% endif %}
657
-
658
- </div>
659
-
660
-
661
-
662
  </div>
663
-
664
-
665
-
666
-
667
- </div>
668
-
669
- </div>
670
-
671
-
672
  </div>
 
673
  </div>
674
  {% endfor %}
675
  </div>
676
  {% endfor %}
677
  </div>
678
  {% endif %}
679
-
680
- </div>
681
-
682
  <!-- View Cart Button -->
683
  <div class="view-cart-container">
684
  <a href="{{ url_for('cart.cart') }}" class="view-cart-button">
@@ -709,25 +696,7 @@ form-check-input addon-option{
709
  <div id="addons-list" class="addons-container">Loading customization options...</div>
710
  </div>
711
  <div class="mt-4">
712
- <!-- Type and Spice Level for Starters -->
713
- <div id="first-row">
714
- <div class="row">
715
- <div class="col-6">
716
- <h6>Type</h6>
717
- <div id="type-options">
718
- <!-- Dynamically populated options for Starters -->
719
- </div>
720
- </div>
721
- <div class="col-6">
722
- <h6>Spice Level</h6>
723
- <div id="spice-level-options">
724
- <!-- Dynamically populated options for Starters -->
725
- </div>
726
- </div>
727
- </div>
728
- </div>
729
-
730
- <h6>Custom Request</h6>
731
  <textarea id="modal-instructions" class="form-control" placeholder="Enter any special instructions here..."></textarea>
732
  </div>
733
  <span id="modal-section" data-section="" data-category="" style="display: none;"></span>
@@ -746,9 +715,6 @@ form-check-input addon-option{
746
  </div>
747
  </div>
748
  </div>
749
-
750
-
751
-
752
  <!-- JavaScript -->
753
  <script>
754
  // Show item details and fetch customization options
 
654
  {% if item.Section__c != 'Apetizer' and item.Section__c != 'Customized dish' and item.Section__c !='Soft Drinks' %}
655
  <h5 class="customisable-text">Customisable</h5>
656
  {% endif %}
657
+ </div>
 
 
 
 
658
  </div>
659
+ </div>
 
 
 
 
 
 
 
 
660
  </div>
661
+ </div>
662
  </div>
663
  {% endfor %}
664
  </div>
665
  {% endfor %}
666
  </div>
667
  {% endif %}
668
+ </div>
 
 
669
  <!-- View Cart Button -->
670
  <div class="view-cart-container">
671
  <a href="{{ url_for('cart.cart') }}" class="view-cart-button">
 
696
  <div id="addons-list" class="addons-container">Loading customization options...</div>
697
  </div>
698
  <div class="mt-4">
699
+ <h6>Custom Request</h6>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
  <textarea id="modal-instructions" class="form-control" placeholder="Enter any special instructions here..."></textarea>
701
  </div>
702
  <span id="modal-section" data-section="" data-category="" style="display: none;"></span>
 
715
  </div>
716
  </div>
717
  </div>
 
 
 
718
  <!-- JavaScript -->
719
  <script>
720
  // Show item details and fetch customization options