Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +1 -1
templates/order.html
CHANGED
|
@@ -145,7 +145,7 @@
|
|
| 145 |
|
| 146 |
<!-- Total Section -->
|
| 147 |
<div class="order-summary mt-4">
|
| 148 |
-
<p><strong>Total:</strong> <span class="total-price">${{ order.Total_Amount__c }}</span></p>
|
| 149 |
<p><strong>Discount:</strong> <span class="total-price">${{ order.Discount__c }}</span></p>
|
| 150 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ order.Total_Bill__c }}</span></p>
|
| 151 |
</div>
|
|
|
|
| 145 |
|
| 146 |
<!-- Total Section -->
|
| 147 |
<div class="order-summary mt-4">
|
| 148 |
+
<p><strong>Sub-Total:</strong> <span class="total-price">${{ order.Total_Amount__c }}</span></p>
|
| 149 |
<p><strong>Discount:</strong> <span class="total-price">${{ order.Discount__c }}</span></p>
|
| 150 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ order.Total_Bill__c }}</span></p>
|
| 151 |
</div>
|