Subversion Repositories SmartDukaan

Rev

Rev 28436 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
28377 tejbeer 1
 
2
<style>
3
td {
4
	vertical-align: top;
5
	font-size: 12px;
6
	line-height: 16px;
7
	font-family: Arial, sans-serif
8
}
9
</style>
10
 
11
 
12
 
13
<tbody>
14
	<tr>
15
		<td style="padding: 0 20px 20px 20px;">
16
			<table style="width: 100%; border-collapse: collapse">
17
				<tbody>
18
					<tr>
19
						<td>
20
							<table style="width: 100%; border-collapse: collapse">
21
								<tbody>
22
									<tr>
23
										<td rowspan="2" style="width: 115px; padding: 18px 0 0 0;">
24
 
25
											<img alt="smartdukaan.com"
26
											src="http://images.smartdukaan.com/uploads/campaigns/smartDukaan.jpg"
27
											style="border: 0; width: 115px" class="CToWUd">
28
 
29
										</td>
30
									</tr>
31
									<tr>
32
										<td colspan="3"
33
											style="text-align: right; padding: 7px 0 5px 0;">
34
											<h2
35
												style="font-size: 20px; line-height: 24px; margin: 0; padding: 0; font-weight: normal; color: rgb(0, 0, 0) !important">
36
												Order Delivered</h2> <br>
37
										</td>
38
									</tr>
39
								</tbody>
40
							</table>
41
						</td>
42
					</tr>
43
					<tr>
44
						<td>
45
							<table style="width: 100%; border-collapse: collapse">
46
								<tbody>
47
									<tr>
48
										<td>
49
											<h3
50
												style="font-size: 18px; color: rgb(204, 102, 0); margin: 15px 0 0 0; font-weight: normal">
51
												Hello $customer.getName(),</h3>
52
											<p
53
												style="margin: 5px 0 0 0; font: 12px/16px Arial, sans-serif">
54
												Thank you for shopping with us. This is to inform you that
55
												your order has been delivered successfully. <br> <br>
56
 
57
												In case of any queries, please contact us our customer care
58
												no. 1800 270 0273.
59
 
60
											</p>
61
										</td>
62
									</tr>
63
									<tr>
64
										<td>
65
											<p
66
												style="margin: 5px 0 0 0; font: 12px/16px Arial, sans-serif">
67
											</p>
68
										</td>
69
									</tr>
70
								</tbody>
71
							</table>
72
						</td>
73
					</tr>
74
					<tr>
75
						<td>
76
							<table style="width: 100%; border-collapse: collapse">
77
							</table>
78
						</td>
79
					</tr>
80
 
81
					#foreach( $request in $pendingOrder.getPendingOrderItems())
82
					<tr>
83
						<td style="border-bottom: 1px solid rgb(204, 204, 204);">
84
							<h3
85
								style="font-size: 18px; color: rgb(204, 102, 0); margin: 15px 0 0 0; font-weight: normal">Order
86
								Summary</h3>
87
						</td>
88
					</tr>
89
					<tr>
90
						<td
91
							style="padding-left: 32px; vertical-align: top; font-size: 12px; line-height: 16px; font-family: Arial, sans-serif">
92
							<table style="width: 100%; border-collapse: collapse">
93
								<tbody>
94
									<tr>
95
										<td>Order #<a href=" "
96
											style="display: inline-block; text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">$request.getOrderId()-$request.getId()</a>
97
											<br> <span
98
											style="font-size: 12px; color: rgb(102, 102, 102)">Placed
99
												on $date.format($request.getCreateTimestamp())</span>
100
										</td>
101
									</tr>
102
								</tbody>
103
							</table>
104
						</td>
105
					</tr>
106
					<tr>
107
						<td style="padding-left: 32px;">
108
							<table
109
								style="border-top: 3px solid rgb(45, 55, 65); width: 95%; border-collapse: collapse">
110
								<tbody>
111
									<tr style="background-color: rgb(239, 239, 239)">
112
										<td
113
											style="font-size: 14px; padding: 11px 18px 18px 18px; width: 50%;">
114
											<p
115
												style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
116
												<span style="color: rgb(102, 102, 102)">Delivered on:</span>
117
												<br> <b style="color: #009900">$date.format($request.getDeliveredTimestamp())
118
												</b>
119
											</p>
120
											<p
121
												style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
122
												<span style="color: rgb(102, 102, 102)">Your shipping
123
													speed: </span> <br> <b> Standard Delivery </b>
