Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +3 -16
templates/order.html
CHANGED
@@ -155,7 +155,7 @@
|
|
155 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
|
156 |
</div> -->
|
157 |
<div class="container mt-5 cart-item">
|
158 |
-
|
159 |
<div class="d-flex justify-content-between mb-3">
|
160 |
<p><strong>Sub-Total:</strong></p>
|
161 |
<p class="cart-item-actions">${{ order.Total_Amount__c }}</p>
|
@@ -168,21 +168,8 @@
|
|
168 |
<p><strong>Total Bill:</strong></p>
|
169 |
<p class="cart-item-actions">${{ "%.2f"|format(order.Total_Bill__c) }}</p>
|
170 |
</div>
|
171 |
-
</div>
|
172 |
-
|
173 |
-
<div class="d-flex justify-content-between mb-3">
|
174 |
-
<p><strong>Sub-Total:</strong></p>
|
175 |
-
<p class="cart-item-actions">${{ order.Total_Amount__c | float | format('%.1f') }}</p>
|
176 |
-
</div>
|
177 |
-
<div class="d-flex justify-content-between mb-3">
|
178 |
-
<p><strong>Discount:</strong></p>
|
179 |
-
<p class="cart-item-actions">${{ order.Discount__c | float | format('%.1f') }}</p>
|
180 |
-
</div>
|
181 |
-
<div class="d-flex justify-content-between mb-3">
|
182 |
-
<p><strong>Total Bill:</strong></p>
|
183 |
-
<p class="cart-item-actions">${{ order.Total_Bill__c | float | format('%.1f') }}</p>
|
184 |
-
</div>
|
185 |
-
</div>
|
186 |
|
187 |
|
188 |
</div>
|
|
|
155 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
|
156 |
</div> -->
|
157 |
<div class="container mt-5 cart-item">
|
158 |
+
<div class="container ">
|
159 |
<div class="d-flex justify-content-between mb-3">
|
160 |
<p><strong>Sub-Total:</strong></p>
|
161 |
<p class="cart-item-actions">${{ order.Total_Amount__c }}</p>
|
|
|
168 |
<p><strong>Total Bill:</strong></p>
|
169 |
<p class="cart-item-actions">${{ "%.2f"|format(order.Total_Bill__c) }}</p>
|
170 |
</div>
|
171 |
+
</div>
|
172 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
|
174 |
|
175 |
</div>
|