Subversion Repositories SmartDukaan

Rev

Rev 28377 | Rev 28438 | Go to most recent revision | Details | Compare with Previous | 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 Cancellation</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
												This order has been cancelled as per your request. We look
55
												forward to serving you again. <br> <br> In case of
28436 tejbeer 56
												any queries,please reach us at toll free no. 1800 270 0273.
28377 tejbeer 57
 
58
											</p>
59
										</td>
60
									</tr>
61
									<tr>
62
										<td>
63
											<p
64
												style="margin: 5px 0 0 0; font: 12px/16px Arial, sans-serif">
65
											</p>
66
										</td>
67
									</tr>
68
								</tbody>
69
							</table>
70
						</td>
71
					</tr>
72
					<tr>
73
						<td>
74
							<table style="width: 100%; border-collapse: collapse">
75
							</table>
76
						</td>
77
					</tr>
78
 
79
					#foreach( $request in $pendingOrder.getPendingOrderItems())
80
					<tr>
81
						<td style="border-bottom: 1px solid rgb(204, 204, 204);">
82
							<h3
83
								style="font-size: 18px; color: rgb(204, 102, 0); margin: 15px 0 0 0; font-weight: normal">Order
84
								Summary</h3>
85
						</td>
86
					</tr>
87
					<tr>
88
						<td
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">
91
								<tbody>
92
									<tr>
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>
95
											<br> <span
96
											style="font-size: 12px; color: rgb(102, 102, 102)">Placed
97
												on $date.format($request.getCreateTimestamp())</span>
98
										</td>
99
									</tr>
100
								</tbody>
101
							</table>
102
						</td>
103
					</tr>
104
					<tr>
105
						<td style="padding-left: 32px;">
106
							<table
107
								style="border-top: 3px solid rgb(45, 55, 65); width: 95%; border-collapse: collapse">
108
								<tbody>
109
									<tr style="background-color: rgb(239, 239, 239)">
110
										<td
111
											style="font-size: 14px; padding: 11px 18px 18px 18px; width: 50%;">
112
											<p
113
												style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
114
												<span style="color: rgb(102, 102, 102)">Cancelled :</span> <br>
115
												<b style="color: #009900">$date.format($request.getCancelledTimestamp())
116
												</b>
117
											</p>
118
											<p
119
												style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
120
												<span style="color: rgb(102, 102, 102)">Your shipping
28436 tejbeer 121
													speed: </span> <br> <b> Expert Delivery</b>
28377 tejbeer 122
											</p> <br>
123
										</td> #if($customer.getLine2() && $customer.getLine2()!="")
124
										<td
125
											style="font-size: 14px; padding: 11px 18px 18px 18px; width: 50%;">
126
											<p
127
												style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
128
												<span style="color: rgb(102, 102, 102)"></span> <br> <b>
129
													$customer.getName() <br> $customer.getLine1(),
130
													$customer.getLine2(), $customer.getCity(),
131
													$customer.getState() <br> India
132
												</b>
133
											</p>
134
										</td> #else
135
										<td
136
											style="font-size: 14px; padding: 11px 18px 18px 18px; width: 50%;">
137
											<p
138
												style="margin: 2px 0 9px 0; font: 12px/16px Arial, sans-serif">
139
												<span style="color: rgb(102, 102, 102)"></span> <br> <b>
140
													$customer.getName() <br> $customer.getLine1(),
141
													$customer.getCity(), $customer.getState() <br> India
142
												</b>
143
											</p>
144
										</td> #end
145
									</tr>
146
								</tbody>
147
							</table>
148
						</td>
149
					</tr>
150
					<tr>
151
						<td style="padding-left: 32px;">
152
							<table style="width: 95%; border-collapse: collapse">
153
								<tbody>
154
									<tr>
155
										<td
156
											style="width: 150px; text-align: center; padding: 16px 0 10px 0;">
157
											<a href=" "
158
											style="text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">
159
												<img src="$request.getImgUrl()"
160
												style="border: 0; height: 60px" class="CToWUd">
161
										</a>
162
										</td>
163
										<td style="color: rgb(102, 102, 102); padding: 10px 0 0 0;">
164
											<a href=" "
165
											style="text-decoration: none; color: rgb(0, 102, 153); font: 12px/16px Arial, sans-serif">$request.getItemName()
166
												($request.getQuantity())</a> <br> Condition: New <br>
167
										</td>
168
										<td
169
											style="text-align: right; font-size: 14px; padding: 10px 10px 0 10px; white-space: nowrap;">
170
											<strong>$request.getSellingPrice()</strong> <br>
171
										</td>
172
									</tr>
173
								</tbody>
174
							</table>
175
						</td>
176
					</tr>
177
					<tr>
178
						<td>
179
							<table style="width: 95%; border-collapse: collapse">
180
								<tbody>
181
									<tr>
182
										<td colspan="2"
183
											style="border-top: 1px solid rgb(234, 234, 234); padding: 0 0 16px 0; text-align: right; line-height: 18px;"></td>
184
									</tr>
185
									<tr>
186
										<td
187
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
188
											Item Subtotal:</td>
189
										<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
											$request.getSellingPrice()</td>
192
									</tr>
193
									<tr>
194
										<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
											Shipping &amp; Handling:</td>
197
										<td
198
											style="width: 150px; text-align: right; line-height: 18px; padding: 0 10px 0 0;">
199
											Rs.0.00</td>
200
									</tr>
201
 
202
									<tr>
203
										<td colspan="2"
204
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
205
											<p
206
												style="margin: 4px 0 0 0; font: 12px/16px Arial, sans-serif"></p>
207
										</td>
208
									</tr>
209
									<tr>
210
										<td colspan="2"
211
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
212
											<p
213
												style="margin: 4px 0 0 0; font: 12px/16px Arial, sans-serif"></p>
214
										</td>
215
									</tr>
216
									<tr>
217
										<td
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
											<strong> Order Total: </strong>
220
										</td>
221
										<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
											<strong> $request.getSellingPrice() </strong>
224
										</td>
225
									</tr>
226
									<tr>
227
										<td
228
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
229
											<p
230
												style="margin: 4px 0 0 0; font: 12px/16px Arial, sans-serif"></p>
231
										</td>
232
									</tr>
233
									<tr>
234
										<td
235
											style="text-align: right; line-height: 18px; padding: 0 10px 0 0;">
236
											<p
237
												style="margin: 4px 0 0 0; font: 12px/16px Arial, sans-serif"></p>
238
										</td>
239
									</tr>
240
									<tr>
241
										<td colspan="2"
242
											style="padding: 0 0 16px 0; text-align: right; line-height: 18px;"></td>
243
									</tr>
244
									<tr>
245
										<td colspan="2"
246
											style="border-top: 1px solid rgb(234, 234, 234); padding: 0 0 16px 0; text-align: right; line-height: 18px;"></td>
247
									</tr>
248
								</tbody>
249
							</table>
250
						</td>
251
					</tr>
252
					#end
253
 
254
				</tbody>