maruto 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/fixtures/magento_1.7.0.2/app/code/core/Mage/Catalog/etc/config.xml +827 -0
- data/fixtures/magento_1.7.0.2/app/code/core/Mage/Sales/etc/config.xml +1784 -0
- data/lib/maruto/module_configuration.rb +2 -112
- data/lib/maruto/module_configuration/event_observers.rb +115 -0
- data/lib/maruto/module_configuration/models.rb +6 -0
- data/lib/maruto/runner.rb +18 -0
- data/lib/maruto/version.rb +1 -1
- data/spec/module_models_spec.rb +47 -0
- metadata +8 -2
|
@@ -0,0 +1,1784 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!--
|
|
3
|
+
/**
|
|
4
|
+
* Magento
|
|
5
|
+
*
|
|
6
|
+
* NOTICE OF LICENSE
|
|
7
|
+
*
|
|
8
|
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
9
|
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
|
10
|
+
* It is also available through the world-wide-web at this URL:
|
|
11
|
+
* http://opensource.org/licenses/afl-3.0.php
|
|
12
|
+
* If you did not receive a copy of the license and are unable to
|
|
13
|
+
* obtain it through the world-wide-web, please send an email
|
|
14
|
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
|
15
|
+
*
|
|
16
|
+
* DISCLAIMER
|
|
17
|
+
*
|
|
18
|
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
|
19
|
+
* versions in the future. If you wish to customize Magento for your
|
|
20
|
+
* needs please refer to http://www.magentocommerce.com for more information.
|
|
21
|
+
*
|
|
22
|
+
* @category Mage
|
|
23
|
+
* @package Mage_Sales
|
|
24
|
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
|
25
|
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
26
|
+
*/
|
|
27
|
+
-->
|
|
28
|
+
<config>
|
|
29
|
+
<modules>
|
|
30
|
+
<Mage_Sales>
|
|
31
|
+
<version>1.6.0.7</version>
|
|
32
|
+
</Mage_Sales>
|
|
33
|
+
</modules>
|
|
34
|
+
<global>
|
|
35
|
+
<fieldsets>
|
|
36
|
+
<sales_copy_order>
|
|
37
|
+
<customer_email>
|
|
38
|
+
<to_edit>*</to_edit>
|
|
39
|
+
</customer_email>
|
|
40
|
+
<customer_group_id>
|
|
41
|
+
<to_edit>*</to_edit>
|
|
42
|
+
</customer_group_id>
|
|
43
|
+
</sales_copy_order>
|
|
44
|
+
<sales_copy_order_billing_address>
|
|
45
|
+
<prefix>
|
|
46
|
+
<to_order>*</to_order>
|
|
47
|
+
</prefix>
|
|
48
|
+
<firstname>
|
|
49
|
+
<to_order>*</to_order>
|
|
50
|
+
</firstname>
|
|
51
|
+
<middlename>
|
|
52
|
+
<to_order>*</to_order>
|
|
53
|
+
</middlename>
|
|
54
|
+
<lastname>
|
|
55
|
+
<to_order>*</to_order>
|
|
56
|
+
</lastname>
|
|
57
|
+
<suffix>
|
|
58
|
+
<to_order>*</to_order>
|
|
59
|
+
</suffix>
|
|
60
|
+
<customer_address_id>
|
|
61
|
+
<to_order>*</to_order>
|
|
62
|
+
</customer_address_id>
|
|
63
|
+
<company>
|
|
64
|
+
<to_order>*</to_order>
|
|
65
|
+
</company>
|
|
66
|
+
<street>
|
|
67
|
+
<to_order>*</to_order>
|
|
68
|
+
</street>
|
|
69
|
+
<city>
|
|
70
|
+
<to_order>*</to_order>
|
|
71
|
+
</city>
|
|
72
|
+
<region>
|
|
73
|
+
<to_order>*</to_order>
|
|
74
|
+
</region>
|
|
75
|
+
<postcode>
|
|
76
|
+
<to_order>*</to_order>
|
|
77
|
+
</postcode>
|
|
78
|
+
<country_id>
|
|
79
|
+
<to_order>*</to_order>
|
|
80
|
+
</country_id>
|
|
81
|
+
<telephone>
|
|
82
|
+
<to_order>*</to_order>
|
|
83
|
+
</telephone>
|
|
84
|
+
<fax>
|
|
85
|
+
<to_order>*</to_order>
|
|
86
|
+
</fax>
|
|
87
|
+
<region_id>
|
|
88
|
+
<to_order>*</to_order>
|
|
89
|
+
</region_id>
|
|
90
|
+
</sales_copy_order_billing_address>
|
|
91
|
+
<sales_copy_order_shipping_address>
|
|
92
|
+
<prefix>
|
|
93
|
+
<to_order>*</to_order>
|
|
94
|
+
</prefix>
|
|
95
|
+
<firstname>
|
|
96
|
+
<to_order>*</to_order>
|
|
97
|
+
</firstname>
|
|
98
|
+
<middlename>
|
|
99
|
+
<to_order>*</to_order>
|
|
100
|
+
</middlename>
|
|
101
|
+
<lastname>
|
|
102
|
+
<to_order>*</to_order>
|
|
103
|
+
</lastname>
|
|
104
|
+
<suffix>
|
|
105
|
+
<to_order>*</to_order>
|
|
106
|
+
</suffix>
|
|
107
|
+
<customer_address_id>
|
|
108
|
+
<to_order>*</to_order>
|
|
109
|
+
</customer_address_id>
|
|
110
|
+
<company>
|
|
111
|
+
<to_order>*</to_order>
|
|
112
|
+
</company>
|
|
113
|
+
<street>
|
|
114
|
+
<to_order>*</to_order>
|
|
115
|
+
</street>
|
|
116
|
+
<city>
|
|
117
|
+
<to_order>*</to_order>
|
|
118
|
+
</city>
|
|
119
|
+
<region>
|
|
120
|
+
<to_order>*</to_order>
|
|
121
|
+
</region>
|
|
122
|
+
<postcode>
|
|
123
|
+
<to_order>*</to_order>
|
|
124
|
+
</postcode>
|
|
125
|
+
<country_id>
|
|
126
|
+
<to_order>*</to_order>
|
|
127
|
+
</country_id>
|
|
128
|
+
<telephone>
|
|
129
|
+
<to_order>*</to_order>
|
|
130
|
+
</telephone>
|
|
131
|
+
<fax>
|
|
132
|
+
<to_order>*</to_order>
|
|
133
|
+
</fax>
|
|
134
|
+
<region_id>
|
|
135
|
+
<to_order>*</to_order>
|
|
136
|
+
</region_id>
|
|
137
|
+
</sales_copy_order_shipping_address>
|
|
138
|
+
<sales_convert_quote>
|
|
139
|
+
<remote_ip>
|
|
140
|
+
<to_order>*</to_order>
|
|
141
|
+
</remote_ip>
|
|
142
|
+
<x_forwarded_for>
|
|
143
|
+
<to_order>*</to_order>
|
|
144
|
+
</x_forwarded_for>
|
|
145
|
+
<customer_id>
|
|
146
|
+
<to_order>*</to_order>
|
|
147
|
+
</customer_id>
|
|
148
|
+
<customer_email>
|
|
149
|
+
<to_order>*</to_order>
|
|
150
|
+
</customer_email>
|
|
151
|
+
<customer_prefix>
|
|
152
|
+
<to_order>*</to_order>
|
|
153
|
+
</customer_prefix>
|
|
154
|
+
<customer_firstname>
|
|
155
|
+
<to_order>*</to_order>
|
|
156
|
+
</customer_firstname>
|
|
157
|
+
<customer_middlename>
|
|
158
|
+
<to_order>*</to_order>
|
|
159
|
+
</customer_middlename>
|
|
160
|
+
<customer_lastname>
|
|
161
|
+
<to_order>*</to_order>
|
|
162
|
+
</customer_lastname>
|
|
163
|
+
<customer_suffix>
|
|
164
|
+
<to_order>*</to_order>
|
|
165
|
+
</customer_suffix>
|
|
166
|
+
<customer_group_id>
|
|
167
|
+
<to_order>*</to_order>
|
|
168
|
+
</customer_group_id>
|
|
169
|
+
<customer_tax_class_id>
|
|
170
|
+
<to_order>*</to_order>
|
|
171
|
+
</customer_tax_class_id>
|
|
172
|
+
<customer_note>
|
|
173
|
+
<to_order>*</to_order>
|
|
174
|
+
</customer_note>
|
|
175
|
+
<customer_note_notify>
|
|
176
|
+
<to_order>*</to_order>
|
|
177
|
+
</customer_note_notify>
|
|
178
|
+
<customer_is_guest>
|
|
179
|
+
<to_order>*</to_order>
|
|
180
|
+
</customer_is_guest>
|
|
181
|
+
<customer_dob>
|
|
182
|
+
<to_order>*</to_order>
|
|
183
|
+
</customer_dob>
|
|
184
|
+
<customer_taxvat>
|
|
185
|
+
<to_order>*</to_order>
|
|
186
|
+
</customer_taxvat>
|
|
187
|
+
<customer_gender>
|
|
188
|
+
<to_order>*</to_order>
|
|
189
|
+
</customer_gender>
|
|
190
|
+
<base_grand_total>
|
|
191
|
+
<to_order>quote_base_grand_total</to_order>
|
|
192
|
+
</base_grand_total>
|
|
193
|
+
<global_currency_code>
|
|
194
|
+
<to_order>*</to_order>
|
|
195
|
+
</global_currency_code>
|
|
196
|
+
<base_currency_code>
|
|
197
|
+
<to_order>*</to_order>
|
|
198
|
+
</base_currency_code>
|
|
199
|
+
<store_currency_code>
|
|
200
|
+
<to_order>*</to_order>
|
|
201
|
+
</store_currency_code>
|
|
202
|
+
<quote_currency_code>
|
|
203
|
+
<to_order>order_currency_code</to_order>
|
|
204
|
+
</quote_currency_code>
|
|
205
|
+
<store_to_base_rate>
|
|
206
|
+
<to_order>*</to_order>
|
|
207
|
+
</store_to_base_rate>
|
|
208
|
+
<store_to_quote_rate>
|
|
209
|
+
<to_order>store_to_order_rate</to_order>
|
|
210
|
+
</store_to_quote_rate>
|
|
211
|
+
<base_to_global_rate>
|
|
212
|
+
<to_order>*</to_order>
|
|
213
|
+
</base_to_global_rate>
|
|
214
|
+
<base_to_quote_rate>
|
|
215
|
+
<to_order>base_to_order_rate</to_order>
|
|
216
|
+
</base_to_quote_rate>
|
|
217
|
+
<coupon_code>
|
|
218
|
+
<to_order>*</to_order>
|
|
219
|
+
</coupon_code>
|
|
220
|
+
<is_virtual>
|
|
221
|
+
<to_order>*</to_order>
|
|
222
|
+
</is_virtual>
|
|
223
|
+
<is_multi_payment>
|
|
224
|
+
<to_order>*</to_order>
|
|
225
|
+
</is_multi_payment>
|
|
226
|
+
<applied_rule_ids>
|
|
227
|
+
<to_order>*</to_order>
|
|
228
|
+
</applied_rule_ids>
|
|
229
|
+
<items_qty>
|
|
230
|
+
<to_order>total_qty_ordered</to_order>
|
|
231
|
+
</items_qty>
|
|
232
|
+
</sales_convert_quote>
|
|
233
|
+
<sales_convert_quote_address>
|
|
234
|
+
<weight>
|
|
235
|
+
<to_order>*</to_order>
|
|
236
|
+
</weight>
|
|
237
|
+
<shipping_method>
|
|
238
|
+
<to_order>*</to_order>
|
|
239
|
+
</shipping_method>
|
|
240
|
+
<shipping_description>
|
|
241
|
+
<to_order>*</to_order>
|
|
242
|
+
</shipping_description>
|
|
243
|
+
<shipping_rate>
|
|
244
|
+
<to_order>*</to_order>
|
|
245
|
+
</shipping_rate>
|
|
246
|
+
<subtotal>
|
|
247
|
+
<to_order>*</to_order>
|
|
248
|
+
</subtotal>
|
|
249
|
+
<tax_amount>
|
|
250
|
+
<to_order>*</to_order>
|
|
251
|
+
</tax_amount>
|
|
252
|
+
<tax_string>
|
|
253
|
+
<to_order>*</to_order>
|
|
254
|
+
</tax_string>
|
|
255
|
+
<discount_amount>
|
|
256
|
+
<to_order>*</to_order>
|
|
257
|
+
</discount_amount>
|
|
258
|
+
<shipping_amount>
|
|
259
|
+
<to_order>*</to_order>
|
|
260
|
+
</shipping_amount>
|
|
261
|
+
<shipping_incl_tax>
|
|
262
|
+
<to_order>*</to_order>
|
|
263
|
+
</shipping_incl_tax>
|
|
264
|
+
<shipping_tax_amount>
|
|
265
|
+
<to_order>*</to_order>
|
|
266
|
+
</shipping_tax_amount>
|
|
267
|
+
<custbalance_amount>
|
|
268
|
+
<to_order>*</to_order>
|
|
269
|
+
</custbalance_amount>
|
|
270
|
+
<grand_total>
|
|
271
|
+
<to_order>*</to_order>
|
|
272
|
+
</grand_total>
|
|
273
|
+
<base_subtotal>
|
|
274
|
+
<to_order>*</to_order>
|
|
275
|
+
</base_subtotal>
|
|
276
|
+
<base_tax_amount>
|
|
277
|
+
<to_order>*</to_order>
|
|
278
|
+
</base_tax_amount>
|
|
279
|
+
<base_discount_amount>
|
|
280
|
+
<to_order>*</to_order>
|
|
281
|
+
</base_discount_amount>
|
|
282
|
+
<base_shipping_amount>
|
|
283
|
+
<to_order>*</to_order>
|
|
284
|
+
</base_shipping_amount>
|
|
285
|
+
<base_shipping_incl_tax>
|
|
286
|
+
<to_order>*</to_order>
|
|
287
|
+
</base_shipping_incl_tax>
|
|
288
|
+
<base_shipping_tax_amount>
|
|
289
|
+
<to_order>*</to_order>
|
|
290
|
+
</base_shipping_tax_amount>
|
|
291
|
+
<base_custbalance_amount>
|
|
292
|
+
<to_order>*</to_order>
|
|
293
|
+
</base_custbalance_amount>
|
|
294
|
+
<base_grand_total>
|
|
295
|
+
<to_order>*</to_order>
|
|
296
|
+
</base_grand_total>
|
|
297
|
+
<hidden_tax_amount>
|
|
298
|
+
<to_order>*</to_order>
|
|
299
|
+
</hidden_tax_amount>
|
|
300
|
+
<base_hidden_tax_amount>
|
|
301
|
+
<to_order>*</to_order>
|
|
302
|
+
</base_hidden_tax_amount>
|
|
303
|
+
<shipping_hidden_tax_amount>
|
|
304
|
+
<to_order>*</to_order>
|
|
305
|
+
</shipping_hidden_tax_amount>
|
|
306
|
+
<base_shipping_hidden_tax_amount>
|
|
307
|
+
<to_order>*</to_order>
|
|
308
|
+
</base_shipping_hidden_tax_amount>
|
|
309
|
+
<prefix>
|
|
310
|
+
<to_order_address>*</to_order_address>
|
|
311
|
+
<to_customer_address>*</to_customer_address>
|
|
312
|
+
</prefix>
|
|
313
|
+
<firstname>
|
|
314
|
+
<to_order_address>*</to_order_address>
|
|
315
|
+
<to_customer_address>*</to_customer_address>
|
|
316
|
+
</firstname>
|
|
317
|
+
<middlename>
|
|
318
|
+
<to_order_address>*</to_order_address>
|
|
319
|
+
<to_customer_address>*</to_customer_address>
|
|
320
|
+
</middlename>
|
|
321
|
+
<lastname>
|
|
322
|
+
<to_order_address>*</to_order_address>
|
|
323
|
+
<to_customer_address>*</to_customer_address>
|
|
324
|
+
</lastname>
|
|
325
|
+
<suffix>
|
|
326
|
+
<to_order_address>*</to_order_address>
|
|
327
|
+
<to_customer_address>*</to_customer_address>
|
|
328
|
+
</suffix>
|
|
329
|
+
<company>
|
|
330
|
+
<to_order_address>*</to_order_address>
|
|
331
|
+
<to_customer_address>*</to_customer_address>
|
|
332
|
+
</company>
|
|
333
|
+
<street_full>
|
|
334
|
+
<to_order_address>street</to_order_address>
|
|
335
|
+
</street_full>
|
|
336
|
+
<street>
|
|
337
|
+
<to_customer_address>*</to_customer_address>
|
|
338
|
+
</street>
|
|
339
|
+
<city>
|
|
340
|
+
<to_order_address>*</to_order_address>
|
|
341
|
+
<to_customer_address>*</to_customer_address>
|
|
342
|
+
</city>
|
|
343
|
+
<region>
|
|
344
|
+
<to_order_address>*</to_order_address>
|
|
345
|
+
<to_customer_address>*</to_customer_address>
|
|
346
|
+
</region>
|
|
347
|
+
<region_id>
|
|
348
|
+
<to_order_address>*</to_order_address>
|
|
349
|
+
<to_customer_address>*</to_customer_address>
|
|
350
|
+
</region_id>
|
|
351
|
+
<postcode>
|
|
352
|
+
<to_order_address>*</to_order_address>
|
|
353
|
+
<to_customer_address>*</to_customer_address>
|
|
354
|
+
</postcode>
|
|
355
|
+
<country_id>
|
|
356
|
+
<to_order_address>*</to_order_address>
|
|
357
|
+
<to_customer_address>*</to_customer_address>
|
|
358
|
+
</country_id>
|
|
359
|
+
<telephone>
|
|
360
|
+
<to_order_address>*</to_order_address>
|
|
361
|
+
<to_customer_address>*</to_customer_address>
|
|
362
|
+
</telephone>
|
|
363
|
+
<fax>
|
|
364
|
+
<to_order_address>*</to_order_address>
|
|
365
|
+
<to_customer_address>*</to_customer_address>
|
|
366
|
+
</fax>
|
|
367
|
+
<email>
|
|
368
|
+
<to_order_address>*</to_order_address>
|
|
369
|
+
<to_customer_address>*</to_customer_address>
|
|
370
|
+
</email>
|
|
371
|
+
</sales_convert_quote_address>
|
|
372
|
+
<sales_convert_quote_payment>
|
|
373
|
+
<method>
|
|
374
|
+
<to_order_payment>*</to_order_payment>
|
|
375
|
+
</method>
|
|
376
|
+
<additional_data>
|
|
377
|
+
<to_order_payment>*</to_order_payment>
|
|
378
|
+
</additional_data>
|
|
379
|
+
<additional_information>
|
|
380
|
+
<to_order_payment>*</to_order_payment>
|
|
381
|
+
</additional_information>
|
|
382
|
+
<po_number>
|
|
383
|
+
<to_order_payment>*</to_order_payment>
|
|
384
|
+
</po_number>
|
|
385
|
+
<cc_type>
|
|
386
|
+
<to_order_payment>*</to_order_payment>
|
|
387
|
+
</cc_type>
|
|
388
|
+
<cc_number_enc>
|
|
389
|
+
<to_order_payment>*</to_order_payment>
|
|
390
|
+
</cc_number_enc>
|
|
391
|
+
<cc_last4>
|
|
392
|
+
<to_order_payment>*</to_order_payment>
|
|
393
|
+
</cc_last4>
|
|
394
|
+
<cc_owner>
|
|
395
|
+
<to_order_payment>*</to_order_payment>
|
|
396
|
+
</cc_owner>
|
|
397
|
+
<cc_exp_month>
|
|
398
|
+
<to_order_payment>*</to_order_payment>
|
|
399
|
+
</cc_exp_month>
|
|
400
|
+
<cc_exp_year>
|
|
401
|
+
<to_order_payment>*</to_order_payment>
|
|
402
|
+
</cc_exp_year>
|
|
403
|
+
<cc_number>
|
|
404
|
+
<to_order_payment>*</to_order_payment>
|
|
405
|
+
</cc_number>
|
|
406
|
+
<cc_cid>
|
|
407
|
+
<to_order_payment>*</to_order_payment>
|
|
408
|
+
</cc_cid>
|
|
409
|
+
<cc_ss_issue>
|
|
410
|
+
<to_order_payment>*</to_order_payment>
|
|
411
|
+
</cc_ss_issue>
|
|
412
|
+
<cc_ss_start_month>
|
|
413
|
+
<to_order_payment>*</to_order_payment>
|
|
414
|
+
</cc_ss_start_month>
|
|
415
|
+
<cc_ss_start_year>
|
|
416
|
+
<to_order_payment>*</to_order_payment>
|
|
417
|
+
</cc_ss_start_year>
|
|
418
|
+
</sales_convert_quote_payment>
|
|
419
|
+
<sales_convert_quote_item>
|
|
420
|
+
<sku>
|
|
421
|
+
<to_order_item>*</to_order_item>
|
|
422
|
+
</sku>
|
|
423
|
+
<name>
|
|
424
|
+
<to_order_item>*</to_order_item>
|
|
425
|
+
</name>
|
|
426
|
+
<description>
|
|
427
|
+
<to_order_item>*</to_order_item>
|
|
428
|
+
</description>
|
|
429
|
+
<weight>
|
|
430
|
+
<to_order_item>*</to_order_item>
|
|
431
|
+
</weight>
|
|
432
|
+
<is_qty_decimal>
|
|
433
|
+
<to_order_item>*</to_order_item>
|
|
434
|
+
</is_qty_decimal>
|
|
435
|
+
<qty>
|
|
436
|
+
<to_order_item>qty_ordered</to_order_item>
|
|
437
|
+
</qty>
|
|
438
|
+
<is_virtual>
|
|
439
|
+
<to_order_item>*</to_order_item>
|
|
440
|
+
</is_virtual>
|
|
441
|
+
<original_price>
|
|
442
|
+
<to_order_item>*</to_order_item>
|
|
443
|
+
</original_price>
|
|
444
|
+
<applied_rule_ids>
|
|
445
|
+
<to_order_item>*</to_order_item>
|
|
446
|
+
</applied_rule_ids>
|
|
447
|
+
<additional_data>
|
|
448
|
+
<to_order_item>*</to_order_item>
|
|
449
|
+
</additional_data>
|
|
450
|
+
<calculation_price>
|
|
451
|
+
<to_order_item>price</to_order_item>
|
|
452
|
+
</calculation_price>
|
|
453
|
+
<base_calculation_price>
|
|
454
|
+
<to_order_item>base_price</to_order_item>
|
|
455
|
+
</base_calculation_price>
|
|
456
|
+
<tax_percent>
|
|
457
|
+
<to_order_item>*</to_order_item>
|
|
458
|
+
</tax_percent>
|
|
459
|
+
<tax_amount>
|
|
460
|
+
<to_order_item>*</to_order_item>
|
|
461
|
+
</tax_amount>
|
|
462
|
+
<tax_before_discount>
|
|
463
|
+
<to_order_item>*</to_order_item>
|
|
464
|
+
</tax_before_discount>
|
|
465
|
+
<base_tax_before_discount>
|
|
466
|
+
<to_order_item>*</to_order_item>
|
|
467
|
+
</base_tax_before_discount>
|
|
468
|
+
<tax_string>
|
|
469
|
+
<to_order_item>*</to_order_item>
|
|
470
|
+
</tax_string>
|
|
471
|
+
<row_weight>
|
|
472
|
+
<to_order_item>*</to_order_item>
|
|
473
|
+
</row_weight>
|
|
474
|
+
<row_total>
|
|
475
|
+
<to_order_item>*</to_order_item>
|
|
476
|
+
</row_total>
|
|
477
|
+
<base_original_price>
|
|
478
|
+
<to_order_item>*</to_order_item>
|
|
479
|
+
</base_original_price>
|
|
480
|
+
<base_tax_amount>
|
|
481
|
+
<to_order_item>*</to_order_item>
|
|
482
|
+
</base_tax_amount>
|
|
483
|
+
<base_row_total>
|
|
484
|
+
<to_order_item>*</to_order_item>
|
|
485
|
+
</base_row_total>
|
|
486
|
+
<discount_percent>
|
|
487
|
+
<to_order_item_discount>*</to_order_item_discount>
|
|
488
|
+
</discount_percent>
|
|
489
|
+
<discount_amount>
|
|
490
|
+
<to_order_item_discount>*</to_order_item_discount>
|
|
491
|
+
</discount_amount>
|
|
492
|
+
<base_discount_amount>
|
|
493
|
+
<to_order_item_discount>*</to_order_item_discount>
|
|
494
|
+
</base_discount_amount>
|
|
495
|
+
<base_cost>
|
|
496
|
+
<to_order_item>*</to_order_item>
|
|
497
|
+
</base_cost>
|
|
498
|
+
<store_id>
|
|
499
|
+
<to_order_item>*</to_order_item>
|
|
500
|
+
</store_id>
|
|
501
|
+
<hidden_tax_amount>
|
|
502
|
+
<to_order_item>*</to_order_item>
|
|
503
|
+
</hidden_tax_amount>
|
|
504
|
+
<base_hidden_tax_amount>
|
|
505
|
+
<to_order_item>*</to_order_item>
|
|
506
|
+
</base_hidden_tax_amount>
|
|
507
|
+
<is_recurring>
|
|
508
|
+
<to_order_item>*</to_order_item>
|
|
509
|
+
</is_recurring>
|
|
510
|
+
<is_nominal>
|
|
511
|
+
<to_order_item>*</to_order_item>
|
|
512
|
+
</is_nominal>
|
|
513
|
+
</sales_convert_quote_item>
|
|
514
|
+
<sales_convert_order>
|
|
515
|
+
<customer_id>
|
|
516
|
+
<to_quote>*</to_quote>
|
|
517
|
+
</customer_id>
|
|
518
|
+
<customer_email>
|
|
519
|
+
<to_quote>*</to_quote>
|
|
520
|
+
</customer_email>
|
|
521
|
+
<customer_group_id>
|
|
522
|
+
<to_quote>*</to_quote>
|
|
523
|
+
</customer_group_id>
|
|
524
|
+
<customer_tax_class_id>
|
|
525
|
+
<to_quote>*</to_quote>
|
|
526
|
+
</customer_tax_class_id>
|
|
527
|
+
<customer_taxvat>
|
|
528
|
+
<to_quote>*</to_quote>
|
|
529
|
+
</customer_taxvat>
|
|
530
|
+
<customer_note>
|
|
531
|
+
<to_quote>*</to_quote>
|
|
532
|
+
</customer_note>
|
|
533
|
+
<customer_note_notify>
|
|
534
|
+
<to_quote>*</to_quote>
|
|
535
|
+
</customer_note_notify>
|
|
536
|
+
<customer_is_guest>
|
|
537
|
+
<to_quote>*</to_quote>
|
|
538
|
+
</customer_is_guest>
|
|
539
|
+
<global_currency_code>
|
|
540
|
+
<to_quote>*</to_quote>
|
|
541
|
+
<to_invoice>*</to_invoice>
|
|
542
|
+
<to_shipment>*</to_shipment>
|
|
543
|
+
<to_cm>*</to_cm>
|
|
544
|
+
</global_currency_code>
|
|
545
|
+
<base_currency_code>
|
|
546
|
+
<to_quote>*</to_quote>
|
|
547
|
+
<to_invoice>*</to_invoice>
|
|
548
|
+
<to_shipment>*</to_shipment>
|
|
549
|
+
<to_cm>*</to_cm>
|
|
550
|
+
</base_currency_code>
|
|
551
|
+
<store_currency_code>
|
|
552
|
+
<to_quote>*</to_quote>
|
|
553
|
+
<to_invoice>*</to_invoice>
|
|
554
|
+
<to_shipment>*</to_shipment>
|
|
555
|
+
<to_cm>*</to_cm>
|
|
556
|
+
</store_currency_code>
|
|
557
|
+
<order_currency_code>
|
|
558
|
+
<to_quote>quote_currency_code</to_quote>
|
|
559
|
+
<to_invoice>*</to_invoice>
|
|
560
|
+
<to_shipment>*</to_shipment>
|
|
561
|
+
<to_cm>*</to_cm>
|
|
562
|
+
</order_currency_code>
|
|
563
|
+
<store_to_base_rate>
|
|
564
|
+
<to_quote>*</to_quote>
|
|
565
|
+
<to_invoice>*</to_invoice>
|
|
566
|
+
<to_shipment>*</to_shipment>
|
|
567
|
+
<to_cm>*</to_cm>
|
|
568
|
+
</store_to_base_rate>
|
|
569
|
+
<store_to_order_rate>
|
|
570
|
+
<to_quote>store_to_quote_rate</to_quote>
|
|
571
|
+
<to_invoice>*</to_invoice>
|
|
572
|
+
<to_shipment>*</to_shipment>
|
|
573
|
+
<to_cm>*</to_cm>
|
|
574
|
+
</store_to_order_rate>
|
|
575
|
+
<base_to_global_rate>
|
|
576
|
+
<to_quote>*</to_quote>
|
|
577
|
+
<to_invoice>*</to_invoice>
|
|
578
|
+
<to_shipment>*</to_shipment>
|
|
579
|
+
<to_cm>*</to_cm>
|
|
580
|
+
</base_to_global_rate>
|
|
581
|
+
<base_to_order_rate>
|
|
582
|
+
<to_quote>base_to_quote_rate</to_quote>
|
|
583
|
+
<to_invoice>*</to_invoice>
|
|
584
|
+
<to_shipment>*</to_shipment>
|
|
585
|
+
<to_cm>*</to_cm>
|
|
586
|
+
</base_to_order_rate>
|
|
587
|
+
<grand_total>
|
|
588
|
+
<to_quote>*</to_quote>
|
|
589
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
590
|
+
</grand_total>
|
|
591
|
+
<base_grand_total>
|
|
592
|
+
<to_quote>*</to_quote>
|
|
593
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
594
|
+
</base_grand_total>
|
|
595
|
+
<coupon_code>
|
|
596
|
+
<to_quote>*</to_quote>
|
|
597
|
+
</coupon_code>
|
|
598
|
+
<applied_rule_ids>
|
|
599
|
+
<to_quote>*</to_quote>
|
|
600
|
+
</applied_rule_ids>
|
|
601
|
+
<weight>
|
|
602
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
603
|
+
</weight>
|
|
604
|
+
<shipping_method>
|
|
605
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
606
|
+
</shipping_method>
|
|
607
|
+
<shipping_description>
|
|
608
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
609
|
+
</shipping_description>
|
|
610
|
+
<shipping_rate>
|
|
611
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
612
|
+
</shipping_rate>
|
|
613
|
+
<subtotal>
|
|
614
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
615
|
+
</subtotal>
|
|
616
|
+
<tax_amount>
|
|
617
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
618
|
+
</tax_amount>
|
|
619
|
+
<tax_string>
|
|
620
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
621
|
+
</tax_string>
|
|
622
|
+
<discount_amount>
|
|
623
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
624
|
+
</discount_amount>
|
|
625
|
+
<shipping_amount>
|
|
626
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
627
|
+
</shipping_amount>
|
|
628
|
+
<shipping_incl_tax>
|
|
629
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
630
|
+
</shipping_incl_tax>
|
|
631
|
+
<custbalance_amount>
|
|
632
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
633
|
+
</custbalance_amount>
|
|
634
|
+
<base_subtotal>
|
|
635
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
636
|
+
</base_subtotal>
|
|
637
|
+
<base_tax_amount>
|
|
638
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
639
|
+
</base_tax_amount>
|
|
640
|
+
<base_discount_amount>
|
|
641
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
642
|
+
</base_discount_amount>
|
|
643
|
+
<base_shipping_amount>
|
|
644
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
645
|
+
</base_shipping_amount>
|
|
646
|
+
<base_shipping_incl_tax>
|
|
647
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
648
|
+
</base_shipping_incl_tax>
|
|
649
|
+
<base_custbalance_amount>
|
|
650
|
+
<to_quote_address_shipping>*</to_quote_address_shipping>
|
|
651
|
+
</base_custbalance_amount>
|
|
652
|
+
<shipping_tax_amount>
|
|
653
|
+
<to_cm>*</to_cm>
|
|
654
|
+
</shipping_tax_amount>
|
|
655
|
+
<base_shipping_tax_amount>
|
|
656
|
+
<to_cm>*</to_cm>
|
|
657
|
+
</base_shipping_tax_amount>
|
|
658
|
+
</sales_convert_order>
|
|
659
|
+
<sales_convert_order_address>
|
|
660
|
+
<prefix>
|
|
661
|
+
<to_quote_address>*</to_quote_address>
|
|
662
|
+
</prefix>
|
|
663
|
+
<firstname>
|
|
664
|
+
<to_quote_address>*</to_quote_address>
|
|
665
|
+
</firstname>
|
|
666
|
+
<middlename>
|
|
667
|
+
<to_quote_address>*</to_quote_address>
|
|
668
|
+
</middlename>
|
|
669
|
+
<lastname>
|
|
670
|
+
<to_quote_address>*</to_quote_address>
|
|
671
|
+
</lastname>
|
|
672
|
+
<suffix>
|
|
673
|
+
<to_quote_address>*</to_quote_address>
|
|
674
|
+
</suffix>
|
|
675
|
+
<company>
|
|
676
|
+
<to_quote_address>*</to_quote_address>
|
|
677
|
+
</company>
|
|
678
|
+
<street_full>
|
|
679
|
+
<to_quote_address>street</to_quote_address>
|
|
680
|
+
</street_full>
|
|
681
|
+
<city>
|
|
682
|
+
<to_quote_address>*</to_quote_address>
|
|
683
|
+
</city>
|
|
684
|
+
<region>
|
|
685
|
+
<to_quote_address>*</to_quote_address>
|
|
686
|
+
</region>
|
|
687
|
+
<region_id>
|
|
688
|
+
<to_quote_address>*</to_quote_address>
|
|
689
|
+
</region_id>
|
|
690
|
+
<postcode>
|
|
691
|
+
<to_quote_address>*</to_quote_address>
|
|
692
|
+
</postcode>
|
|
693
|
+
<country_id>
|
|
694
|
+
<to_quote_address>*</to_quote_address>
|
|
695
|
+
</country_id>
|
|
696
|
+
<telephone>
|
|
697
|
+
<to_quote_address>*</to_quote_address>
|
|
698
|
+
</telephone>
|
|
699
|
+
<fax>
|
|
700
|
+
<to_quote_address>*</to_quote_address>
|
|
701
|
+
</fax>
|
|
702
|
+
</sales_convert_order_address>
|
|
703
|
+
<sales_convert_order_payment>
|
|
704
|
+
<method>
|
|
705
|
+
<to_quote_payment>*</to_quote_payment>
|
|
706
|
+
</method>
|
|
707
|
+
<additional_data>
|
|
708
|
+
<to_quote_payment>*</to_quote_payment>
|
|
709
|
+
</additional_data>
|
|
710
|
+
<additional_information>
|
|
711
|
+
<to_quote_payment>*</to_quote_payment>
|
|
712
|
+
</additional_information>
|
|
713
|
+
<po_number>
|
|
714
|
+
<to_quote_payment>*</to_quote_payment>
|
|
715
|
+
</po_number>
|
|
716
|
+
<cc_type>
|
|
717
|
+
<to_quote_payment>*</to_quote_payment>
|
|
718
|
+
</cc_type>
|
|
719
|
+
<cc_number_enc>
|
|
720
|
+
<to_quote_payment>*</to_quote_payment>
|
|
721
|
+
</cc_number_enc>
|
|
722
|
+
<cc_last4>
|
|
723
|
+
<to_quote_payment>*</to_quote_payment>
|
|
724
|
+
</cc_last4>
|
|
725
|
+
<cc_owner>
|
|
726
|
+
<to_quote_payment>*</to_quote_payment>
|
|
727
|
+
</cc_owner>
|
|
728
|
+
<cc_exp_month>
|
|
729
|
+
<to_quote_payment>*</to_quote_payment>
|
|
730
|
+
</cc_exp_month>
|
|
731
|
+
<cc_exp_year>
|
|
732
|
+
<to_quote_payment>*</to_quote_payment>
|
|
733
|
+
</cc_exp_year>
|
|
734
|
+
<cc_ss_issue>
|
|
735
|
+
<to_quote_payment>*</to_quote_payment>
|
|
736
|
+
</cc_ss_issue>
|
|
737
|
+
<cc_ss_start_month>
|
|
738
|
+
<to_quote_payment>*</to_quote_payment>
|
|
739
|
+
</cc_ss_start_month>
|
|
740
|
+
<cc_ss_start_year>
|
|
741
|
+
<to_quote_payment>*</to_quote_payment>
|
|
742
|
+
</cc_ss_start_year>
|
|
743
|
+
</sales_convert_order_payment>
|
|
744
|
+
<sales_convert_order_item>
|
|
745
|
+
<sku>
|
|
746
|
+
<to_quote_item>*</to_quote_item>
|
|
747
|
+
<to_invoice_item>*</to_invoice_item>
|
|
748
|
+
<to_shipment_item>*</to_shipment_item>
|
|
749
|
+
<to_cm_item>*</to_cm_item>
|
|
750
|
+
</sku>
|
|
751
|
+
<name>
|
|
752
|
+
<to_quote_item>*</to_quote_item>
|
|
753
|
+
<to_invoice_item>*</to_invoice_item>
|
|
754
|
+
<to_shipment_item>*</to_shipment_item>
|
|
755
|
+
<to_cm_item>*</to_cm_item>
|
|
756
|
+
</name>
|
|
757
|
+
<description>
|
|
758
|
+
<to_quote_item>*</to_quote_item>
|
|
759
|
+
<to_invoice_item>*</to_invoice_item>
|
|
760
|
+
<to_shipment_item>*</to_shipment_item>
|
|
761
|
+
<to_cm_item>*</to_cm_item>
|
|
762
|
+
</description>
|
|
763
|
+
<weight>
|
|
764
|
+
<to_quote_item>*</to_quote_item>
|
|
765
|
+
<to_shipment_item>*</to_shipment_item>
|
|
766
|
+
</weight>
|
|
767
|
+
<price>
|
|
768
|
+
<to_quote_item>custom_price</to_quote_item>
|
|
769
|
+
<to_invoice_item>*</to_invoice_item>
|
|
770
|
+
<to_shipment_item>*</to_shipment_item>
|
|
771
|
+
<to_cm_item>*</to_cm_item>
|
|
772
|
+
</price>
|
|
773
|
+
<discount_percent>
|
|
774
|
+
<to_quote_item_discount>*</to_quote_item_discount>
|
|
775
|
+
</discount_percent>
|
|
776
|
+
<discount_amount>
|
|
777
|
+
<to_quote_item_discount>*</to_quote_item_discount>
|
|
778
|
+
</discount_amount>
|
|
779
|
+
<tax_percent>
|
|
780
|
+
<to_quote_item>*</to_quote_item>
|
|
781
|
+
</tax_percent>
|
|
782
|
+
<tax_string>
|
|
783
|
+
<to_quote_item>*</to_quote_item>
|
|
784
|
+
</tax_string>
|
|
785
|
+
<tax_amount>
|
|
786
|
+
<to_quote_item>*</to_quote_item>
|
|
787
|
+
</tax_amount>
|
|
788
|
+
<row_weight>
|
|
789
|
+
<to_quote_item>*</to_quote_item>
|
|
790
|
+
</row_weight>
|
|
791
|
+
<row_total>
|
|
792
|
+
<to_quote_item>*</to_quote_item>
|
|
793
|
+
</row_total>
|
|
794
|
+
<applied_rule_ids>
|
|
795
|
+
<to_quote_item>*</to_quote_item>
|
|
796
|
+
</applied_rule_ids>
|
|
797
|
+
<base_discount_amount>
|
|
798
|
+
<to_quote_item_discount>*</to_quote_item_discount>
|
|
799
|
+
</base_discount_amount>
|
|
800
|
+
<base_tax_amount>
|
|
801
|
+
<to_quote_item>*</to_quote_item>
|
|
802
|
+
</base_tax_amount>
|
|
803
|
+
<base_row_total>
|
|
804
|
+
<to_quote_item>*</to_quote_item>
|
|
805
|
+
</base_row_total>
|
|
806
|
+
<base_price>
|
|
807
|
+
<to_invoice_item>base_price</to_invoice_item>
|
|
808
|
+
<to_shipment_item>*</to_shipment_item>
|
|
809
|
+
<to_cm_item>*</to_cm_item>
|
|
810
|
+
</base_price>
|
|
811
|
+
<base_cost>
|
|
812
|
+
<to_invoice_item>*</to_invoice_item>
|
|
813
|
+
<to_cm_item>*</to_cm_item>
|
|
814
|
+
<to_quote_item>*</to_quote_item>
|
|
815
|
+
</base_cost>
|
|
816
|
+
</sales_convert_order_item>
|
|
817
|
+
<customer_account>
|
|
818
|
+
<id>
|
|
819
|
+
<to_quote>customer_id</to_quote>
|
|
820
|
+
</id>
|
|
821
|
+
<email>
|
|
822
|
+
<to_quote>customer_email</to_quote>
|
|
823
|
+
</email>
|
|
824
|
+
<prefix>
|
|
825
|
+
<to_quote>customer_prefix</to_quote>
|
|
826
|
+
</prefix>
|
|
827
|
+
<firstname>
|
|
828
|
+
<to_quote>customer_firstname</to_quote>
|
|
829
|
+
</firstname>
|
|
830
|
+
<middlename>
|
|
831
|
+
<to_quote>customer_middlename</to_quote>
|
|
832
|
+
</middlename>
|
|
833
|
+
<lastname>
|
|
834
|
+
<to_quote>customer_lastname</to_quote>
|
|
835
|
+
</lastname>
|
|
836
|
+
<suffix>
|
|
837
|
+
<to_quote>customer_suffix</to_quote>
|
|
838
|
+
</suffix>
|
|
839
|
+
<group_id>
|
|
840
|
+
<to_quote>customer_group_id</to_quote>
|
|
841
|
+
</group_id>
|
|
842
|
+
<tax_class_id>
|
|
843
|
+
<to_quote>customer_tax_class_id</to_quote>
|
|
844
|
+
</tax_class_id>
|
|
845
|
+
<taxvat>
|
|
846
|
+
<to_quote>customer_taxvat</to_quote>
|
|
847
|
+
</taxvat>
|
|
848
|
+
<dob>
|
|
849
|
+
<to_quote>customer_dob</to_quote>
|
|
850
|
+
</dob>
|
|
851
|
+
<gender>
|
|
852
|
+
<to_quote>customer_gender</to_quote>
|
|
853
|
+
</gender>
|
|
854
|
+
</customer_account>
|
|
855
|
+
<customer_address>
|
|
856
|
+
<id>
|
|
857
|
+
<to_quote_address>customer_address_id</to_quote_address>
|
|
858
|
+
</id>
|
|
859
|
+
<parent_id>
|
|
860
|
+
<to_quote_address>customer_id</to_quote_address>
|
|
861
|
+
</parent_id>
|
|
862
|
+
<prefix>
|
|
863
|
+
<to_quote_address>*</to_quote_address>
|
|
864
|
+
</prefix>
|
|
865
|
+
<firstname>
|
|
866
|
+
<to_quote_address>*</to_quote_address>
|
|
867
|
+
</firstname>
|
|
868
|
+
<middlename>
|
|
869
|
+
<to_quote_address>*</to_quote_address>
|
|
870
|
+
</middlename>
|
|
871
|
+
<lastname>
|
|
872
|
+
<to_quote_address>*</to_quote_address>
|
|
873
|
+
</lastname>
|
|
874
|
+
<suffix>
|
|
875
|
+
<to_quote_address>*</to_quote_address>
|
|
876
|
+
</suffix>
|
|
877
|
+
<company>
|
|
878
|
+
<to_quote_address>*</to_quote_address>
|
|
879
|
+
</company>
|
|
880
|
+
<street_full>
|
|
881
|
+
<to_quote_address>street</to_quote_address>
|
|
882
|
+
</street_full>
|
|
883
|
+
<city>
|
|
884
|
+
<to_quote_address>*</to_quote_address>
|
|
885
|
+
</city>
|
|
886
|
+
<region>
|
|
887
|
+
<to_quote_address>*</to_quote_address>
|
|
888
|
+
</region>
|
|
889
|
+
<region_id>
|
|
890
|
+
<to_quote_address>*</to_quote_address>
|
|
891
|
+
</region_id>
|
|
892
|
+
<postcode>
|
|
893
|
+
<to_quote_address>*</to_quote_address>
|
|
894
|
+
</postcode>
|
|
895
|
+
<country_id>
|
|
896
|
+
<to_quote_address>*</to_quote_address>
|
|
897
|
+
</country_id>
|
|
898
|
+
<telephone>
|
|
899
|
+
<to_quote_address>*</to_quote_address>
|
|
900
|
+
</telephone>
|
|
901
|
+
<fax>
|
|
902
|
+
<to_quote_address>*</to_quote_address>
|
|
903
|
+
</fax>
|
|
904
|
+
</customer_address>
|
|
905
|
+
</fieldsets>
|
|
906
|
+
<models>
|
|
907
|
+
<sales>
|
|
908
|
+
<class>Mage_Sales_Model</class>
|
|
909
|
+
<resourceModel>sales_resource</resourceModel>
|
|
910
|
+
</sales>
|
|
911
|
+
<sales_entity>
|
|
912
|
+
<class>Mage_Sales_Model_Entity</class>
|
|
913
|
+
<entities>
|
|
914
|
+
<quote>
|
|
915
|
+
<table>sales_quote</table>
|
|
916
|
+
</quote>
|
|
917
|
+
<quote_address>
|
|
918
|
+
<table>sales_quote_address</table>
|
|
919
|
+
</quote_address>
|
|
920
|
+
<quote_item>
|
|
921
|
+
<table>sales_quote_item</table>
|
|
922
|
+
</quote_item>
|
|
923
|
+
<quote_entity>
|
|
924
|
+
<table>sales_quote_entity</table>
|
|
925
|
+
</quote_entity>
|
|
926
|
+
<quote_temp>
|
|
927
|
+
<table>sales_quote_temp</table>
|
|
928
|
+
</quote_temp>
|
|
929
|
+
<order>
|
|
930
|
+
<table>sales_order</table>
|
|
931
|
+
</order>
|
|
932
|
+
<order_entity>
|
|
933
|
+
<table>sales_order_entity</table>
|
|
934
|
+
</order_entity>
|
|
935
|
+
</entities>
|
|
936
|
+
</sales_entity>
|
|
937
|
+
<sales_resource>
|
|
938
|
+
<class>Mage_Sales_Model_Resource</class>
|
|
939
|
+
<deprecatedNode>sales_mysql4</deprecatedNode>
|
|
940
|
+
<entities>
|
|
941
|
+
<quote>
|
|
942
|
+
<table>sales_flat_quote</table>
|
|
943
|
+
</quote>
|
|
944
|
+
<quote_item>
|
|
945
|
+
<table>sales_flat_quote_item</table>
|
|
946
|
+
</quote_item>
|
|
947
|
+
<quote_address>
|
|
948
|
+
<table>sales_flat_quote_address</table>
|
|
949
|
+
</quote_address>
|
|
950
|
+
<quote_address_item>
|
|
951
|
+
<table>sales_flat_quote_address_item</table>
|
|
952
|
+
</quote_address_item>
|
|
953
|
+
<quote_item_option>
|
|
954
|
+
<table>sales_flat_quote_item_option</table>
|
|
955
|
+
</quote_item_option>
|
|
956
|
+
<quote_payment>
|
|
957
|
+
<table>sales_flat_quote_payment</table>
|
|
958
|
+
</quote_payment>
|
|
959
|
+
<quote_address_shipping_rate>
|
|
960
|
+
<table>sales_flat_quote_shipping_rate</table>
|
|
961
|
+
</quote_address_shipping_rate>
|
|
962
|
+
<order>
|
|
963
|
+
<table>sales_flat_order</table>
|
|
964
|
+
</order>
|
|
965
|
+
<order_grid>
|
|
966
|
+
<table>sales_flat_order_grid</table>
|
|
967
|
+
</order_grid>
|
|
968
|
+
<order_item>
|
|
969
|
+
<table>sales_flat_order_item</table>
|
|
970
|
+
</order_item>
|
|
971
|
+
<order_address>
|
|
972
|
+
<table>sales_flat_order_address</table>
|
|
973
|
+
</order_address>
|
|
974
|
+
<order_payment>
|
|
975
|
+
<table>sales_flat_order_payment</table>
|
|
976
|
+
</order_payment>
|
|
977
|
+
<order_status_history>
|
|
978
|
+
<table>sales_flat_order_status_history</table>
|
|
979
|
+
</order_status_history>
|
|
980
|
+
<order_status>
|
|
981
|
+
<table>sales_order_status</table>
|
|
982
|
+
</order_status>
|
|
983
|
+
<order_status_state>
|
|
984
|
+
<table>sales_order_status_state</table>
|
|
985
|
+
</order_status_state>
|
|
986
|
+
<order_status_label>
|
|
987
|
+
<table>sales_order_status_label</table>
|
|
988
|
+
</order_status_label>
|
|
989
|
+
<invoice>
|
|
990
|
+
<table>sales_flat_invoice</table>
|
|
991
|
+
</invoice>
|
|
992
|
+
<invoice_grid>
|
|
993
|
+
<table>sales_flat_invoice_grid</table>
|
|
994
|
+
</invoice_grid>
|
|
995
|
+
<invoice_item>
|
|
996
|
+
<table>sales_flat_invoice_item</table>
|
|
997
|
+
</invoice_item>
|
|
998
|
+
<invoice_comment>
|
|
999
|
+
<table>sales_flat_invoice_comment</table>
|
|
1000
|
+
</invoice_comment>
|
|
1001
|
+
<shipment>
|
|
1002
|
+
<table>sales_flat_shipment</table>
|
|
1003
|
+
</shipment>
|
|
1004
|
+
<shipment_grid>
|
|
1005
|
+
<table>sales_flat_shipment_grid</table>
|
|
1006
|
+
</shipment_grid>
|
|
1007
|
+
<shipment_item>
|
|
1008
|
+
<table>sales_flat_shipment_item</table>
|
|
1009
|
+
</shipment_item>
|
|
1010
|
+
<shipment_comment>
|
|
1011
|
+
<table>sales_flat_shipment_comment</table>
|
|
1012
|
+
</shipment_comment>
|
|
1013
|
+
<shipment_track>
|
|
1014
|
+
<table>sales_flat_shipment_track</table>
|
|
1015
|
+
</shipment_track>
|
|
1016
|
+
<creditmemo>
|
|
1017
|
+
<table>sales_flat_creditmemo</table>
|
|
1018
|
+
</creditmemo>
|
|
1019
|
+
<creditmemo_grid>
|
|
1020
|
+
<table>sales_flat_creditmemo_grid</table>
|
|
1021
|
+
</creditmemo_grid>
|
|
1022
|
+
<creditmemo_item>
|
|
1023
|
+
<table>sales_flat_creditmemo_item</table>
|
|
1024
|
+
</creditmemo_item>
|
|
1025
|
+
<creditmemo_comment>
|
|
1026
|
+
<table>sales_flat_creditmemo_comment</table>
|
|
1027
|
+
</creditmemo_comment>
|
|
1028
|
+
<recurring_profile>
|
|
1029
|
+
<table>sales_recurring_profile</table>
|
|
1030
|
+
</recurring_profile>
|
|
1031
|
+
<recurring_profile_order>
|
|
1032
|
+
<table>sales_recurring_profile_order</table>
|
|
1033
|
+
</recurring_profile_order>
|
|
1034
|
+
<order_tax>
|
|
1035
|
+
<table>sales_order_tax</table>
|
|
1036
|
+
</order_tax>
|
|
1037
|
+
<order_item_option>
|
|
1038
|
+
<table>sales_flat_order_item_option</table>
|
|
1039
|
+
</order_item_option>
|
|
1040
|
+
<order_entity>
|
|
1041
|
+
<table>sales_order_entity</table>
|
|
1042
|
+
</order_entity>
|
|
1043
|
+
<order_aggregated_created>
|
|
1044
|
+
<table>sales_order_aggregated_created</table>
|
|
1045
|
+
</order_aggregated_created>
|
|
1046
|
+
<order_aggregated_updated>
|
|
1047
|
+
<table>sales_order_aggregated_updated</table>
|
|
1048
|
+
</order_aggregated_updated>
|
|
1049
|
+
<shipping_aggregated>
|
|
1050
|
+
<table>sales_shipping_aggregated</table>
|
|
1051
|
+
</shipping_aggregated>
|
|
1052
|
+
<shipping_aggregated_order>
|
|
1053
|
+
<table>sales_shipping_aggregated_order</table>
|
|
1054
|
+
</shipping_aggregated_order>
|
|
1055
|
+
<invoiced_aggregated>
|
|
1056
|
+
<table>sales_invoiced_aggregated</table>
|
|
1057
|
+
</invoiced_aggregated>
|
|
1058
|
+
<invoiced_aggregated_order>
|
|
1059
|
+
<table>sales_invoiced_aggregated_order</table>
|
|
1060
|
+
</invoiced_aggregated_order>
|
|
1061
|
+
<refunded_aggregated>
|
|
1062
|
+
<table>sales_refunded_aggregated</table>
|
|
1063
|
+
</refunded_aggregated>
|
|
1064
|
+
<refunded_aggregated_order>
|
|
1065
|
+
<table>sales_refunded_aggregated_order</table>
|
|
1066
|
+
</refunded_aggregated_order>
|
|
1067
|
+
<payment_transaction>
|
|
1068
|
+
<table>sales_payment_transaction</table>
|
|
1069
|
+
</payment_transaction>
|
|
1070
|
+
<bestsellers_aggregated_daily>
|
|
1071
|
+
<table>sales_bestsellers_aggregated_daily</table>
|
|
1072
|
+
</bestsellers_aggregated_daily>
|
|
1073
|
+
<bestsellers_aggregated_monthly>
|
|
1074
|
+
<table>sales_bestsellers_aggregated_monthly</table>
|
|
1075
|
+
</bestsellers_aggregated_monthly>
|
|
1076
|
+
<bestsellers_aggregated_yearly>
|
|
1077
|
+
<table>sales_bestsellers_aggregated_yearly</table>
|
|
1078
|
+
</bestsellers_aggregated_yearly>
|
|
1079
|
+
<billing_agreement>
|
|
1080
|
+
<table>sales_billing_agreement</table>
|
|
1081
|
+
</billing_agreement>
|
|
1082
|
+
<billing_agreement_order>
|
|
1083
|
+
<table>sales_billing_agreement_order</table>
|
|
1084
|
+
</billing_agreement_order>
|
|
1085
|
+
</entities>
|
|
1086
|
+
</sales_resource>
|
|
1087
|
+
</models>
|
|
1088
|
+
<template>
|
|
1089
|
+
<email>
|
|
1090
|
+
<sales_email_order_template translate="label" module="sales">
|
|
1091
|
+
<label>New Order</label>
|
|
1092
|
+
<file>sales/order_new.html</file>
|
|
1093
|
+
<type>html</type>
|
|
1094
|
+
</sales_email_order_template>
|
|
1095
|
+
<sales_email_order_guest_template translate="label" module="sales">
|
|
1096
|
+
<label>New Order for Guest</label>
|
|
1097
|
+
<file>sales/order_new_guest.html</file>
|
|
1098
|
+
<type>html</type>
|
|
1099
|
+
</sales_email_order_guest_template>
|
|
1100
|
+
<sales_email_order_comment_template translate="label" module="sales">
|
|
1101
|
+
<label>Order Update</label>
|
|
1102
|
+
<file>sales/order_update.html</file>
|
|
1103
|
+
<type>html</type>
|
|
1104
|
+
</sales_email_order_comment_template>
|
|
1105
|
+
<sales_email_order_comment_guest_template translate="label" module="sales">
|
|
1106
|
+
<label>Order Update for Guest</label>
|
|
1107
|
+
<file>sales/order_update_guest.html</file>
|
|
1108
|
+
<type>html</type>
|
|
1109
|
+
</sales_email_order_comment_guest_template>
|
|
1110
|
+
<sales_email_invoice_template translate="label" module="sales">
|
|
1111
|
+
<label>New Invoice</label>
|
|
1112
|
+
<file>sales/invoice_new.html</file>
|
|
1113
|
+
<type>html</type>
|
|
1114
|
+
</sales_email_invoice_template>
|
|
1115
|
+
<sales_email_invoice_guest_template translate="label" module="sales">
|
|
1116
|
+
<label>New Invoice for Guest</label>
|
|
1117
|
+
<file>sales/invoice_new_guest.html</file>
|
|
1118
|
+
<type>html</type>
|
|
1119
|
+
</sales_email_invoice_guest_template>
|
|
1120
|
+
<sales_email_invoice_comment_template translate="label" module="sales">
|
|
1121
|
+
<label>Invoice Update</label>
|
|
1122
|
+
<file>sales/invoice_update.html</file>
|
|
1123
|
+
<type>html</type>
|
|
1124
|
+
</sales_email_invoice_comment_template>
|
|
1125
|
+
<sales_email_invoice_comment_guest_template translate="label" module="sales">
|
|
1126
|
+
<label>Invoice Update for Guest</label>
|
|
1127
|
+
<file>sales/invoice_update_guest.html</file>
|
|
1128
|
+
<type>html</type>
|
|
1129
|
+
</sales_email_invoice_comment_guest_template>
|
|
1130
|
+
<sales_email_creditmemo_template translate="label" module="sales">
|
|
1131
|
+
<label>New Credit Memo</label>
|
|
1132
|
+
<file>sales/creditmemo_new.html</file>
|
|
1133
|
+
<type>html</type>
|
|
1134
|
+
</sales_email_creditmemo_template>
|
|
1135
|
+
<sales_email_creditmemo_guest_template translate="label" module="sales">
|
|
1136
|
+
<label>New Credit Memo for Guest</label>
|
|
1137
|
+
<file>sales/creditmemo_new_guest.html</file>
|
|
1138
|
+
<type>html</type>
|
|
1139
|
+
</sales_email_creditmemo_guest_template>
|
|
1140
|
+
<sales_email_creditmemo_comment_template translate="label" module="sales">
|
|
1141
|
+
<label>Credit Memo Update</label>
|
|
1142
|
+
<file>sales/creditmemo_update.html</file>
|
|
1143
|
+
<type>html</type>
|
|
1144
|
+
</sales_email_creditmemo_comment_template>
|
|
1145
|
+
<sales_email_creditmemo_comment_guest_template translate="label" module="sales">
|
|
1146
|
+
<label>Credit Memo Update for Guest</label>
|
|
1147
|
+
<file>sales/creditmemo_update_guest.html</file>
|
|
1148
|
+
<type>html</type>
|
|
1149
|
+
</sales_email_creditmemo_comment_guest_template>
|
|
1150
|
+
<sales_email_shipment_template translate="label" module="sales">
|
|
1151
|
+
<label>New Shipment</label>
|
|
1152
|
+
<file>sales/shipment_new.html</file>
|
|
1153
|
+
<type>html</type>
|
|
1154
|
+
</sales_email_shipment_template>
|
|
1155
|
+
<sales_email_shipment_guest_template translate="label" module="sales">
|
|
1156
|
+
<label>New Shipment for Guest</label>
|
|
1157
|
+
<file>sales/shipment_new_guest.html</file>
|
|
1158
|
+
<type>html</type>
|
|
1159
|
+
</sales_email_shipment_guest_template>
|
|
1160
|
+
<sales_email_shipment_comment_template translate="label" module="sales">
|
|
1161
|
+
<label>Shipment Update</label>
|
|
1162
|
+
<file>sales/shipment_update.html</file>
|
|
1163
|
+
<type>html</type>
|
|
1164
|
+
</sales_email_shipment_comment_template>
|
|
1165
|
+
<sales_email_shipment_comment_guest_template translate="label" module="sales">
|
|
1166
|
+
<label>Shipment Update for Guest</label>
|
|
1167
|
+
<file>sales/shipment_update_guest.html</file>
|
|
1168
|
+
<type>html</type>
|
|
1169
|
+
</sales_email_shipment_comment_guest_template>
|
|
1170
|
+
</email>
|
|
1171
|
+
</template>
|
|
1172
|
+
<resources>
|
|
1173
|
+
<sales_setup>
|
|
1174
|
+
<setup>
|
|
1175
|
+
<module>Mage_Sales</module>
|
|
1176
|
+
<class>Mage_Sales_Model_Resource_Setup</class>
|
|
1177
|
+
</setup>
|
|
1178
|
+
</sales_setup>
|
|
1179
|
+
</resources>
|
|
1180
|
+
<blocks>
|
|
1181
|
+
<sales>
|
|
1182
|
+
<class>Mage_Sales_Block</class>
|
|
1183
|
+
</sales>
|
|
1184
|
+
</blocks>
|
|
1185
|
+
<catalog>
|
|
1186
|
+
<product>
|
|
1187
|
+
<flat>
|
|
1188
|
+
<attribute_nodes>
|
|
1189
|
+
<sales_quote_item_product_collection>global/sales/quote/item/product_attributes</sales_quote_item_product_collection>
|
|
1190
|
+
</attribute_nodes>
|
|
1191
|
+
</flat>
|
|
1192
|
+
</product>
|
|
1193
|
+
</catalog>
|
|
1194
|
+
<sales>
|
|
1195
|
+
<old_fields_map>
|
|
1196
|
+
<order>
|
|
1197
|
+
<payment_authorization_expiration>payment_auth_expiration</payment_authorization_expiration>
|
|
1198
|
+
<forced_do_shipment_with_invoice>forced_shipment_with_invoice</forced_do_shipment_with_invoice>
|
|
1199
|
+
<base_shipping_hidden_tax_amount>base_shipping_hidden_tax_amnt</base_shipping_hidden_tax_amount>
|
|
1200
|
+
</order>
|
|
1201
|
+
</old_fields_map>
|
|
1202
|
+
<quote>
|
|
1203
|
+
<totals>
|
|
1204
|
+
<nominal>
|
|
1205
|
+
<class>sales/quote_address_total_nominal</class>
|
|
1206
|
+
<before>subtotal</before>
|
|
1207
|
+
</nominal>
|
|
1208
|
+
<subtotal>
|
|
1209
|
+
<class>sales/quote_address_total_subtotal</class>
|
|
1210
|
+
<after>nominal</after>
|
|
1211
|
+
<before>grand_total</before>
|
|
1212
|
+
</subtotal>
|
|
1213
|
+
<shipping>
|
|
1214
|
+
<class>sales/quote_address_total_shipping</class>
|
|
1215
|
+
<after>subtotal,freeshipping,tax_subtotal</after>
|
|
1216
|
+
<before>grand_total</before>
|
|
1217
|
+
</shipping>
|
|
1218
|
+
<grand_total>
|
|
1219
|
+
<class>sales/quote_address_total_grand</class>
|
|
1220
|
+
<after>subtotal</after>
|
|
1221
|
+
</grand_total>
|
|
1222
|
+
<msrp>
|
|
1223
|
+
<class>sales/quote_address_total_msrp</class>
|
|
1224
|
+
</msrp>
|
|
1225
|
+
</totals>
|
|
1226
|
+
<nominal_totals>
|
|
1227
|
+
<recurring_initial_fee>
|
|
1228
|
+
<class>sales/quote_address_total_nominal_recurring_initial</class>
|
|
1229
|
+
<sort_order>10</sort_order>
|
|
1230
|
+
</recurring_initial_fee>
|
|
1231
|
+
<recurring_trial_payment>
|
|
1232
|
+
<class>sales/quote_address_total_nominal_recurring_trial</class>
|
|
1233
|
+
<sort_order>50</sort_order>
|
|
1234
|
+
</recurring_trial_payment>
|
|
1235
|
+
<nominal_subtotal>
|
|
1236
|
+
<class>sales/quote_address_total_nominal_subtotal</class>
|
|
1237
|
+
<sort_order>250</sort_order>
|
|
1238
|
+
</nominal_subtotal>
|
|
1239
|
+
<nominal_shipping>
|
|
1240
|
+
<class>sales/quote_address_total_nominal_shipping</class>
|
|
1241
|
+
<sort_order>1250</sort_order>
|
|
1242
|
+
</nominal_shipping>
|
|
1243
|
+
</nominal_totals>
|
|
1244
|
+
<item>
|
|
1245
|
+
<product_attributes>
|
|
1246
|
+
<sku/>
|
|
1247
|
+
<type_id/>
|
|
1248
|
+
<name/>
|
|
1249
|
+
<status/>
|
|
1250
|
+
<visibility/>
|
|
1251
|
+
<price/>
|
|
1252
|
+
<weight/>
|
|
1253
|
+
<url_path/>
|
|
1254
|
+
<url_key/>
|
|
1255
|
+
<thumbnail/>
|
|
1256
|
+
<small_image/>
|
|
1257
|
+
<tax_class_id/>
|
|
1258
|
+
<special_from_date/>
|
|
1259
|
+
<special_to_date/>
|
|
1260
|
+
<special_price/>
|
|
1261
|
+
<cost/>
|
|
1262
|
+
<is_recurring/>
|
|
1263
|
+
<recurring_profile/>
|
|
1264
|
+
<gift_message_available/>
|
|
1265
|
+
<msrp_enabled/>
|
|
1266
|
+
<msrp/>
|
|
1267
|
+
<msrp_display_actual_price_type/>
|
|
1268
|
+
</product_attributes>
|
|
1269
|
+
</item>
|
|
1270
|
+
</quote>
|
|
1271
|
+
<order>
|
|
1272
|
+
<!-- /**
|
|
1273
|
+
* @depraceted after 1.4.2, statuses are saved into sales_order_status table
|
|
1274
|
+
*/
|
|
1275
|
+
-->
|
|
1276
|
+
<statuses>
|
|
1277
|
+
<pending translate="label">
|
|
1278
|
+
<label>Pending</label>
|
|
1279
|
+
</pending>
|
|
1280
|
+
<pending_payment translate="label">
|
|
1281
|
+
<label>Pending Payment</label>
|
|
1282
|
+
</pending_payment>
|
|
1283
|
+
<processing translate="label">
|
|
1284
|
+
<label>Processing</label>
|
|
1285
|
+
</processing>
|
|
1286
|
+
<holded translate="label">
|
|
1287
|
+
<label>On Hold</label>
|
|
1288
|
+
</holded>
|
|
1289
|
+
<complete translate="label">
|
|
1290
|
+
<label>Complete</label>
|
|
1291
|
+
</complete>
|
|
1292
|
+
<closed translate="label">
|
|
1293
|
+
<label>Closed</label>
|
|
1294
|
+
</closed>
|
|
1295
|
+
<canceled translate="label">
|
|
1296
|
+
<label>Canceled</label>
|
|
1297
|
+
</canceled>
|
|
1298
|
+
<fraud translate="label">
|
|
1299
|
+
<label>Suspected Fraud</label>
|
|
1300
|
+
</fraud>
|
|
1301
|
+
<payment_review translate="label">
|
|
1302
|
+
<label>Payment Review</label>
|
|
1303
|
+
</payment_review>
|
|
1304
|
+
</statuses>
|
|
1305
|
+
<states>
|
|
1306
|
+
<new translate="label">
|
|
1307
|
+
<label>New</label>
|
|
1308
|
+
<statuses>
|
|
1309
|
+
<pending default="1"/>
|
|
1310
|
+
</statuses>
|
|
1311
|
+
<visible_on_front>1</visible_on_front>
|
|
1312
|
+
</new>
|
|
1313
|
+
<pending_payment translate="label">
|
|
1314
|
+
<label>Pending Payment</label>
|
|
1315
|
+
<statuses>
|
|
1316
|
+
<pending_payment default="1"/>
|
|
1317
|
+
</statuses>
|
|
1318
|
+
</pending_payment>
|
|
1319
|
+
<processing translate="label">
|
|
1320
|
+
<label>Processing</label>
|
|
1321
|
+
<statuses>
|
|
1322
|
+
<processing default="1"/>
|
|
1323
|
+
</statuses>
|
|
1324
|
+
<visible_on_front>1</visible_on_front>
|
|
1325
|
+
</processing>
|
|
1326
|
+
<complete translate="label">
|
|
1327
|
+
<label>Complete</label>
|
|
1328
|
+
<statuses>
|
|
1329
|
+
<complete default="1"/>
|
|
1330
|
+
</statuses>
|
|
1331
|
+
<visible_on_front>1</visible_on_front>
|
|
1332
|
+
</complete>
|
|
1333
|
+
<closed translate="label">
|
|
1334
|
+
<label>Closed</label>
|
|
1335
|
+
<statuses>
|
|
1336
|
+
<closed default="1"/>
|
|
1337
|
+
</statuses>
|
|
1338
|
+
<visible_on_front>1</visible_on_front>
|
|
1339
|
+
</closed>
|
|
1340
|
+
<canceled translate="label">
|
|
1341
|
+
<label>Canceled</label>
|
|
1342
|
+
<statuses>
|
|
1343
|
+
<canceled default="1"/>
|
|
1344
|
+
</statuses>
|
|
1345
|
+
<visible_on_front>1</visible_on_front>
|
|
1346
|
+
</canceled>
|
|
1347
|
+
<holded translate="label">
|
|
1348
|
+
<label>On Hold</label>
|
|
1349
|
+
<statuses>
|
|
1350
|
+
<holded default="1"/>
|
|
1351
|
+
</statuses>
|
|
1352
|
+
<visible_on_front>1</visible_on_front>
|
|
1353
|
+
</holded>
|
|
1354
|
+
<payment_review translate="label">
|
|
1355
|
+
<label>Payment Review</label>
|
|
1356
|
+
<statuses>
|
|
1357
|
+
<payment_review default="1"/>
|
|
1358
|
+
<fraud/>
|
|
1359
|
+
</statuses>
|
|
1360
|
+
<visible_on_front>1</visible_on_front>
|
|
1361
|
+
</payment_review>
|
|
1362
|
+
</states>
|
|
1363
|
+
</order>
|
|
1364
|
+
<order_invoice>
|
|
1365
|
+
<totals>
|
|
1366
|
+
<subtotal>
|
|
1367
|
+
<class>sales/order_invoice_total_subtotal</class>
|
|
1368
|
+
</subtotal>
|
|
1369
|
+
<discount>
|
|
1370
|
+
<class>sales/order_invoice_total_discount</class>
|
|
1371
|
+
<after>subtotal</after>
|
|
1372
|
+
</discount>
|
|
1373
|
+
<shipping>
|
|
1374
|
+
<class>sales/order_invoice_total_shipping</class>
|
|
1375
|
+
<after>subtotal,discount</after>
|
|
1376
|
+
<before>grand_total,tax</before>
|
|
1377
|
+
</shipping>
|
|
1378
|
+
<tax>
|
|
1379
|
+
<class>sales/order_invoice_total_tax</class>
|
|
1380
|
+
<after>subtotal</after>
|
|
1381
|
+
</tax>
|
|
1382
|
+
<grand_total>
|
|
1383
|
+
<class>sales/order_invoice_total_grand</class>
|
|
1384
|
+
<after>shipping</after>
|
|
1385
|
+
</grand_total>
|
|
1386
|
+
<cost_total>
|
|
1387
|
+
<class>sales/order_invoice_total_cost</class>
|
|
1388
|
+
<after>discount</after>
|
|
1389
|
+
<before>grand_total</before>
|
|
1390
|
+
</cost_total>
|
|
1391
|
+
</totals>
|
|
1392
|
+
</order_invoice>
|
|
1393
|
+
<order_creditmemo>
|
|
1394
|
+
<totals>
|
|
1395
|
+
<subtotal>
|
|
1396
|
+
<class>sales/order_creditmemo_total_subtotal</class>
|
|
1397
|
+
</subtotal>
|
|
1398
|
+
<shipping>
|
|
1399
|
+
<class>sales/order_creditmemo_total_shipping</class>
|
|
1400
|
+
<after>subtotal,discount</after>
|
|
1401
|
+
<before>grand_total,tax</before>
|
|
1402
|
+
</shipping>
|
|
1403
|
+
<tax>
|
|
1404
|
+
<class>sales/order_creditmemo_total_tax</class>
|
|
1405
|
+
<after>subtotal</after>
|
|
1406
|
+
</tax>
|
|
1407
|
+
<discount>
|
|
1408
|
+
<class>sales/order_creditmemo_total_discount</class>
|
|
1409
|
+
<after>subtotal</after>
|
|
1410
|
+
</discount>
|
|
1411
|
+
<grand_total>
|
|
1412
|
+
<class>sales/order_creditmemo_total_grand</class>
|
|
1413
|
+
<after>shipping,subtotal</after>
|
|
1414
|
+
</grand_total>
|
|
1415
|
+
<cost_total>
|
|
1416
|
+
<class>sales/order_creditmemo_total_cost</class>
|
|
1417
|
+
<after>discount</after>
|
|
1418
|
+
<before>grand_total</before>
|
|
1419
|
+
</cost_total>
|
|
1420
|
+
</totals>
|
|
1421
|
+
</order_creditmemo>
|
|
1422
|
+
</sales>
|
|
1423
|
+
<pdf>
|
|
1424
|
+
<invoice>
|
|
1425
|
+
<default>sales/order_pdf_items_invoice_default</default>
|
|
1426
|
+
<grouped>sales/order_pdf_items_invoice_grouped</grouped>
|
|
1427
|
+
</invoice>
|
|
1428
|
+
<shipment>
|
|
1429
|
+
<default>sales/order_pdf_items_shipment_default</default>
|
|
1430
|
+
</shipment>
|
|
1431
|
+
<creditmemo>
|
|
1432
|
+
<default>sales/order_pdf_items_creditmemo_default</default>
|
|
1433
|
+
<grouped>sales/order_pdf_items_creditmemo_grouped</grouped>
|
|
1434
|
+
</creditmemo>
|
|
1435
|
+
<totals>
|
|
1436
|
+
<subtotal translate="title">
|
|
1437
|
+
<title>Subtotal</title>
|
|
1438
|
+
<source_field>subtotal</source_field>
|
|
1439
|
+
<font_size>7</font_size>
|
|
1440
|
+
<display_zero>1</display_zero>
|
|
1441
|
+
<sort_order>100</sort_order>
|
|
1442
|
+
</subtotal>
|
|
1443
|
+
<discount translate="title">
|
|
1444
|
+
<title>Discount</title>
|
|
1445
|
+
<source_field>discount_amount</source_field>
|
|
1446
|
+
<amount_prefix>-</amount_prefix>
|
|
1447
|
+
<font_size>7</font_size>
|
|
1448
|
+
<display_zero>0</display_zero>
|
|
1449
|
+
<sort_order>200</sort_order>
|
|
1450
|
+
</discount>
|
|
1451
|
+
<shipping translate="title">
|
|
1452
|
+
<title>Shipping & Handling</title>
|
|
1453
|
+
<source_field>shipping_amount</source_field>
|
|
1454
|
+
<font_size>7</font_size>
|
|
1455
|
+
<display_zero>0</display_zero>
|
|
1456
|
+
<sort_order>400</sort_order>
|
|
1457
|
+
</shipping>
|
|
1458
|
+
<adjustment_positive translate="title">
|
|
1459
|
+
<title>Adjustment Refund</title>
|
|
1460
|
+
<source_field>adjustment_positive</source_field>
|
|
1461
|
+
<font_size>7</font_size>
|
|
1462
|
+
<display_zero>0</display_zero>
|
|
1463
|
+
<sort_order>500</sort_order>
|
|
1464
|
+
</adjustment_positive>
|
|
1465
|
+
<adjustment_negative translate="title">
|
|
1466
|
+
<title>Adjustment Fee</title>
|
|
1467
|
+
<source_field>adjustment_negative</source_field>
|
|
1468
|
+
<font_size>7</font_size>
|
|
1469
|
+
<display_zero>0</display_zero>
|
|
1470
|
+
<sort_order>600</sort_order>
|
|
1471
|
+
</adjustment_negative>
|
|
1472
|
+
<grand_total translate="title">
|
|
1473
|
+
<title>Grand Total</title>
|
|
1474
|
+
<source_field>grand_total</source_field>
|
|
1475
|
+
<font_size>8</font_size>
|
|
1476
|
+
<display_zero>1</display_zero>
|
|
1477
|
+
<sort_order>700</sort_order>
|
|
1478
|
+
</grand_total>
|
|
1479
|
+
</totals>
|
|
1480
|
+
</pdf>
|
|
1481
|
+
<events>
|
|
1482
|
+
<sales_order_place_after>
|
|
1483
|
+
<observers>
|
|
1484
|
+
<sales_vat_request_params_order_comment>
|
|
1485
|
+
<class>sales/observer</class>
|
|
1486
|
+
<method>addVatRequestParamsOrderComment</method>
|
|
1487
|
+
</sales_vat_request_params_order_comment>
|
|
1488
|
+
</observers>
|
|
1489
|
+
</sales_order_place_after>
|
|
1490
|
+
</events>
|
|
1491
|
+
</global>
|
|
1492
|
+
<frontend>
|
|
1493
|
+
<secure_url>
|
|
1494
|
+
<sales>/sales/</sales>
|
|
1495
|
+
</secure_url>
|
|
1496
|
+
<routers>
|
|
1497
|
+
<sales>
|
|
1498
|
+
<use>standard</use>
|
|
1499
|
+
<args>
|
|
1500
|
+
<module>Mage_Sales</module>
|
|
1501
|
+
<frontName>sales</frontName>
|
|
1502
|
+
</args>
|
|
1503
|
+
</sales>
|
|
1504
|
+
</routers>
|
|
1505
|
+
<translate>
|
|
1506
|
+
<modules>
|
|
1507
|
+
<Mage_Sales>
|
|
1508
|
+
<files>
|
|
1509
|
+
<default>Mage_Sales.csv</default>
|
|
1510
|
+
</files>
|
|
1511
|
+
</Mage_Sales>
|
|
1512
|
+
</modules>
|
|
1513
|
+
</translate>
|
|
1514
|
+
<layout>
|
|
1515
|
+
<updates>
|
|
1516
|
+
<sales module="Mage_Sales">
|
|
1517
|
+
<file>sales.xml</file>
|
|
1518
|
+
</sales>
|
|
1519
|
+
<sales_billing_agreement module="Mage_Sales">
|
|
1520
|
+
<file>sales/billing_agreement.xml</file>
|
|
1521
|
+
</sales_billing_agreement>
|
|
1522
|
+
<sales_recurring_profile module="Mage_Sales">
|
|
1523
|
+
<file>sales/recurring_profile.xml</file>
|
|
1524
|
+
</sales_recurring_profile>
|
|
1525
|
+
</updates>
|
|
1526
|
+
</layout>
|
|
1527
|
+
<events>
|
|
1528
|
+
<sales_quote_address_collect_totals_before>
|
|
1529
|
+
<observers>
|
|
1530
|
+
<sales_customer_validate_vat_number>
|
|
1531
|
+
<class>sales/observer</class>
|
|
1532
|
+
<method>changeQuoteCustomerGroupId</method>
|
|
1533
|
+
</sales_customer_validate_vat_number>
|
|
1534
|
+
</observers>
|
|
1535
|
+
</sales_quote_address_collect_totals_before>
|
|
1536
|
+
<sales_quote_address_collect_totals_after>
|
|
1537
|
+
<observers>
|
|
1538
|
+
<sales_customer_validate_vat_number>
|
|
1539
|
+
<class>sales/observer</class>
|
|
1540
|
+
<method>restoreQuoteCustomerGroupId</method>
|
|
1541
|
+
</sales_customer_validate_vat_number>
|
|
1542
|
+
</observers>
|
|
1543
|
+
</sales_quote_address_collect_totals_after>
|
|
1544
|
+
<sales_quote_collect_totals_after>
|
|
1545
|
+
<observers>
|
|
1546
|
+
<catalog_msrp>
|
|
1547
|
+
<class>sales/observer</class>
|
|
1548
|
+
<method>setQuoteCanApplyMsrp</method>
|
|
1549
|
+
</catalog_msrp>
|
|
1550
|
+
</observers>
|
|
1551
|
+
</sales_quote_collect_totals_after>
|
|
1552
|
+
</events>
|
|
1553
|
+
</frontend>
|
|
1554
|
+
<adminhtml>
|
|
1555
|
+
<translate>
|
|
1556
|
+
<modules>
|
|
1557
|
+
<Mage_Sales>
|
|
1558
|
+
<files>
|
|
1559
|
+
<default>Mage_Sales.csv</default>
|
|
1560
|
+
</files>
|
|
1561
|
+
</Mage_Sales>
|
|
1562
|
+
</modules>
|
|
1563
|
+
</translate>
|
|
1564
|
+
<layout>
|
|
1565
|
+
<updates>
|
|
1566
|
+
<sales>
|
|
1567
|
+
<file>sales.xml</file>
|
|
1568
|
+
</sales>
|
|
1569
|
+
</updates>
|
|
1570
|
+
</layout>
|
|
1571
|
+
<events>
|
|
1572
|
+
<catalog_product_delete_before>
|
|
1573
|
+
<observers>
|
|
1574
|
+
<sales_quote_observer>
|
|
1575
|
+
<class>sales/observer</class>
|
|
1576
|
+
<method>substractQtyFromQuotes</method>
|
|
1577
|
+
</sales_quote_observer>
|
|
1578
|
+
</observers>
|
|
1579
|
+
</catalog_product_delete_before>
|
|
1580
|
+
<catalogrule_before_apply>
|
|
1581
|
+
<observers>
|
|
1582
|
+
<sales_quote_observer>
|
|
1583
|
+
<class>sales/observer</class>
|
|
1584
|
+
<method>markQuotesRecollectOnCatalogRules</method>
|
|
1585
|
+
</sales_quote_observer>
|
|
1586
|
+
</observers>
|
|
1587
|
+
</catalogrule_before_apply>
|
|
1588
|
+
<catalogrule_after_apply>
|
|
1589
|
+
<observers>
|
|
1590
|
+
<sales_quote_observer>
|
|
1591
|
+
<class>sales/observer</class>
|
|
1592
|
+
<method>markQuotesRecollectOnCatalogRules</method>
|
|
1593
|
+
</sales_quote_observer>
|
|
1594
|
+
</observers>
|
|
1595
|
+
</catalogrule_after_apply>
|
|
1596
|
+
<catalog_product_save_after>
|
|
1597
|
+
<observers>
|
|
1598
|
+
<sales_quote>
|
|
1599
|
+
<class>sales/observer</class>
|
|
1600
|
+
<method>catalogProductSaveAfter</method>
|
|
1601
|
+
</sales_quote>
|
|
1602
|
+
</observers>
|
|
1603
|
+
</catalog_product_save_after>
|
|
1604
|
+
<catalog_product_status_update>
|
|
1605
|
+
<observers>
|
|
1606
|
+
<sales_quote>
|
|
1607
|
+
<class>sales/observer</class>
|
|
1608
|
+
<method>catalogProductStatusUpdate</method>
|
|
1609
|
+
</sales_quote>
|
|
1610
|
+
</observers>
|
|
1611
|
+
</catalog_product_status_update>
|
|
1612
|
+
<catalog_product_edit_form_render_recurring>
|
|
1613
|
+
<observers>
|
|
1614
|
+
<payment>
|
|
1615
|
+
<class>sales/observer</class>
|
|
1616
|
+
<method>prepareProductEditFormRecurringProfile</method>
|
|
1617
|
+
</payment>
|
|
1618
|
+
</observers>
|
|
1619
|
+
</catalog_product_edit_form_render_recurring>
|
|
1620
|
+
<payment_method_is_active>
|
|
1621
|
+
<observers>
|
|
1622
|
+
<sales_billing_agreement>
|
|
1623
|
+
<class>sales/observer</class>
|
|
1624
|
+
<method>restrictAdminBillingAgreementUsage</method>
|
|
1625
|
+
</sales_billing_agreement>
|
|
1626
|
+
</observers>
|
|
1627
|
+
</payment_method_is_active>
|
|
1628
|
+
|
|
1629
|
+
<customer_save_after>
|
|
1630
|
+
<observers>
|
|
1631
|
+
<customer>
|
|
1632
|
+
<class>sales/observer</class>
|
|
1633
|
+
<method>customerSaveAfter</method>
|
|
1634
|
+
</customer>
|
|
1635
|
+
</observers>
|
|
1636
|
+
</customer_save_after>
|
|
1637
|
+
</events>
|
|
1638
|
+
</adminhtml>
|
|
1639
|
+
<default>
|
|
1640
|
+
<payment>
|
|
1641
|
+
<googlecheckout>
|
|
1642
|
+
<active>1</active>
|
|
1643
|
+
<model>googlecheckout/payment</model>
|
|
1644
|
+
<title>Google Checkout</title>
|
|
1645
|
+
</googlecheckout>
|
|
1646
|
+
</payment>
|
|
1647
|
+
<sales>
|
|
1648
|
+
<totals_sort>
|
|
1649
|
+
<discount>20</discount>
|
|
1650
|
+
<grand_total>100</grand_total>
|
|
1651
|
+
<shipping>30</shipping>
|
|
1652
|
+
<subtotal>10</subtotal>
|
|
1653
|
+
<tax>40</tax>
|
|
1654
|
+
</totals_sort>
|
|
1655
|
+
<reorder>
|
|
1656
|
+
<allow>1</allow>
|
|
1657
|
+
</reorder>
|
|
1658
|
+
</sales>
|
|
1659
|
+
<sales_email>
|
|
1660
|
+
<order>
|
|
1661
|
+
<enabled>1</enabled>
|
|
1662
|
+
<template>sales_email_order_template</template>
|
|
1663
|
+
<guest_template>sales_email_order_guest_template</guest_template>
|
|
1664
|
+
<identity>sales</identity>
|
|
1665
|
+
<copy_method>bcc</copy_method>
|
|
1666
|
+
</order>
|
|
1667
|
+
<order_comment>
|
|
1668
|
+
<enabled>1</enabled>
|
|
1669
|
+
<template>sales_email_order_comment_template</template>
|
|
1670
|
+
<guest_template>sales_email_order_comment_guest_template</guest_template>
|
|
1671
|
+
<identity>sales</identity>
|
|
1672
|
+
<copy_method>bcc</copy_method>
|
|
1673
|
+
</order_comment>
|
|
1674
|
+
<invoice>
|
|
1675
|
+
<enabled>1</enabled>
|
|
1676
|
+
<template>sales_email_invoice_template</template>
|
|
1677
|
+
<guest_template>sales_email_invoice_guest_template</guest_template>
|
|
1678
|
+
<identity>sales</identity>
|
|
1679
|
+
<copy_method>bcc</copy_method>
|
|
1680
|
+
</invoice>
|
|
1681
|
+
<invoice_comment>
|
|
1682
|
+
<enabled>1</enabled>
|
|
1683
|
+
<template>sales_email_invoice_comment_template</template>
|
|
1684
|
+
<guest_template>sales_email_invoice_comment_guest_template</guest_template>
|
|
1685
|
+
<identity>sales</identity>
|
|
1686
|
+
<copy_method>bcc</copy_method>
|
|
1687
|
+
</invoice_comment>
|
|
1688
|
+
<shipment>
|
|
1689
|
+
<enabled>1</enabled>
|
|
1690
|
+
<template>sales_email_shipment_template</template>
|
|
1691
|
+
<guest_template>sales_email_shipment_guest_template</guest_template>
|
|
1692
|
+
<identity>sales</identity>
|
|
1693
|
+
<copy_method>bcc</copy_method>
|
|
1694
|
+
</shipment>
|
|
1695
|
+
<shipment_comment>
|
|
1696
|
+
<enabled>1</enabled>
|
|
1697
|
+
<template>sales_email_shipment_comment_template</template>
|
|
1698
|
+
<guest_template>sales_email_shipment_comment_guest_template</guest_template>
|
|
1699
|
+
<identity>sales</identity>
|
|
1700
|
+
<copy_method>bcc</copy_method>
|
|
1701
|
+
</shipment_comment>
|
|
1702
|
+
<creditmemo>
|
|
1703
|
+
<enabled>1</enabled>
|
|
1704
|
+
<template>sales_email_creditmemo_template</template>
|
|
1705
|
+
<guest_template>sales_email_creditmemo_guest_template</guest_template>
|
|
1706
|
+
<identity>sales</identity>
|
|
1707
|
+
<copy_method>bcc</copy_method>
|
|
1708
|
+
</creditmemo>
|
|
1709
|
+
<creditmemo_comment>
|
|
1710
|
+
<enabled>1</enabled>
|
|
1711
|
+
<template>sales_email_creditmemo_comment_template</template>
|
|
1712
|
+
<guest_template>sales_email_creditmemo_comment_guest_template</guest_template>
|
|
1713
|
+
<identity>sales</identity>
|
|
1714
|
+
<copy_method>bcc</copy_method>
|
|
1715
|
+
</creditmemo_comment>
|
|
1716
|
+
</sales_email>
|
|
1717
|
+
<sales_pdf>
|
|
1718
|
+
<invoice>
|
|
1719
|
+
<put_order_id>1</put_order_id>
|
|
1720
|
+
</invoice>
|
|
1721
|
+
<shipment>
|
|
1722
|
+
<put_order_id>1</put_order_id>
|
|
1723
|
+
</shipment>
|
|
1724
|
+
<creditmemo>
|
|
1725
|
+
<put_order_id>1</put_order_id>
|
|
1726
|
+
</creditmemo>
|
|
1727
|
+
</sales_pdf>
|
|
1728
|
+
<dashboard>
|
|
1729
|
+
<use_aggregated_data>0</use_aggregated_data>
|
|
1730
|
+
</dashboard>
|
|
1731
|
+
</default>
|
|
1732
|
+
<crontab>
|
|
1733
|
+
<jobs>
|
|
1734
|
+
<sales_clean_quotes>
|
|
1735
|
+
<schedule>
|
|
1736
|
+
<cron_expr>0 0 * * *</cron_expr>
|
|
1737
|
+
</schedule>
|
|
1738
|
+
<run>
|
|
1739
|
+
<model>sales/observer::cleanExpiredQuotes</model>
|
|
1740
|
+
</run>
|
|
1741
|
+
</sales_clean_quotes>
|
|
1742
|
+
<aggregate_sales_report_order_data>
|
|
1743
|
+
<schedule>
|
|
1744
|
+
<cron_expr>0 0 * * *</cron_expr>
|
|
1745
|
+
</schedule>
|
|
1746
|
+
<run>
|
|
1747
|
+
<model>sales/observer::aggregateSalesReportOrderData</model>
|
|
1748
|
+
</run>
|
|
1749
|
+
</aggregate_sales_report_order_data>
|
|
1750
|
+
<aggregate_sales_report_shipment_data>
|
|
1751
|
+
<schedule>
|
|
1752
|
+
<cron_expr>0 0 * * *</cron_expr>
|
|
1753
|
+
</schedule>
|
|
1754
|
+
<run>
|
|
1755
|
+
<model>sales/observer::aggregateSalesReportShipmentData</model>
|
|
1756
|
+
</run>
|
|
1757
|
+
</aggregate_sales_report_shipment_data>
|
|
1758
|
+
<aggregate_sales_report_invoiced_data>
|
|
1759
|
+
<schedule>
|
|
1760
|
+
<cron_expr>0 0 * * *</cron_expr>
|
|
1761
|
+
</schedule>
|
|
1762
|
+
<run>
|
|
1763
|
+
<model>sales/observer::aggregateSalesReportInvoicedData</model>
|
|
1764
|
+
</run>
|
|
1765
|
+
</aggregate_sales_report_invoiced_data>
|
|
1766
|
+
<aggregate_sales_report_refunded_data>
|
|
1767
|
+
<schedule>
|
|
1768
|
+
<cron_expr>0 0 * * *</cron_expr>
|
|
1769
|
+
</schedule>
|
|
1770
|
+
<run>
|
|
1771
|
+
<model>sales/observer::aggregateSalesReportRefundedData</model>
|
|
1772
|
+
</run>
|
|
1773
|
+
</aggregate_sales_report_refunded_data>
|
|
1774
|
+
<aggregate_sales_report_bestsellers_data>
|
|
1775
|
+
<schedule>
|
|
1776
|
+
<cron_expr>0 0 * * *</cron_expr>
|
|
1777
|
+
</schedule>
|
|
1778
|
+
<run>
|
|
1779
|
+
<model>sales/observer::aggregateSalesReportBestsellersData</model>
|
|
1780
|
+
</run>
|
|
1781
|
+
</aggregate_sales_report_bestsellers_data>
|
|
1782
|
+
</jobs>
|
|
1783
|
+
</crontab>
|
|
1784
|
+
</config>
|