nagasurendra commited on
Commit
d28eb0b
·
verified ·
1 Parent(s): d34a97c

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +1 -1
templates/order.html CHANGED
@@ -145,7 +145,7 @@
145
 
146
  <!-- Total Section -->
147
  <div class="order-summary mt-4">
148
- <p><strong>Total:</strong> <span class="total-price">${{ order.Total_Amount__c }}</span></p>
149
  <p><strong>Discount:</strong> <span class="total-price">${{ order.Discount__c }}</span></p>
150
  <p><strong>Total Bill:</strong> <span class="total-price">${{ order.Total_Bill__c }}</span></p>
151
  </div>
 
145
 
146
  <!-- Total Section -->
147
  <div class="order-summary mt-4">
148
+ <p><strong>Sub-Total:</strong> <span class="total-price">${{ order.Total_Amount__c }}</span></p>
149
  <p><strong>Discount:</strong> <span class="total-price">${{ order.Discount__c }}</span></p>
150
  <p><strong>Total Bill:</strong> <span class="total-price">${{ order.Total_Bill__c }}</span></p>
151
  </div>