| Line 61... |
Line 61... |
| 61 |
<br />
|
61 |
<br />
|
| 62 |
#end
|
62 |
#end
|
| 63 |
<br />
|
63 |
<br />
|
| 64 |
<label class="heading">Order details</label><br />
|
64 |
<label class="heading">Order details</label><br />
|
| 65 |
<div id="orderTopLeft">
|
65 |
<div id="orderTopLeft">
|
| - |
|
66 |
<span>Status Description :
|
| - |
|
67 |
$action.getOrderStatusDescription($order)
|
| - |
|
68 |
</span><br/>
|
| 66 |
<span>Invoice No : #if($order.getInvoice_number()) $order.getInvoice_number() #end</span><br/>
|
69 |
<span>Invoice No : #if($order.getInvoice_number()) $order.getInvoice_number() #end</span><br/>
|
| 67 |
<span>Airway Bill No : #if($order.getAirwaybill_no()) $order.getAirwaybill_no() #end</span><br/>
|
70 |
<span>Airway Bill No : #if($order.getAirwaybill_no()) $order.getAirwaybill_no() #end</span><br/>
|
| 68 |
<span>Receiver : #if($order.getReceiver()) $order.getReceiver() #end</span><br/>
|
71 |
<span>Receiver : #if($order.getReceiver()) $order.getReceiver() #end</span><br/>
|
| 69 |
<span>Verification timestamp :
|
- |
|
| 70 |
#if($order.getVerification_timestamp() != 0) $action.convertDate($order.getVerification_timestamp())
|
- |
|
| 71 |
#end</span><br/>
|
- |
|
| 72 |
<span>Out Of Stock Time :
|
72 |
<span>Out Of Stock Time :
|
| 73 |
#if($order.getOutofstock_timestamp() != 0) $action.convertDate($order.getOutofstock_timestamp())
|
73 |
#if($order.getOutofstock_timestamp() != 0) $action.convertDate($order.getOutofstock_timestamp())
|
| 74 |
#end</span><br/>
|
74 |
#end</span><br/>
|
| 75 |
#if($order.isSetRefund_timestamp())
|
- |
|
| 76 |
<span>Refund Time :
|
- |
|
| 77 |
$action.convertDate($order.getRefund_timestamp())
|
- |
|
| 78 |
#end</span><br/>
|
- |
|
| 79 |
</div>
|
75 |
</div>
|
| 80 |
<div id="orderTopMiddle">
|
76 |
<div id="orderTopMiddle">
|
| 81 |
<span>Accepted :
|
77 |
<span>Accepted :
|
| 82 |
#if($order.getAccepted_timestamp() != 0) $action.convertDate($order.getAccepted_timestamp())
|
78 |
#if($order.getAccepted_timestamp() != 0) $action.convertDate($order.getAccepted_timestamp())
|
| 83 |
#end</span><br/>
|
79 |
#end</span><br/>
|
| Line 89... |
Line 85... |
| 89 |
#if($order.getShipping_timestamp() != 0) $action.convertDate($order.getShipping_timestamp())
|
85 |
#if($order.getShipping_timestamp() != 0) $action.convertDate($order.getShipping_timestamp())
|
| 90 |
#end</span><br/>
|
86 |
#end</span><br/>
|
| 91 |
<span>Pickup :
|
87 |
<span>Pickup :
|
| 92 |
#if($order.getPickup_timestamp() != 0) $action.convertDate($order.getPickup_timestamp())
|
88 |
#if($order.getPickup_timestamp() != 0) $action.convertDate($order.getPickup_timestamp())
|
| 93 |
#end</span><br/>
|
89 |
#end</span><br/>
|
| - |
|
90 |
#if($order.isSetRefund_timestamp())
|
| - |
|
91 |
<span>Refund Time :
|
| - |
|
92 |
$action.convertDate($order.getRefund_timestamp())
|
| - |
|
93 |
#end</span><br/>
|
| 94 |
</div>
|
94 |
</div>
|
| 95 |
<div id="orderTopRight">
|
95 |
<div id="orderTopRight">
|
| - |
|
96 |
<span>Verification timestamp :
|
| - |
|
97 |
#if($order.getVerification_timestamp() != 0) $action.convertDate($order.getVerification_timestamp())
|
| - |
|
98 |
#end</span><br/>
|
| 96 |
<span class="bold">Promised Shipping : </span>
|
99 |
<span class="bold">Promised Shipping : </span>
|
| 97 |
#if($order.getPromised_shipping_time() != 0) $action.convertDate($order.getPromised_shipping_time())
|
100 |
#if($order.getPromised_shipping_time() != 0) $action.convertDate($order.getPromised_shipping_time())
|
| 98 |
#end<br/>
|
101 |
#end<br/>
|
| 99 |
<span class="bold">Expected Shipping : </span>
|
102 |
<span class="bold">Expected Shipping : </span>
|
| 100 |
#if($order.getExpected_shipping_time() != 0) $action.convertDate($order.getExpected_shipping_time())
|
103 |
#if($order.getExpected_shipping_time() != 0) $action.convertDate($order.getExpected_shipping_time())
|