Subbu1304 commited on
Commit
7b6e3b9
·
verified ·
1 Parent(s): eaeb481

Update templates/order.html

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