Subbu1304 commited on
Commit
71fc5fd
·
verified ·
1 Parent(s): 7c7a040

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +1 -1
templates/order.html CHANGED
@@ -185,7 +185,7 @@
185
  <p class="cart-item-actions" style="font-size: 16px;">${{ "%.2f"|format(order.Discount__c) }}</p>
186
  </div>
187
  <!-- Add dotted line here -->
188
- <div style="border-bottom: 1px dotted #000; margin-bottom: 10px;"></div>
189
  <div class="d-flex justify-content-between mb-3">
190
  <p><strong>Total Bill:</strong></p>
191
  <p class="cart-item-actions" style="font-size: 16px;">${{ "%.2f"|format(order.Total_Bill__c) }}</p>
 
185
  <p class="cart-item-actions" style="font-size: 16px;">${{ "%.2f"|format(order.Discount__c) }}</p>
186
  </div>
187
  <!-- Add dotted line here -->
188
+ <div style="border-bottom: 2px dotted #000; margin-bottom: 10px;"></div>
189
  <div class="d-flex justify-content-between mb-3">
190
  <p><strong>Total Bill:</strong></p>
191
  <p class="cart-item-actions" style="font-size: 16px;">${{ "%.2f"|format(order.Total_Bill__c) }}</p>