Rammohan0504 commited on
Commit
6defb35
·
verified ·
1 Parent(s): 4b5387c

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +1 -1
templates/order.html CHANGED
@@ -151,7 +151,7 @@
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
 
 
151
  {% if order %}
152
  <div class="order-summary mt-4">
153
  <span>Total: </span>
154
+ <span class="total-price">${{ final_total }}</span>
155
  </div>
156
  {% endif %}
157