| Line 168... |
Line 168... |
| 168 |
<span class="bold">Delay Reason: </span>$delayReason <br />
|
168 |
<span class="bold">Delay Reason: </span>$delayReason <br />
|
| 169 |
#end
|
169 |
#end
|
| 170 |
#foreach($lineItem in $order.getLineitems())
|
170 |
#foreach($lineItem in $order.getLineitems())
|
| 171 |
<span class="bold">$action.getProductName($lineItem) $lineItem.getTotal_price()($action.convertDouble($lineItem.getQuantity()), $lineItem.getUnit_price())</span><br/>
|
171 |
<span class="bold">$action.getProductName($lineItem) $lineItem.getTotal_price()($action.convertDouble($lineItem.getQuantity()), $lineItem.getUnit_price())</span><br/>
|
| 172 |
#end
|
172 |
#end
|
| - |
|
173 |
#if($order.getLogistics_provider_id() != 5)
|
| 173 |
#if($action.getAddress($order)) <span class="bold">Shipping Address: </span>$action.getAddress($order)<br/>#end
|
174 |
#if($action.getAddress($order)) <span class="bold">Shipping Address: </span>$action.getAddress($order)<br/>#end
|
| - |
|
175 |
#else
|
| - |
|
176 |
<span class="bold">Store Shipping Address: </span>$action.getShippingAddressOfStore($order.getPickupStoreId())<br/>
|
| - |
|
177 |
<span class="bold">Billing Address: </span>$action.getAddress($order)<br/>
|
| - |
|
178 |
#end
|
| 174 |
<br />
|
179 |
<br />
|
| 175 |
<br />
|
180 |
<br />
|
| 176 |
<label class="heading">Payment details</label><br />
|
181 |
<label class="heading">Payment details</label><br />
|
| 177 |
#set($payments = $action.getPayments())
|
182 |
#set($payments = $action.getPayments())
|
| 178 |
#set($count = 1)
|
183 |
#set($count = 1)
|