Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +3 -2
templates/order.html
CHANGED
@@ -149,8 +149,8 @@
|
|
149 |
<p><strong>Discount:</strong> <span class="total-price">${{ "%.2f"|format(order.Discount__c) }}</span></p>
|
150 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
|
151 |
</div> -->
|
152 |
-
|
153 |
-
<div class="order-summary p-
|
154 |
<div class="d-flex justify-content-between mb-3">
|
155 |
<p><strong>Sub-Total:</strong></p>
|
156 |
<p class="total-price">${{ order.Total_Amount__c }}</p>
|
@@ -169,6 +169,7 @@
|
|
169 |
|
170 |
|
171 |
|
|
|
172 |
{% else %}
|
173 |
<p class="text-center">No order details available.</p>
|
174 |
{% endif %}
|
|
|
149 |
<p><strong>Discount:</strong> <span class="total-price">${{ "%.2f"|format(order.Discount__c) }}</span></p>
|
150 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
|
151 |
</div> -->
|
152 |
+
<div class="container mt-5">
|
153 |
+
<div class="order-summary p-5 border rounded shadow" style="background-color: #fff;">
|
154 |
<div class="d-flex justify-content-between mb-3">
|
155 |
<p><strong>Sub-Total:</strong></p>
|
156 |
<p class="total-price">${{ order.Total_Amount__c }}</p>
|
|
|
169 |
|
170 |
|
171 |
|
172 |
+
|
173 |
{% else %}
|
174 |
<p class="text-center">No order details available.</p>
|
175 |
{% endif %}
|