Subbu1304 commited on
Commit
35afabe
·
verified ·
1 Parent(s): 83709d1

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +1 -1
templates/order.html CHANGED
@@ -152,7 +152,7 @@
152
  <p><strong>Discount:</strong> <span class="total-price">${{ "%.2f"|format(order.Discount__c) }}</span></p>
153
  <p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
154
  </div> -->
155
- <div class="container mt-5 totsl_bill">
156
  <div class="order-summary p-5 border rounded shadow" style="background-color: #fff;">
157
  <div class="d-flex justify-content-between mb-3">
158
  <p><strong>Sub-Total:</strong></p>
 
152
  <p><strong>Discount:</strong> <span class="total-price">${{ "%.2f"|format(order.Discount__c) }}</span></p>
153
  <p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
154
  </div> -->
155
+ <div class="container mt-5 cart-item">
156
  <div class="order-summary p-5 border rounded shadow" style="background-color: #fff;">
157
  <div class="d-flex justify-content-between mb-3">
158
  <p><strong>Sub-Total:</strong></p>