Spaces:
Runtime error
Runtime error
Update templates/order.html
Browse files- 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:
|
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>
|