Update templates/order.html
Browse files- templates/order.html +1 -1
templates/order.html
CHANGED
@@ -149,7 +149,7 @@
|
|
149 |
|
150 |
{% if orders %}
|
151 |
{% for order in orders %}
|
152 |
-
|
153 |
{% for line in order.Order_Details__c.split('\n') %}
|
154 |
{% set item_parts = line.split('|') %}
|
155 |
<div class="cart-item">
|
|
|
149 |
|
150 |
{% if orders %}
|
151 |
{% for order in orders %}
|
152 |
+
|
153 |
{% for line in order.Order_Details__c.split('\n') %}
|
154 |
{% set item_parts = line.split('|') %}
|
155 |
<div class="cart-item">
|