Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +1 -1
templates/order.html
CHANGED
@@ -153,7 +153,7 @@
|
|
153 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
|
154 |
</div> -->
|
155 |
<div class="container mt-5 cart-item">
|
156 |
-
<div class=" p-5
|
157 |
<div class="d-flex justify-content-between mb-3">
|
158 |
<p><strong>Sub-Total:</strong></p>
|
159 |
<p class="total-price">${{ order.Total_Amount__c }}</p>
|
|
|
153 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
|
154 |
</div> -->
|
155 |
<div class="container mt-5 cart-item">
|
156 |
+
<div class=" p-5 ">
|
157 |
<div class="d-flex justify-content-between mb-3">
|
158 |
<p><strong>Sub-Total:</strong></p>
|
159 |
<p class="total-price">${{ order.Total_Amount__c }}</p>
|