-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsystem.xml
450 lines (444 loc) · 16.9 KB
/
system.xml
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<?xml version="1.0"?>
<!--
This file describes configuration options for the System > Configuration interface.
The values are stored in table core_config_data
-->
<config>
<!--
Tab declaration.
-->
<tabs>
<catalog translate="label" module="catalog">
<label>Catalog</label>
<sort_order>200</sort_order>
</catalog>
</tabs>
<sections>
<catalog translate="label" module="catalog">
<class>separator-top</class>
<label>Catalog</label>
<tab>catalog</tab>
<!--
This refers to a tab specified in config/tabs
-->
<frontend_type>text</frontend_type>
<sort_order>40</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<groups>
<frontend translate="label">
<label>Frontend</label>
<frontend_type>text</frontend_type>
<sort_order>100</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<list_mode translate="label">
<label>List Mode</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_catalog_listMode</source_model>
<sort_order>1</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</list_mode>
</fields>
</frontend>
<sitemap translate="label">
<label>Sitemap</label>
<frontend_type>text</frontend_type>
<sort_order>100</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<tree_mode translate="label">
<label>Use Tree Like Category Sitemap</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>1</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</tree_mode>
<lines_perpage translate="label">
<label>Minimum Lines per Page</label>
<frontend_type>text</frontend_type>
<sort_order>5</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</lines_perpage>
</fields>
</sitemap>
<placeholder translate="label">
<label>Product Image Placeholders</label>
<clone_fields>1</clone_fields>
<clone_model>adminhtml/system_config_clone_media_image</clone_model>
<sort_order>300</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<placeholder>
<label></label>
<frontend_type>image</frontend_type>
<backend_model>adminhtml/system_config_backend_image</backend_model>
<upload_dir config="system/filesystem/media" scope_info="1">catalog/product/placeholder</upload_dir>
<base_url type="media" scope_info="1">catalog/product/placeholder</base_url>
<sort_order>1</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</placeholder>
</fields>
</placeholder>
<seo translate="label">
<label>Search Engine Optimizations</label>
<frontend_type>text</frontend_type>
<sort_order>500</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<category_url_suffix translate="label comment">
<label>Category URL Suffix</label>
<frontend_type>text</frontend_type>
<backend_model>catalog/system_config_backend_catalog_url_rewrite_suffix</backend_model>
<sort_order>3</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>Cache refresh needed.</comment>
</category_url_suffix>
<product_url_suffix translate="label comment">
<label>Product URL Suffix</label>
<frontend_type>text</frontend_type>
<backend_model>catalog/system_config_backend_catalog_url_rewrite_suffix</backend_model>
<sort_order>2</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>Cache refresh needed.</comment>
</product_url_suffix>
<product_use_categories translate="label">
<label>Use Categories Path for Product URLs</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<backend_model>adminhtml/system_config_backend_seo_product</backend_model>
<sort_order>4</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</product_use_categories>
<save_rewrites_history translate="label">
<label>Create Permanent Redirect for URLs if URL Key Changed</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>5</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</save_rewrites_history>
<title_separator translate="label">
<label>Page Title Separator</label>
<frontend_type>text</frontend_type>
<sort_order>6</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</title_separator>
<category_canonical_tag translate="label">
<label>Use Canonical Link Meta Tag For Categories</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>7</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</category_canonical_tag>
<product_canonical_tag translate="label">
<label>Use Canonical Link Meta Tag For Products</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>8</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</product_canonical_tag>
</fields>
</seo>
<price translate="label">
<label>Price</label>
<frontend_type>text</frontend_type>
<sort_order>400</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>0</show_in_website>
<show_in_store>0</show_in_store>
<fields>
<scope translate="label comment">
<label>Catalog Price Scope</label>
<comment>
<![CDATA[Defines the base currency scope ("Currency Setup" > "Currency Options" > "Base Currency")]]>
.
</comment>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_price_scope</source_model>
<backend_model>adminhtml/system_config_backend_price_scope</backend_model>
<sort_order>1</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>0</show_in_website>
<show_in_store>0</show_in_store>
</scope>
</fields>
</price>
<layered_navigation translate="label">
<label>Layered Navigation</label>
<sort_order>490</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<price_range_calculation translate="label">
<label>Price Navigation Step Calculation</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_price_step</source_model>
<sort_order>1</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</price_range_calculation>
<price_range_step translate="label">
<label>Default Price Navigation Step</label>
<frontend_type>text</frontend_type>
<sort_order>2</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<depends>
<price_range_calculation>manual</price_range_calculation>
</depends>
</price_range_step>
</fields>
</layered_navigation>
<navigation translate="label">
<label>Category Top Navigation</label>
<frontend_type>text</frontend_type>
<sort_order>500</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<max_depth translate="label">
<label>Maximal Depth</label>
<frontend_type>text</frontend_type>
<sort_order>1</sort_order>
<show_in_default>1</show_in_default>
</max_depth>
</fields>
</navigation>
<custom_options translate="label">
<label>Date & Time Custom Options</label>
<frontend_type>text</frontend_type>
<sort_order>700</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<use_calendar translate="label">
<label>Use JavaScript Calendar</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>1</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</use_calendar>
<date_fields_order translate="label">
<label>Date Fields Order</label>
<frontend_type>select</frontend_type>
<frontend_model>adminhtml/catalog_form_renderer_config_dateFieldsOrder</frontend_model>
<sort_order>2</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</date_fields_order>
<time_format translate="label">
<label>Time Format</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_catalog_timeFormat</source_model>
<sort_order>3</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</time_format>
<year_range translate="label comment">
<label>Year Range</label>
<comment>Use four-digit year format.</comment>
<frontend_type>text</frontend_type>
<frontend_model>adminhtml/catalog_form_renderer_config_yearRange</frontend_model>
<sort_order>4</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</year_range>
</fields>
</custom_options>
<!--
<layer translate="label">
<label>Layered Navigation</label>
<frontend_type>text</frontend_type>
<sort_order>450</sort_order>
<show_in_default>1</show_in_default>
<fields>
<configurable_children translate="label">
<label>Index configurable product's children</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<backend_model>adminhtml/system_config_backend_layer_children</backend_model>
<sort_order>1</sort_order>
<show_in_default>1</show_in_default>
</configurable_children>
</fields>
</layer>
-->
</groups>
</catalog>
<design>
<groups>
<watermark translate="label">
<label>Product Image Watermarks</label>
<clone_fields>1</clone_fields>
<clone_model>adminhtml/system_config_clone_media_image</clone_model>
<sort_order>400</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<size translate="label">
<label>Watermark Default Size</label>
<frontend_type>text</frontend_type>
<sort_order>100</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>Example format: 200x300.</comment>
</size>
<imageOpacity translate="label">
<label>Watermark Opacity, Percent</label>
<frontend_type>text</frontend_type>
<sort_order>150</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</imageOpacity>
<image translate="label">
<label>Watermark</label>
<frontend_type>image</frontend_type>
<backend_model>adminhtml/system_config_backend_image</backend_model>
<upload_dir config="system/filesystem/media" scope_info="1">catalog/product/watermark
</upload_dir>
<base_url type="media" scope_info="1">catalog/product/watermark</base_url>
<sort_order>200</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>Allowed file types: jpeg, gif, png.</comment>
</image>
<position translate="label">
<label>Watermark Position</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_watermark_position</source_model>
<sort_order>300</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</position>
</fields>
</watermark>
</groups>
</design>
<cms>
<groups>
<wysiwyg>
<fields>
<use_static_urls_in_catalog translate="label comment">
<label>Use Static URLs for Media Content in WYSIWYG for Catalog</label>
<comment>Applicable to catalog products and categories only. Any media content will be
inserted into editor as a static URL. It is not updated if the system configuration base
URL changes.
</comment>
<source_model>adminhtml/system_config_source_yesno</source_model>
<frontend_type>select</frontend_type>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>0</show_in_website>
<show_in_store>0</show_in_store>
</use_static_urls_in_catalog>
</fields>
</wysiwyg>
</groups>
</cms>
<sales>
<groups>
<msrp translate="label">
<label>Minimum Advertised Price</label>
<frontend_type>text</frontend_type>
<sort_order>110</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
<fields>
<enabled translate="label">
<label>Enable MAP</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
</enabled>
<apply_for_all translate="label comment">
<label>Apply MAP (Default Value)</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>20</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
<comment>
<![CDATA[<strong style="color:red">Warning!</strong> Applying MAP by default will hide all product prices on the frontend.]]></comment>
</apply_for_all>
<display_price_type translate="label">
<label>Display Actual Price</label>
<frontend_type>select</frontend_type>
<source_model>catalog/product_attribute_source_msrp_type</source_model>
<sort_order>30</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
</display_price_type>
<explanation_message translate="label">
<label>Default Popup Text Message</label>
<frontend_type>textarea</frontend_type>
<sort_order>40</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</explanation_message>
<explanation_message_whats_this translate="label">
<label>Default "What's This" Text Message</label>
<frontend_type>textarea</frontend_type>
<sort_order>50</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</explanation_message_whats_this>
</fields>
</msrp>
</groups>
</sales>
</sections>
</config>