Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +0 -8
templates/order.html
CHANGED
@@ -138,14 +138,6 @@
|
|
138 |
{% endif %}
|
139 |
</div>
|
140 |
|
141 |
-
<!-- Discount Section -->
|
142 |
-
{% if discount %}
|
143 |
-
<div class="order-summary mt-4">
|
144 |
-
<span>Discount: </span>
|
145 |
-
<span class="total-price">${{ discount }}</span>
|
146 |
-
</div>
|
147 |
-
{% endif %}
|
148 |
-
|
149 |
|
150 |
<!-- Total Section -->
|
151 |
{% if order %}
|
|
|
138 |
{% endif %}
|
139 |
</div>
|
140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
|
142 |
<!-- Total Section -->
|
143 |
{% if order %}
|