This file is indexed.

/usr/lib/interchange/standard/etc/receipt.html is in interchange-cat-standard 5.7.7-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
[comment]
ui_template: Yes
ui_template_name: noleft
[/comment]

[tmp page_title]__COMPANY__ -- Receipt[/tmp]

@_NOLEFT_TOP_@

<!-- BEGIN CONTENT -->

<br>
<center>
<TABLE>
<tr>
	<th align=right>
	ORDER NUMBER
	</th>
	<td>
	[value mv_order_number]
	</td>
</tr>
<tr>
	<th align=right>
		Name
	</th>
	<td>
	[value fname] [value lname]
	</td>
</tr>
[if value company]
<tr>
	<th align=right>
		Company
	</th>
	<td>
	[value company]
	</td>
</tr>
[/if]
<tr>
	<th align=right>
		Email Address
	</th>
	<td>
	[value email]
	</td>
</tr>
<tr>
	<th align=right>
		Address
	</th>
	<td>
	[value address1]
	</td>
</tr>
[if value address2]
<tr>
	<th align=right>
		&nbsp;
	</th>
	<td>
	[value address2]
	</td>
</tr>
[/if]
<tr>
	<th align=right>
		City, State, Zip
	</th>
	<td>
	[value city], [value state]  [value zip]
	</td>
</tr>
<tr>
	<th align=right>
		Country
	</th>
	<td>
	[value country]
	</td>
</tr>
<tr>
	<th align=right>
		Payment Method
	</th>
	<td>
	[value mv_payment]
	</td>
</tr>
<tr>
	<th align=right>
		Shipping Method
	</th>
	<td>
	[shipping_desc]
	</td>
</tr>
[if value mv_handling]
<tr>
	<th align=right>
		Handling Charge
	</th>
	<td>
	[loop list="[value mv_handling]"]
	[loop-change 1]
		[condition]1[/condition]
		[else]<BR>[/else]
	[/loop-change 1]
	[either][shipping_desc mode="[loop-code]"][or]CHARGED[/either]
	[/loop]
	</td>
</tr>
[/if]
[if value phone_day]
<tr>
	<th align=right>
		Daytime Phone
	</th>
	<td>
	[value phone_day]
	</td>
</tr>
[/if]
[if value phone_night]
<tr>
	<th align=right>
		Evening Phone
	</th>
	<td>
	[value phone_night]
	</td>
</tr>
[/if]
[if !value mv_same_billing]
<tr>
	<th align=right>
		Billing Name
	</th>
	<td>
	[value b_fname] [value b_lname]
	</td>
</tr>
<tr>
	<th align=right>
		Billing Address
	</th>
	<td>
	[value b_address1]
	</td>
</tr>
[if value b_address2]
<tr>
	<th align=right>
		&nbsp;
	</th>
	<td>
	[value b_address2]
	</td>
</tr>
[/if]
<tr>
	<th align=right>
		City, State, Zip
	</th>
	<td>
	[value b_city], [value b_state]  [value b_zip]
	</td>
</tr>
<tr>
	<th align=right>
		Billing Country
	</th>
	<td>
	[value b_country]
	</td>
</tr>
[/if]

</TABLE>

<p>

[comment] Handle downloadables [/comment]
[perl products]
	sub get_download {
		if (! $Scratch->{download_present}) {
			return '(<B>Must pay by credit card to download now.)</B>';
		}
		my $sku = shift;
		return '' unless tag_data('products', 'download', $sku);
		my $loc =  tag_data('products', 'dl_location', $sku);
		my $save = delete $Scratch->{mv_add_dot_html};
		my $url = $Tag->area( {
						href => "deliver/$loc",
						no_session_id => 1,
						no_count => 1,
						arg => $sku,
						form => $Scratch->{mv_autocreate},
					} ); 
		$Scratch->{mv_add_dot_html} = $save if $save;
		return qq{<BR><A HREF="$url"><IMG border=0 SRC="download.png"></A>};
	}
	return;
[/perl]
<p>
<TABLE>
<TH align=right>[L]Quan[/L]</TH>
<TH>[L]Item No.[/L]</TH>
<TH>[L]Description[/L]</TH>	
<TH align=right>[L]Price[/L]</TH>	
<TH align=right>[L]Extension[/L]</TH>	
[item-list modular=1]
<tr>
	<td align=right valign=top>
	[item-quantity]
	</td>
	<td valign=top>
		[item-sku]
	</td>
	<td>
	[item-data products description]
	[if-modifier size]<BR>SIZE-->[item-modifier size][/if-modifier][if-modifier color] COLOR-->[item-modifier color][/if-modifier]
	[if-item-field option_type]
			[table-organize cols=4 table=' ' font="size=1" pretty=1]
				[item-options td=1 label=1 bold=1 price=1 type=display]
			[/table-organize]
	[/if-item-field]

	[if-item-param pay_cert_code]
		[tmp gc_url][area href="pay_cert/redeem"
						  no_session_id=1
						  no_count=1
						  form="
						  	pay_cert_code=[item-param pay_cert_code]
						  	pay_cert_check=[item-param pay_cert_check]
						  "][/tmp]
		<br>Give this URL to pass on the gift certificate:
				<A href="[scratch gc_url]">[scratch gc_url]</A>
	[/if-item-param]

	[if-item-field download]
		<br>[calc]get_download('[item-code]')[/calc]
	[/if-item-field]
	[if-item-modifier mv_ad]
	<BR>
	<tt><b>SHIP TO:</B></tt>
	<PRE>[item-modifier mv_ad]</pre>
	[/if-item-modifier]
	</td>
	<td align=right valign=top>
		[item-price]
	</td>
	<td align=right valign=top>
		[item-subtotal]
	</td>
[/item-list]
<tr>
	<td colspan=3>
		&nbsp;
	</td>
	<td>
		SUBTOTAL
	</td>
	<td align=right>
		[subtotal]
	</td>
</tr>
<tr>
	<td colspan=3>
		&nbsp;
	</td>
	<td>
		SALES TAX
	</td>
	<td align=right>
		[salestax]
	</td>
</tr>
[if value mv_shipmode]
<tr>
	<td colspan=3>
		&nbsp;
	</td>
	<td>
		SHIPPING
	</td>
	<td align=right>
		[shipping]
	</td>
</tr>
[/if]
[if value mv_handling]
<tr>
	<td colspan=3>
		&nbsp;
	</td>
	<td>
		HANDLING
	</td>
	<td align=right>
		[handling]
	</td>
</tr>
[/if]
<tr>
	<td colspan=3>
		&nbsp;
	</td>
	<td>
		ORDER TOTAL
	</td>
	<td align=right>
		[total-cost]
	</td>
</tr>
[if scratch pay_cert_total]
<tr>
	<td colspan=3>
		&nbsp;
	</td>
	<td>
		GIFT CERTIFICATE
	</td>
	<td align=right>
		[currency][scratch pay_cert_total][/currency]
	</td>
</tr>
<tr>
	<td colspan=3>
		&nbsp;
	</td>
	<td>
		CHARGED
	</td>
	<td align=right>
		[currency][scratch tmp_remaining][/currency]
	</td>
</tr>
[/if]
[if value gift_note]
<tr>
	<td colspan=2>
	<B>Comments/Note for Gift:</B>
	</td>
	<td colspan=3>
	<PRE>
	[value gift_note]
	</PRE>
	</td>
</tr>
[/if]
</table>
<P>
<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
<I>(Please print this receipt for your records. Thank you for your order!)</I>
</font>
<P>

[include templates/components/specials]
</CENTER>

<!-- END CONTENT -->

@_NOLEFT_BOTTOM_@