| Line 75... |
Line 75... |
| 75 |
<table style="width: 100%; border-collapse: collapse">
|
75 |
<table style="width: 100%; border-collapse: collapse">
|
| 76 |
</table>
|
76 |
</table>
|
| 77 |
</td>
|
77 |
</td>
|
| 78 |
</tr>
|
78 |
</tr>
|
| 79 |
|
79 |
|
| 80 |
#foreach( $request in $pendingOrder.getPendingOrderItems())
|
80 |
#foreach( $pendingOrderModel in $pendingOrder.getPendingOrderItems())
|
| 81 |
<tr>
|
81 |
<tr>
|
| 82 |
<td style="border-bottom: 1px solid rgb(204, 204, 204);">
|
82 |
<td style="border-bottom: 1px solid rgb(204, 204, 204);">
|
| 83 |
<h3
|
83 |
<h3
|
| 84 |
style="font-size: 18px; color: rgb(204, 102, 0); margin: 15px 0 0 0; font-weight: normal">Order
|
84 |
style="font-size: 18px; color: rgb(204, 102, 0); margin: 15px 0 0 0; font-weight: normal">Order
|
| 85 |
Summary</h3>
|
85 |
Summary</h3>
|
| Line 90... |
Line 90... |
| 90 |
style="padding-left: 32px; vertical-align: top; font-size: 12px; line-height: 16px; font-family: Arial, sans-serif">
|
90 |
style="padding-left: 32px; vertical-align: top; font-size: 12px; line-height: 16px; font-family: Arial, sans-serif">
|
| 91 |
<table style="width: 100%; border-collapse: collapse">
|
91 |
<table style="width: 100%; border-collapse: collapse">
|
| 92 |
<tbody>
|
92 |
<tbody>
|
| 93 |
<tr>
|
93 |
<tr>
|
| 94 |
<td>Order #<a href=" "
|
94 |
<td>Order #<a href=" "
|
| 95 |
style="display: inline-block; text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">$request.getOrderId()-$request.getId()</a>
|
95 |
style="display: inline-block; text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">$pendingOrderModel.getOrderId()
|
| - |
|
96 |
-$pendingOrderModel.getId()</a>
|
| 96 |
<br> <span
|
97 |
<br> <span
|
| 97 |
style="font-size: 12px; color: rgb(102, 102, 102)">Placed
|
98 |
style="font-size: 12px; color: rgb(102, 102, 102)">Placed
|
| 98 |
on $date.format($request.getCreateTimestamp())</span>
|
99 |
on $date.format($pendingOrderModel.getCreateTimestamp())</span>
|
| 99 |
</td>
|
100 |
</td>
|
| 100 |
</tr>
|
101 |
</tr>
|
| 101 |
</tbody>
|
102 |
</tbody>
|
| 102 |
</table>
|
103 |
</table>
|
| 103 |
</td>
|
104 |
</td>
|
| Line 111... |
Line 112... |
| 111 |
<td
|
112 |
<td
|
| 112 |
style="font-size: 14px; padding: 11px 18px 18px 18px; width: 50%;">
|
113 |
style="font-size: 14px; padding: 11px 18px 18px 18px; width: 50%;">
|
| 113 |
<p
|
114 |
<p
|
| 114 |
style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
|
115 |
style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
|
| 115 |
<span style="color: rgb(102, 102, 102)">Delivered on:</span>
|
116 |
<span style="color: rgb(102, 102, 102)">Delivered on:</span>
|
| - |
|
117 |
<br> <b
|
| 116 |
<br> <b style="color: #009900">$date.format($request.getDeliveredTimestamp())
|
118 |
style="color: #009900">$date.format($pendingOrderModel.getDeliveredTimestamp())
|
| 117 |
</b>
|
119 |
</b>
|
| 118 |
</p>
|
120 |
</p>
|
| 119 |
<p
|
121 |
<p
|
| 120 |
style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
|
122 |
style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
|
| 121 |
<span style="color: rgb(102, 102, 102)">Your shipping
|
123 |
<span style="color: rgb(102, 102, 102)">Your shipping
|
| Line 155... |
Line 157... |
| 155 |
<tr>
|
157 |
<tr>
|
| 156 |
<td
|
158 |
<td
|
| 157 |
style="width: 150px; text-align: center; padding: 16px 0 10px 0;">
|
159 |
style="width: 150px; text-align: center; padding: 16px 0 10px 0;">
|
| 158 |
<a href=" "
|
160 |
<a href=" "
|
| 159 |
style="text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">
|
161 |
style="text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">
|
| 160 |
<img src="$request.getImgUrl()"
|
162 |
<img src="$pendingOrderModel.getImgUrl()"
|
| 161 |
style="border: 0; height: 60px" class="CToWUd">
|
163 |
style="border: 0; height: 60px" class="CToWUd">
|
| 162 |
</a>
|
164 |
</a>
|
| 163 |
</td>
|
165 |
</td>
|
| 164 |
<td style="color: rgb(102, 102, 102); padding: 10px 0 0 0;">
|
166 |
<td style="color: rgb(102, 102, 102); padding: 10px 0 0 0;">
|
| 165 |
<a href=" "
|
167 |
<a href=" "
|
| 166 |
style="text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">$request.getItemName()
|
168 |
style="text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">$pendingOrderModel.getItemName()
|
| 167 |
($request.getQuantity())</a> <br> Condition: New <br>
|
169 |
($pendingOrderModel.getQuantity())</a> <br> Condition: New <br>
|
| 168 |
</td>
|
170 |
</td>
|
| 169 |
<td
|
171 |
<td
|
| 170 |
style="text-align: right; font-size: 14px; padding: 10px 10px 0 10px; white-space: nowrap;">
|
172 |
style="text-align: right; font-size: 14px; padding: 10px 10px 0 10px; white-space: nowrap;">
|
| 171 |
<strong>$request.getSellingPrice()</strong> <br>
|
173 |
<strong>$pendingOrderModel.getSellingPrice()</strong> <br>
|
| 172 |
</td>
|
174 |
</td>
|
| 173 |
</tr>
|
175 |
</tr>
|
| 174 |
</tbody>
|
176 |
</tbody>
|
| 175 |
</table>
|
177 |
</table>
|
| 176 |
</td>
|
178 |
</td>
|
| Line 187... |
Line 189... |
| 187 |
<td
|
189 |
<td
|
| 188 |
style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
|
190 |
style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
|
| 189 |
Item Subtotal:</td>
|
191 |
Item Subtotal:</td>
|
| 190 |
<td
|
192 |
<td
|
| 191 |
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">
|
193 |
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">
|
| 192 |
$request.getSellingPrice()</td>
|
194 |
$pendingOrderModel.getSellingPrice()</td>
|
| 193 |
</tr>
|
195 |
</tr>
|
| 194 |
<tr>
|
196 |
<tr>
|
| 195 |
<td
|
197 |
<td
|
| 196 |
style="text-align: right; line-height: 18px; padding: 0 10px 0 0; vertical-align: top; font-size: 12px; font-family: Arial, sans-serif">
|
198 |
style="text-align: right; line-height: 18px; padding: 0 10px 0 0; vertical-align: top; font-size: 12px; font-family: Arial, sans-serif">
|
| 197 |
Shipping & Handling:</td>
|
199 |
Shipping & Handling:</td>
|
| Line 219... |
Line 221... |
| 219 |
style="font-size: 14px; font-weight: bold; font: 12px/16px Arial, sans-serif; text-align: right; line-height: 18px; padding: 0 10px 0 0;">
|
221 |
style="font-size: 14px; font-weight: bold; font: 12px/16px Arial, sans-serif; text-align: right; line-height: 18px; padding: 0 10px 0 0;">
|
| 220 |
<strong> Order Total: </strong>
|
222 |
<strong> Order Total: </strong>
|
| 221 |
</td>
|
223 |
</td>
|
| 222 |
<td
|
224 |
<td
|
| 223 |
style="font-size: 14px; font-weight: bold; font: 12px/16px Arial, sans-serif; text-align: right; line-height: 18px; padding: 0 10px 0 0;">
|
225 |
style="font-size: 14px; font-weight: bold; font: 12px/16px Arial, sans-serif; text-align: right; line-height: 18px; padding: 0 10px 0 0;">
|
| 224 |
<strong> $request.getSellingPrice() </strong>
|
226 |
<strong> $pendingOrderModel.getSellingPrice() </strong>
|
| 225 |
</td>
|
227 |
</td>
|
| 226 |
</tr>
|
228 |
</tr>
|
| 227 |
<tr>
|
229 |
<tr>
|
| 228 |
<td
|
230 |
<td
|
| 229 |
style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
|
231 |
style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
|