nagasurendra commited on
Commit
049ac53
·
verified ·
1 Parent(s): b8138b1

Update templates/order_history.html

Browse files
Files changed (1) hide show
  1. templates/order_history.html +1 -1
templates/order_history.html CHANGED
@@ -114,7 +114,7 @@
114
  {% for order in orders %}
115
  <div class="order-card {% if loop.index > 3 %}hidden{% endif %}">
116
  <p><strong>Date:</strong> {{ order['CreatedDate'][:10] }}</p>
117
- <p><strong>Order:</strong> {{ order['Order_Details__c'] }}</p> <!-- Order details without the image -->
118
  <p><strong>Total Amount:</strong> ${{ order['Total_Amount__c'] }}</p>
119
  <p><strong>Discount:</strong> ${{ order['Discount__c'] }}</p>
120
  <p><strong>Total Bill:</strong> ${{ order['Total_Bill__c'] }}</p>
 
114
  {% for order in orders %}
115
  <div class="order-card {% if loop.index > 3 %}hidden{% endif %}">
116
  <p><strong>Date:</strong> {{ order['CreatedDate'][:10] }}</p>
117
+ <p><strong>Order:</strong> {{ order['Order_Details__c'] }}</p>
118
  <p><strong>Total Amount:</strong> ${{ order['Total_Amount__c'] }}</p>
119
  <p><strong>Discount:</strong> ${{ order['Discount__c'] }}</p>
120
  <p><strong>Total Bill:</strong> ${{ order['Total_Bill__c'] }}</p>