| Line 52... |
Line 52... |
| 52 |
</tr>
|
52 |
</tr>
|
| 53 |
<tr>
|
53 |
<tr>
|
| 54 |
<td>
|
54 |
<td>
|
| 55 |
<table style="width:100%;border-collapse:collapse">
|
55 |
<table style="width:100%;border-collapse:collapse">
|
| 56 |
</table> </td>
|
56 |
</table> </td>
|
| 57 |
</tr>
|
57 |
</tr>
|
| 58 |
|
58 |
|
| 59 |
#foreach( $request in $pendingOrder.getPendingOrderItems())
|
59 |
#foreach( $pendingOrderModel in $pendingOrder.getPendingOrderItems())
|
| 60 |
<tr>
|
60 |
<tr>
|
| 61 |
<td style="border-bottom:1px solid rgb(204,204,204);">
|
61 |
<td style="border-bottom:1px solid rgb(204,204,204);">
|
| 62 |
<h3 style="font-size:18px;color:rgb(204,102,0);margin:15px 0 0 0;font-weight:normal">Order Summary</h3> </td>
|
62 |
<h3 style="font-size:18px;color:rgb(204,102,0);margin:15px 0 0 0;font-weight:normal">Order Summary</h3> </td>
|
| 63 |
</tr>
|
63 |
</tr>
|
| 64 |
<tr>
|
64 |
<tr>
|
| 65 |
<td style="padding-left:32px;vertical-align:top;font-size:12px;line-height:16px;font-family:Arial,sans-serif">
|
65 |
<td style="padding-left:32px;vertical-align:top;font-size:12px;line-height:16px;font-family:Arial,sans-serif">
|
| 66 |
<table style="width:100%;border-collapse:collapse">
|
66 |
<table style="width:100%;border-collapse:collapse">
|
| 67 |
<tbody>
|
67 |
<tbody>
|
| 68 |
<tr>
|
68 |
<tr>
|
| 69 |
<td>
|
69 |
<td>
|
| - |
|
70 |
Order #<a href=" "
|
| 70 |
Order #<a href=" " style="display:inline-block;text-decoration:none;color:rgb(0,102,153);font:12px/16px Arial,sans-serif">$request.getOrderId()-$request.getId()</a> <br>
|
71 |
style="display:inline-block;text-decoration:none;color:rgb(0,102,153);font:12px/16px Arial,sans-serif">$pendingOrderModel.getOrderId()
|
| - |
|
72 |
-$pendingOrderModel.getId()</a> <br>
|
| 71 |
<span style="font-size:12px;color:rgb(102,102,102)">Placed on $date.format($request.getCreateTimestamp())</span> </td>
|
73 |
<span style="font-size:12px;color:rgb(102,102,102)">Placed on $date.format($pendingOrderModel.getCreateTimestamp())</span>
|
| - |
|
74 |
</td>
|
| 72 |
</tr>
|
75 |
</tr>
|
| 73 |
</tbody>
|
76 |
</tbody>
|
| 74 |
</table> </td>
|
77 |
</table> </td>
|
| 75 |
</tr>
|
78 |
</tr>
|
| 76 |
<tr>
|
79 |
<tr>
|
| 77 |
<td style="padding-left:32px;">
|
80 |
<td style="padding-left:32px;">
|
| 78 |
<table style="border-top:3px solid rgb(45,55,65);width:95%;border-collapse:collapse">
|
81 |
<table style="border-top:3px solid rgb(45,55,65);width:95%;border-collapse:collapse">
|
| 79 |
<tbody>
|
82 |
<tbody>
|
| 80 |
<tr style="background-color:rgb(239,239,239)">
|
83 |
<tr style="background-color:rgb(239,239,239)">
|
| - |
|
84 |
<td style="font-size:14px;padding:11px 18px 18px 18px;width:50%;"><p
|
| - |
|
85 |
style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"><span style="color:rgb(102,102,102)">Arriving:</span>
|
| - |
|
86 |
<br> <b style="color:#009900">$date.format($pendingOrderModel.getScheduledDeliveryTime()) </b></p>
|
| 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>
|
87 |
<p style="margin:2px 0 9px 0;font:12px/16px Arial,sans-serif"><span style="color:rgb(102,102,102)">Your shipping speed: </span>
|
| 82 |
|
88 |
<br> <b>Xpert Delivery </b></p> <br></td>
|
| - |
|
89 |
|
| 83 |
#if($customer.getLine2() && $customer.getLine2()!="")
|
90 |
#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>
|
91 |
<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
|
92 |
#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>
|
93 |
<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>
|
| 87 |
#end
|
94 |
#end
|
| Line 92... |
Line 99... |
| 92 |
<tr>
|
99 |
<tr>
|
| 93 |
<td style="padding-left:32px;">
|
100 |
<td style="padding-left:32px;">
|
| 94 |
<table style="width:95%;border-collapse:collapse" >
|
101 |
<table style="width:95%;border-collapse:collapse" >
|
| 95 |
<tbody>
|
102 |
<tbody>
|
| 96 |
<tr>
|
103 |
<tr>
|
| 97 |
<td style="width:150px;text-align:center;padding:16px 0 10px 0;"> <a href=" " style="text-decoration:none;color:rgb(0,102,153);font:12px/16px Arial,sans-serif">
|
104 |
<td style="width:150px;text-align:center;padding:16px 0 10px 0;"> <a href=" " style="text-decoration:none;color:rgb(0,102,153);font:12px/16px Arial,sans-serif">
|
| 98 |
<img src="$request.getImgUrl()" style="border:0;height:60px" class="CToWUd"> </a> </td>
|
105 |
<img src="$pendingOrderModel.getImgUrl()" style="border:0;height:60px" class="CToWUd"> </a></td>
|
| 99 |
<td style="color:rgb(102,102,102);padding:10px 0 0 0;">
|
106 |
<td style="color:rgb(102,102,102);padding:10px 0 0 0;">
|
| - |
|
107 |
<a href=" "
|
| 100 |
<a href=" " style="text-decoration:none;color:rgb(0,102,153);font:12px/16px Arial,sans-serif">$request.getItemName() ($request.getQuantity())</a> <br> Condition: New <br> </td>
|
108 |
style="text-decoration:none;color:rgb(0,102,153);font:12px/16px Arial,sans-serif">$pendingOrderModel.getItemName()
|
| - |
|
109 |
($pendingOrderModel.getQuantity())</a> <br> Condition: New <br></td>
|
| 101 |
<td style="text-align:right;font-size:14px;padding:10px 10px 0 10px;white-space:nowrap;"> <strong>$request.getSellingPrice()</strong> <br> </td>
|
110 |
<td style="text-align:right;font-size:14px;padding:10px 10px 0 10px;white-space:nowrap;">
|
| - |
|
111 |
<strong>$pendingOrderModel.getSellingPrice()</strong> <br></td>
|
| 102 |
</tr>
|
112 |
</tr>
|
| 103 |
</tbody>
|
113 |
</tbody>
|
| 104 |
</table> </td>
|
114 |
</table> </td>
|
| 105 |
</tr>
|
115 |
</tr>
|
| 106 |
<tr>
|
116 |
<tr>
|
| Line 109... |
Line 119... |
| 109 |
<tbody>
|
119 |
<tbody>
|
| 110 |
<tr>
|
120 |
<tr>
|
| 111 |
<td colspan="2" style="border-top:1px solid rgb(234,234,234);padding:0 0 16px 0;text-align:right;line-height:18px;"></td>
|
121 |
<td colspan="2" style="border-top:1px solid rgb(234,234,234);padding:0 0 16px 0;text-align:right;line-height:18px;"></td>
|
| 112 |
</tr>
|
122 |
</tr>
|
| 113 |
<tr>
|
123 |
<tr>
|
| 114 |
<td style="text-align:right;line-height:18px;padding:0 10px 0 0;"> Item Subtotal: </td>
|
124 |
<td style="text-align:right;line-height:18px;padding:0 10px 0 0;"> Item Subtotal: </td>
|
| 115 |
<td style="width:150px;text-align:right;line-height:18px;padding:0 10px 0 0;vertical-align:top;font-size:12px;font-family:Arial,sans-serif"> $request.getSellingPrice() </td>
|
125 |
<td style="width:150px;text-align:right;line-height:18px;padding:0 10px 0 0;vertical-align:top;font-size:12px;font-family:Arial,sans-serif"> $pendingOrderModel.getSellingPrice() </td>
|
| 116 |
</tr>
|
126 |
</tr>
|
| 117 |
<tr>
|
127 |
<tr>
|
| 118 |
<td style="text-align:right;line-height:18px;padding:0 10px 0 0;vertical-align:top;font-size:12px;font-family:Arial,sans-serif"> Shipping & Handling: </td>
|
128 |
<td style="text-align:right;line-height:18px;padding:0 10px 0 0;vertical-align:top;font-size:12px;font-family:Arial,sans-serif"> Shipping & Handling: </td>
|
| 119 |
<td style="width:150px;text-align:right;line-height:18px;padding:0 10px 0 0;"> Rs.0.00 </td>
|
129 |
<td style="width:150px;text-align:right;line-height:18px;padding:0 10px 0 0;"> Rs.0.00 </td>
|
| 120 |
</tr>
|
130 |
</tr>
|
| Line 124... |
Line 134... |
| 124 |
</tr>
|
134 |
</tr>
|
| 125 |
<tr>
|
135 |
<tr>
|
| 126 |
<td colspan="2" style="text-align:right;line-height:18px;padding:0 10px 0 0;"> <p style="margin:4px 0 0 0;font:12px/16px Arial,sans-serif"></p> </td>
|
136 |
<td colspan="2" style="text-align:right;line-height:18px;padding:0 10px 0 0;"> <p style="margin:4px 0 0 0;font:12px/16px Arial,sans-serif"></p> </td>
|
| 127 |
</tr>
|
137 |
</tr>
|
| 128 |
<tr>
|
138 |
<tr>
|
| 129 |
<td style="font-size:14px;font-weight:bold;font:12px/16px Arial,sans-serif;text-align:right;line-height:18px;padding:0 10px 0 0;"> <strong> Order Total: </strong> </td>
|
139 |
<td style="font-size:14px;font-weight:bold;font:12px/16px Arial,sans-serif;text-align:right;line-height:18px;padding:0 10px 0 0;"> <strong> Order Total: </strong> </td>
|
| 130 |
<td style="font-size:14px;font-weight:bold;font:12px/16px Arial,sans-serif;text-align:right;line-height:18px;padding:0 10px 0 0;"> <strong> $request.getSellingPrice() </strong> </td>
|
140 |
<td style="font-size:14px;font-weight:bold;font:12px/16px Arial,sans-serif;text-align:right;line-height:18px;padding:0 10px 0 0;">
|
| - |
|
141 |
<strong> $pendingOrderModel.getSellingPrice() </strong></td>
|
| 131 |
</tr>
|
142 |
</tr>
|
| 132 |
<tr>
|
143 |
<tr>
|
| 133 |
<td style="text-align:right;line-height:18px;padding:0 10px 0 0;"> <p style="margin:4px 0 0 0;font:12px/16px Arial,sans-serif"></p> </td>
|
144 |
<td style="text-align:right;line-height:18px;padding:0 10px 0 0;"> <p style="margin:4px 0 0 0;font:12px/16px Arial,sans-serif"></p> </td>
|
| 134 |
</tr>
|
145 |
</tr>
|
| 135 |
<tr>
|
146 |
<tr>
|