124
											</p> <br>
125
										</td> #if($customer.getLine2() && $customer.getLine2()!="")
126
										<td
127
											style="font-size: 14px; padding: 11px 18px 18px 18px; width: 50%;">
128
											<p
129
												style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
130
												<span style="color: rgb(102, 102, 102)"></span> <br> <b>
131
													$customer.getName() <br> $customer.getLine1(),
132
													$customer.getLine2(), $customer.getCity(),
133
													$customer.getState() <br> India
134
												</b>
135
											</p>
136
										</td> #else
137
										<td
138
											style="font-size: 14px; padding: 11px 18px 18px 18px; width: 50%;">
139
											<p
140
												style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
141
												<span style="color: rgb(102, 102, 102)"></span> <br> <b>
142
													$customer.getName() <br> $customer.getLine1(),
143
													$customer.getCity(), $customer.getState() <br> India
144
												</b>
145
											</p>
146
										</td> #end
147
									</tr>
148
								</tbody>
149
							</table>
150
						</td>
151
					</tr>
152
					<tr>
153
						<td style="padding-left: 32px;">
154
							<table style="width: 95%; border-collapse: collapse">
155
								<tbody>
156
									<tr>
157
										<td
158
											style="width: 150px; text-align: center; padding: 16px 0 10px 0;">
159
											<a href=" "
160
											style="text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">
161
												<img src="$request.getImgUrl()"
162
												style="border: 0; height: 60px" class="CToWUd">
163
										</a>
164
										</td>
165
										<td style="color: rgb(102, 102, 102); padding: 10px 0 0 0;">
166
											<a href=" "
167
											style="text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">$request.getItemName()
168
												($request.getQuantity())</a> <br> Condition: New <br>
169
										</td>
170
										<td
171
											style="text-align: right; font-size: 14px; padding: 10px 10px 0 10px; white-space: nowrap;">
172
											<strong>$request.getSellingPrice()</strong> <br>
173
										</td>
174
									</tr>
175
								</tbody>
176
							</table>
177
						</td>
178
					</tr>
179
					<tr>
180
						<td>
181
							<table style="width: 95%; border-collapse: collapse">
182
								<tbody>
183
									<tr>
184
										<td colspan="2"
185
											style="border-top: 1px solid rgb(234, 234, 234); padding: 0 0 16px 0; text-align: right; line-height: 18px;"></td>
186
									</tr>
187
									<tr>
188
										<td
189
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
190
											Item Subtotal:</td>
191
										<td
192
											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
											$request.getSellingPrice()</td>
194
									</tr>
195
									<tr>
196
										<td
197
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0; vertical-align: top; font-size: 12px; font-family: Arial, sans-serif">
198
											Shipping &amp; Handling:</td>
199
										<td
200
											style="width: 150px; text-align: right; line-height: 18px; padding: 0 10px 0 0;">
201
											Rs.0.00</td>
202
									</tr>
203
 
204
									<tr>
205
										<td colspan="2"
206
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
207
											<p
208
												style="margin: 4px 0 0 0; font: 12px/16px Arial, sans-serif"></p>
209
										</td>
210
									</tr>
211
									<tr>
212
										<td colspan="2"
213
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
214
											<p
215
												style="margin: 4px 0 0 0; font: 12px/16px Arial, sans-serif"></p>
216
										</td>
217
									</tr>
218
									<tr>
219
										<td
220
											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
											<strong> Order Total: </strong>
222
										</td>
223
										<td
224
											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
											<strong> $request.getSellingPrice() </strong>
226
										</td>
227
									</tr>
228
									<tr>
229
										<td
230
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
231
											<p
232
												style="margin: 4px 0 0 0; font: 12px/16px Arial, sans-serif"></p>
233
										</td>
234
									</tr>
235
									<tr>
236
										<td
237
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
238
											<p
239
												style="margin: 4px 0 0 0; font: 12px/16px Arial, sans-serif"></p>
240
										</td>
241
									</tr>
242
									<tr>
243
										<td colspan="2"
244
											style="padding: 0 0 16px 0; text-align: right; line-height: 18px;"></td>
245
									</tr>
246
									<tr>
247
										<td colspan="2"
248
											style="border-top: 1px solid rgb(234, 234, 234); padding: 0 0 16px 0; text-align: right; line-height: 18px;"></td>
249
									</tr>
250
								</tbody>
251
							</table>
252
						</td>
253
					</tr>
254
					#end
255
 
256
				</tbody>