| Line 107... |
Line 107... |
| 107 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($lineitem.getUnit_price())</td>
|
107 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($lineitem.getUnit_price())</td>
|
| 108 |
<td>$lineitem.getQuantity().intValue()</td>
|
108 |
<td>$lineitem.getQuantity().intValue()</td>
|
| 109 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_price)</td>
|
109 |
<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_price)</td>
|
| 110 |
<td><div>$action.formatDate($order.getExpected_delivery_time())</div>
|
110 |
<td><div>$action.formatDate($order.getExpected_delivery_time())</div>
|
| 111 |
#if($order.isOtg())
|
111 |
#if($order.isOtg())
|
| - |
|
112 |
<div>On Time Guarantee<br>
|
| - |
|
113 |
<span class="red">We Pay if we Delay</span>
|
| 112 |
<div class="red">On Time Guarantee<a id="otg_know_more" href="javascript:void(0)" style="padding-left:2px"><img src="/images/quesmark.png" style="vertical-align: middle;"></a></div>
|
114 |
<a id="otg_know_more" href="javascript:void(0)" style="padding-left:2px">
|
| - |
|
115 |
<img src="/images/quesmark-6561.png" style="vertical-align: middle;">
|
| - |
|
116 |
</a>
|
| - |
|
117 |
</div>
|
| 113 |
#end
|
118 |
#end
|
| 114 |
</td>
|
119 |
</td>
|
| 115 |
<td>
|
120 |
<td>
|
| 116 |
#if($order.getStatus().getDescription())
|
121 |
#if($order.getStatus().getDescription())
|
| 117 |
$order.getStatus().getDescription()
|
122 |
$order.getStatus().getDescription()
|