Subversion Repositories SmartDukaan

Rev

Rev 28438 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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