| Line 76... |
Line 76... |
| 76 |
<tr>
|
76 |
<tr>
|
| 77 |
<td style="padding-left:32px;">
|
77 |
<td style="padding-left:32px;">
|
| 78 |
<table style="border-top:3px solid rgb(45,55,65);width:95%;border-collapse:collapse">
|
78 |
<table style="border-top:3px solid rgb(45,55,65);width:95%;border-collapse:collapse">
|
| 79 |
<tbody>
|
79 |
<tbody>
|
| 80 |
<tr style="background-color:rgb(239,239,239)">
|
80 |
<tr style="background-color:rgb(239,239,239)">
|
| 81 |
<td style="font-size:14px;padding:11px 18px 18px 18px;width:50%;"> <p style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"> <span style="color:rgb(102,102,102)">Arriving:</span> <br> <b style="color:#009900">$date.format($request.getScheduledDeliveryTime()) </b> </p> <p style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"> <span style="color:rgb(102,102,102)">Your shipping speed: </span> <br> <b>Expert Delivery </b> </p> <br> </td>
|
81 |
<td style="font-size:14px;padding:11px 18px 18px 18px;width:50%;"> <p style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"> <span style="color:rgb(102,102,102)">Arriving:</span> <br> <b style="color:#009900">$date.format($request.getScheduledDeliveryTime()) </b> </p> <p style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"> <span style="color:rgb(102,102,102)">Your shipping speed: </span> <br> <b>Xpert Delivery </b> </p> <br> </td>
|
| 82 |
|
82 |
|
| 83 |
#if($customer.getLine2() && $customer.getLine2()!="")
|
83 |
#if($customer.getLine2() && $customer.getLine2()!="")
|
| 84 |
<td style="font-size:14px;padding:11px 18px 18px 18px;width:50%;"> <p style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"> <span style="color:rgb(102,102,102)">Your order will be sent to:</span> <br> <b> $customer.getName() <br> $customer.getLine1(), $customer.getLine2(), $customer.getCity(), $customer.getState() <br> India </b> </p> </td>
|
84 |
<td style="font-size:14px;padding:11px 18px 18px 18px;width:50%;"> <p style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"> <span style="color:rgb(102,102,102)">Your order will be sent to:</span> <br> <b> $customer.getName() <br> $customer.getLine1(), $customer.getLine2(), $customer.getCity(), $customer.getState() <br> India </b> </p> </td>
|
| 85 |
#else
|
85 |
#else
|
| 86 |
<td style="font-size:14px;padding:11px 18px 18px 18px;width:50%;"> <p style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"> <span style="color:rgb(102,102,102)">Your order will be sent to:</span> <br> <b> $customer.getName() <br> $customer.getLine1(), $customer.getCity(), $customer.getState() <br> India </b> </p> </td>
|
86 |
<td style="font-size:14px;padding:11px 18px 18px 18px;width:50%;"> <p style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"> <span style="color:rgb(102,102,102)">Your order will be sent to:</span> <br> <b> $customer.getName() <br> $customer.getLine1(), $customer.getCity(), $customer.getState() <br> India </b> </p> </td>
|