Subbu1304 commited on
Commit
7fabca2
·
verified ·
1 Parent(s): 3a1bcfa

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +1 -1
templates/order.html CHANGED
@@ -170,7 +170,7 @@
170
  <p class="cart-item-actions">${{ "%.2f"|format(order.Total_Bill__c) }}</p>
171
  </div>
172
  </div> -->
173
- <div class="container">
174
  <div class="d-flex justify-content-between mb-3">
175
  <p><strong>Sub-Total:</strong></p>
176
  <p class="cart-item-actions" style="font-size: 16px;">${{ order.Total_Amount__c }}</p>
 
170
  <p class="cart-item-actions">${{ "%.2f"|format(order.Total_Bill__c) }}</p>
171
  </div>
172
  </div> -->
173
+ <div class="cart-item">
174
  <div class="d-flex justify-content-between mb-3">
175
  <p><strong>Sub-Total:</strong></p>
176
  <p class="cart-item-actions" style="font-size: 16px;">${{ order.Total_Amount__c }}</p>