Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +4 -3
templates/order.html
CHANGED
@@ -146,11 +146,12 @@
|
|
146 |
</div>
|
147 |
{% endif %}
|
148 |
|
|
|
149 |
<!-- Total Section -->
|
150 |
{% if order %}
|
151 |
<div class="order-summary mt-4">
|
152 |
-
<span>Total
|
153 |
-
<span class="total-price">${{
|
154 |
</div>
|
155 |
{% endif %}
|
156 |
|
@@ -164,4 +165,4 @@
|
|
164 |
<p>Thank you for dining with us! <span>We look forward to serving you again.</span></p>
|
165 |
</footer>
|
166 |
</body>
|
167 |
-
</html>
|
|
|
146 |
</div>
|
147 |
{% endif %}
|
148 |
|
149 |
+
|
150 |
<!-- Total Section -->
|
151 |
{% if order %}
|
152 |
<div class="order-summary mt-4">
|
153 |
+
<span>Total: </span>
|
154 |
+
<span class="total-price">${{ order.Total_Amount__c }}</span>
|
155 |
</div>
|
156 |
{% endif %}
|
157 |
|
|
|
165 |
<p>Thank you for dining with us! <span>We look forward to serving you again.</span></p>
|
166 |
</footer>
|
167 |
</body>
|
168 |
+
</html>
|