Subbu1304 commited on
Commit
434f4e9
·
verified ·
1 Parent(s): 98811f7

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +3 -1
templates/order.html CHANGED
@@ -141,7 +141,9 @@
141
 
142
  <!-- Price -->
143
  <div class="cart-item-actions">
144
- <strong>{{ item_parts[3].strip().replace('Price:', '')| int }}</strong>
 
 
145
  </div>
146
  </div>
147
  {% endfor %}
 
141
 
142
  <!-- Price -->
143
  <div class="cart-item-actions">
144
+ <!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
145
+ <strong>{{ item_parts[3].strip().replace('Price:', '') | float | int }}</strong>
146
+
147
  </div>
148
  </div>
149
  {% endfor %}