| Line 122... |
Line 122... |
| 122 |
$order.getInvoice_number()
|
122 |
$order.getInvoice_number()
|
| 123 |
#end
|
123 |
#end
|
| 124 |
</td>
|
124 |
</td>
|
| 125 |
<td>
|
125 |
<td>
|
| 126 |
$action.getWarrantyDate($order.getBilling_timestamp(), $lineitem.getBrand())<br>
|
126 |
$action.getWarrantyDate($order.getBilling_timestamp(), $lineitem.getBrand())<br>
|
| 127 |
#if ($action.getSupportUrl($lineitem.getBrand())) <a href="$action.getSupportUrl($lineitem.getBrand())" target='_blank' style="cursor: pointer;">Support Page</a> #end
|
127 |
#if ($action.getSupportUrl($lineitem.getBrand())) <a href="$action.getSupportUrl($lineitem.getBrand())" target="_blank" rel="nofollow" style="cursor: pointer;">Service Center</a> #end
|
| 128 |
</td>
|
128 |
</td>
|
| 129 |
<td>
|
129 |
<td>
|
| 130 |
$action.getInsuranceExpiryDate($order.getDelivery_timestamp(), $order.getInsurer())
|
130 |
$action.getInsuranceExpiryDate($order.getDelivery_timestamp(), $order.getInsurer())
|
| 131 |
#if($order.getInsurer() > 0)
|
131 |
#if($order.getInsurer() > 0)
|
| 132 |
<br><a href="/my-purchases!downloadPolicyDoc?orderId=$order.getId()" target='_blank' style="cursor: pointer;">Get Policy Doc</a>
|
132 |
<br><a href="/my-purchases!downloadPolicyDoc?orderId=$order.getId()" target='_blank' style="cursor: pointer;">Get Policy Doc</a>
|