Rammohan0504 commited on
Commit
d4bd357
·
verified ·
1 Parent(s): 7af850f

Update templates/order.html

Browse files
Files changed (1) hide show
  1. 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 (after discount): </span>
153
- <span class="total-price">${{ final_total }}</span> <!-- final_total includes the discount -->
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>