Spaces:
Sleeping
Sleeping
Update templates/order_history.html
Browse files
templates/order_history.html
CHANGED
@@ -105,12 +105,7 @@
|
|
105 |
<p>Total: ₹{{ order.Total_Bill__c }}</p>
|
106 |
</div>
|
107 |
|
108 |
-
|
109 |
-
<div class="order-buttons">
|
110 |
-
<button class="reorder-btn" onclick="reorder('{{ order.Id }}')">Reorder</button>
|
111 |
-
|
112 |
-
<button class="rate-order-btn">Rate Order</button>
|
113 |
-
</div>
|
114 |
</div>
|
115 |
{% endfor %}
|
116 |
|
|
|
105 |
<p>Total: ₹{{ order.Total_Bill__c }}</p>
|
106 |
</div>
|
107 |
|
108 |
+
|
|
|
|
|
|
|
|
|
|
|
109 |
</div>
|
110 |
{% endfor %}
|
111 |
|