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

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +3 -2
templates/order.html CHANGED
@@ -149,8 +149,8 @@
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>
156
  <p class="total-price">${{ order.Total_Amount__c }}</p>
@@ -169,6 +169,7 @@
169
 
170
 
171
 
 
172
  {% else %}
173
  <p class="text-center">No order details available.</p>
174
  {% endif %}
 
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 mt-5">
153
+ <div class="order-summary p-5 border rounded shadow" style="background-color: #fff;">
154
  <div class="d-flex justify-content-between mb-3">
155
  <p><strong>Sub-Total:</strong></p>
156
  <p class="total-price">${{ order.Total_Amount__c }}</p>
 
169
 
170
 
171
 
172
+
173
  {% else %}
174
  <p class="text-center">No order details available.</p>
175
  {% endif %}