nagasurendra commited on
Commit
2d9a321
·
verified ·
1 Parent(s): c91af91

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +3 -0
templates/cart.html CHANGED
@@ -128,6 +128,9 @@
128
  <div class="cart-item-addons">
129
  <small class="text-muted">Add-ons: {{ item.Add_Ons__c }}</small>
130
  </div>
 
 
 
131
  <div class="cart-item-quantity mt-2">
132
  <!-- Decrease button -->
133
  <button onclick="updateQuantity('decrease', '{{ item.Name }}', '{{ customer_email }}')">-</button>
 
128
  <div class="cart-item-addons">
129
  <small class="text-muted">Add-ons: {{ item.Add_Ons__c }}</small>
130
  </div>
131
+ <div class="cart-item-instructions">
132
+ <small class="text-muted">Instructions: {{ item.Instructions__c or "None" }}</small>
133
+ </div>
134
  <div class="cart-item-quantity mt-2">
135
  <!-- Decrease button -->
136
  <button onclick="updateQuantity('decrease', '{{ item.Name }}', '{{ customer_email }}')">-</button>