Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +1 -1
templates/order.html
CHANGED
@@ -170,7 +170,7 @@
|
|
170 |
<p class="cart-item-actions">${{ "%.2f"|format(order.Total_Bill__c) }}</p>
|
171 |
</div>
|
172 |
</div> -->
|
173 |
-
<div class="
|
174 |
<div class="d-flex justify-content-between mb-3">
|
175 |
<p><strong>Sub-Total:</strong></p>
|
176 |
<p class="cart-item-actions" style="font-size: 16px;">${{ order.Total_Amount__c }}</p>
|
|
|
170 |
<p class="cart-item-actions">${{ "%.2f"|format(order.Total_Bill__c) }}</p>
|
171 |
</div>
|
172 |
</div> -->
|
173 |
+
<div class="cart-item">
|
174 |
<div class="d-flex justify-content-between mb-3">
|
175 |
<p><strong>Sub-Total:</strong></p>
|
176 |
<p class="cart-item-actions" style="font-size: 16px;">${{ order.Total_Amount__c }}</p>
|