Mage_Core_Modules - Version 1.9.2.2

Version Notes

1.9.2.2

Download this release

Release Info

Developer Magento Core Team
Extension Mage_Core_Modules
Version 1.9.2.2
Comparing to
See all releases


Code changes from version 1.9.2.1 to 1.9.2.2

Files changed (33) hide show
  1. .htaccess.sample +24 -0
  2. RELEASE_NOTES.txt +117 -107
  3. app/Mage.php +1 -1
  4. app/code/core/Mage/Admin/Model/Block.php +84 -0
  5. app/code/core/Mage/Admin/Model/Resource/Block.php +44 -0
  6. app/code/core/Mage/Admin/Model/Resource/Block/Collection.php +44 -0
  7. app/code/core/Mage/Admin/Model/Resource/Variable.php +43 -0
  8. app/code/core/Mage/Admin/Model/Resource/Variable/Collection.php +44 -0
  9. app/code/core/Mage/Admin/Model/Variable.php +80 -0
  10. app/code/core/Mage/Admin/etc/config.xml +7 -1
  11. app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.1-1.6.1.2.php +103 -0
  12. app/code/core/Mage/Catalog/Model/Product/Option/Type/File.php +13 -17
  13. app/code/core/Mage/Connect/Helper/Data.php +23 -1
  14. app/code/core/Mage/Core/Controller/Front/Action.php +11 -1
  15. app/code/core/Mage/Core/Controller/Varien/Router/Admin.php +23 -0
  16. app/code/core/Mage/Core/Helper/UnserializeArray.php +46 -0
  17. app/code/core/Mage/Core/Model/Email/Queue.php +5 -0
  18. app/code/core/Mage/Core/Model/Email/Template/Filter.php +13 -3
  19. app/code/core/Mage/Core/Model/Resource/Setup.php +0 -1
  20. app/code/core/Mage/Core/etc/config.xml +1 -0
  21. app/code/core/Mage/Core/etc/system.xml +12 -2
  22. app/code/core/Mage/Customer/Block/Account/Changeforgotten.php +37 -0
  23. app/code/core/Mage/Customer/Block/Account/Resetpassword.php +3 -0
  24. app/code/core/Mage/Customer/controllers/AccountController.php +95 -32
  25. app/code/core/Mage/Downloadable/Model/Product/Type.php +8 -1
  26. app/code/core/Mage/Eav/Model/Resource/Attribute/Collection.php +5 -2
  27. app/code/core/Mage/Sales/Model/Resource/Order/Item/Collection.php +13 -0
  28. app/code/core/Mage/Sales/controllers/DownloadController.php +16 -1
  29. app/code/core/Mage/SalesRule/Model/Resource/Coupon/Collection.php +4 -4
  30. cron.php +5 -4
  31. errors/design.xml +21 -3
  32. errors/processor.php +1 -0
  33. package.xml +6 -6
.htaccess.sample CHANGED
@@ -176,3 +176,27 @@
176
 
177
  #FileETag none
178
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
 
177
  #FileETag none
178
 
179
+ ###########################################
180
+ ## Deny access to cron.php
181
+ <Files cron.php>
182
+
183
+ ############################################
184
+ ## uncomment next lines to enable cron access with base HTTP authorization
185
+ ## http://httpd.apache.org/docs/2.2/howto/auth.html
186
+ ##
187
+ ## Warning: .htpasswd file should be placed somewhere not accessible from the web.
188
+ ## This is so that folks cannot download the password file.
189
+ ## For example, if your documents are served out of /usr/local/apache/htdocs
190
+ ## you might want to put the password file(s) in /usr/local/apache/.
191
+
192
+ #AuthName "Cron auth"
193
+ #AuthUserFile ../.htpasswd
194
+ #AuthType basic
195
+ #Require valid-user
196
+
197
+ ############################################
198
+
199
+ Order allow,deny
200
+ Deny from all
201
+
202
+ </Files>
RELEASE_NOTES.txt CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  ==== 1.9.2.1 ====
2
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -31,7 +41,7 @@
31
  ==== 1.7.0.2 ====
32
 
33
  === Fixes ===
34
- Fixed: Security vulnerability in Zend_XmlRpc - http://framework.zend.com/security/advisory/ZF2012-01
35
  Fixed: PayPal Standard does not display on frontend during checkout with some merchant countries
36
 
37
 
@@ -651,7 +661,7 @@ Added captcha functionality
651
  Implemented different base prices for customer groups
652
  Added auto generation of coupon codes
653
  Backup and Rollback functionality
654
- VAT ID Validation added
655
  Implemented DHL for Europe
656
  Added REST API
657
 
@@ -662,7 +672,7 @@ Mobile theme was redesigned
662
  Added ability to translate action array parameter nodes via layout.xml
663
  Added support for using custom currency symbols
664
  Added functionality to cleaning old cache files by cron task
665
- Refactored rules-based modules
666
  Improved customer address handling using PayPal Express checkout
667
  Refactored escaping functionality used with translations
668
  Added ability to customize logo in emails from the admin
@@ -678,7 +688,7 @@ Library js/scriptaculous/dragdrop.js is upgraded to version 1.9.0
678
  Image file of "jpg" type are allowed for favicon
679
  Added ability to extend list of attributes to select for categories loaded via Mage_Catalog_Model_Resource_Category_Flat::_loadNodes()
680
  Added changes to lib/Varien/Http/Adapter/Curl.php to provide interface for setting different cURL options
681
- Displaying State or Province can be optional for any country
682
  Added ability to get Magento type from Mage.php
683
 
684
  === Fixes ===
@@ -911,13 +921,13 @@ Fixed Maintenance flag isn't deleted if rollback fails with not enough permissio
911
  Fixed Customer's group isn't changed if his billing address modified within back-end
912
  Added Add a message and the link in the mini shopping cart, when the cart is empty
913
  Fixed On Edit Shipping Address page button "Validate VAT Number" should be hidden
914
- Fixed Fatal error when try to ship order with Flat Rate shipping method
915
  - fixed potentially problematic chaining involved getShippingCarrier method
916
  Fixed No ability to open PDF file with Label
917
  Fixed Incorrect final price for configurable products if several custom options used
918
  Fixed "Length", "Width" and "Height" fields on "Create Packages" pop up are active, when "Documents" type is selected in IE7 and IE9
919
  Fixed HTTP 500 error on front-end for bundle fixed with percent options enabled for sub-products
920
- Fixed Shipment created on Magento side doesn't send to Google side for Merchant Calculated shipping
921
  - added check for process only Google Checkout internal methods
922
  Fixed PDF files for invoices and credit memos are not displaying Including Tax Price
923
  Fixed Default value that was specified in system settings doesn't presented in Code Format drop-down on Manage Coupon Codes tab
@@ -950,7 +960,7 @@ Fixed "Same As Billing Address" check-box doesn't work
950
  Fixed Impossible to enter zero in the base price field for customer groups
951
  Fixed Group Price attribute position on the Prices tab is incorrect
952
  Fixed Add new column to the grid with number of used coupons
953
- Fixed Custom options are not stored when downloadable product is duplicated
954
  Fixed Broken logic for "Zero Subtotal Checkout" order statuses
955
  Fixed Coupon codes generation fails when trying to generate large amount of codes
956
  Fixed PayFlow Link: Using "Pay with PayPal" and selected shipping method that is greater than 0 doesn't process order
@@ -1215,7 +1225,7 @@ Fixed Unnecessary comments in "Share Wishlist" email
1215
  Added ability to translate action array parameter nodes via layout.xml
1216
  Added support for using custom currency symbols
1217
  Added functionality to cleaning old cache files by cron task
1218
- Refactored rules-based modules
1219
  Improved customer address handling using PayPal Express checkout
1220
  Refactored escaping functionality used with translations
1221
  Added ability to customize logo in emails from the admin
@@ -1230,7 +1240,7 @@ Library js/scriptaculous/dragdrop.js is upgraded to version 1.9.0
1230
  Image file of "jpg" type are allowed for favicon
1231
  Added ability to extend list of attributes to select for categories loaded via Mage_Catalog_Model_Resource_Category_Flat::_loadNodes()
1232
  Added changes to lib/Varien/Http/Adapter/Curl.php to provide interface for setting different cURL options
1233
- Displaying State or Province can be optional for any country
1234
  Added ability to get Magento type from Mage.php
1235
 
1236
 
@@ -1415,13 +1425,13 @@ Fixed Maintenance flag isn't deleted if rollback fails with not enough permissio
1415
  Fixed Customer's group isn't changed if his billing address modified within back-end
1416
  Added Add a message and the link in the mini shopping cart, when the cart is empty
1417
  Fixed On Edit Shipping Address page button "Validate VAT Number" should be hidden
1418
- Fixed Fatal error when try to ship order with Flat Rate shipping method
1419
  - fixed potentially problematic chaining involved getShippingCarrier method
1420
  Fixed No ability to open PDF file with Label
1421
  Fixed Incorrect final price for configurable products if several custom options used
1422
  Fixed "Length", "Width" and "Height" fields on "Create Packages" pop up are active, when "Documents" type is selected in IE7 and IE9
1423
  Fixed HTTP 500 error on front-end for bundle fixed with percent options enabled for sub-products
1424
- Fixed Shipment created on Magento side doesn't send to Google side for Merchant Calculated shipping
1425
  - added check for process only Google Checkout internal methods
1426
  Fixed PDF files for invoices and credit memos are not displaying Including Tax Price
1427
  Fixed Default value that was specified in system settings doesn't presented in Code Format drop-down on Manage Coupon Codes tab
@@ -1455,7 +1465,7 @@ Fixed "Same As Billing Address" check-box doesn't work
1455
  Fixed Impossible to enter zero in the base price field for customer groups
1456
  Fixed Group Price attribute position on the Prices tab is incorrect
1457
  Fixed Add new column to the grid with number of used coupons
1458
- Fixed Custom options are not stored when downloadable product is duplicated
1459
  Fixed Broken logic for "Zero Subtotal Checkout" order statuses
1460
  Fixed Coupon codes generation fails when trying to generate large amount of codes
1461
  Fixed PayFlow Link: Using "Pay with PayPal" and selected shipping method that is greater than 0 doesn't process order
@@ -1473,7 +1483,7 @@ Fixed Export of Group Price data doesn't work
1473
 
1474
  === Improvements ===
1475
  Refactored indexing process:
1476
- - Changed logic around reindexing to prevent conflicts between partial and full reindexing
1477
  - Prevented situations where concurrent indexing processes run at the same time and overwrite each other's data
1478
 
1479
  === Changes ===
@@ -1509,7 +1519,7 @@ Added captcha functionality
1509
  Implemented different base prices for customer groups
1510
  Added auto generation of coupon codes
1511
  Backup and Rollback functionality
1512
- VAT ID Validation added
1513
  Implemented DHL for Europe
1514
 
1515
  === Improvements ===
@@ -2242,7 +2252,7 @@ Fixed Catalog price rules for composite products changes
2242
  Fixed Moving modules to the correct place
2243
  Fixed Wishlist shows items per store scope, not website
2244
  Fixed Products in Wishlist disappears, when Store View is changed
2245
- Fixed Wrong Comments History in notification of order creation/cancellation
2246
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2247
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2248
  Fixed Product price lower than 0 (after catalog price rule applying)
@@ -2418,7 +2428,7 @@ Fixed Catalog price rules for composite products changes
2418
  Fixed Moving modules to the correct place
2419
  Fixed Wishlist shows items per store scope, not website
2420
  Fixed Products in Wishlist disappears, when Store View is changed
2421
- Fixed Wrong Comments History in notification of order creation/cancellation
2422
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2423
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2424
  Fixed Product price lower than 0 (after catalog price rule applying)
@@ -2519,7 +2529,7 @@ Updated PayflowLink HSS user interface in checkout
2519
  === Changes ===
2520
  TheFind integration was removed
2521
  Google Optimizer was removed (it will be supported as a core extension)
2522
- Improved how discounts are applied to sub products
2523
 
2524
  === Fixes ===
2525
  Fixed Saved CC form is not displayed, when there are no other available payment methods except Saved CC
@@ -2562,7 +2572,7 @@ Fixed Catalog price rules for composite products changes
2562
  Fixed Moving modules to the correct place
2563
  Fixed Wishlist shows items per store scope, not website
2564
  Fixed Products in Wishlist disappears, when Store View is changed
2565
- Fixed Wrong Comments History in notification of order creation/cancellation
2566
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2567
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2568
  Fixed Product price lower than 0 (after catalog price rule applying)
@@ -2664,7 +2674,7 @@ Updated PayflowLink HSS user interface in checkout
2664
  === Changes ===
2665
  TheFind integration was removed
2666
  Google Optimizer was removed (it will be supported as a core extension)
2667
- Improved how discounts are applied to sub products
2668
 
2669
  === Fixes ===
2670
  Fixed When using direct Export, the _super_product_sku and _super_product_option on the configurable product does not match
@@ -2690,7 +2700,7 @@ Fixed Catalog price rules for composite products changes
2690
  Fixed Moving modules to the correct place
2691
  Fixed Wishlist shows items per store scope, not website
2692
  Fixed Products in Wishlist disappears, when Store View is changed
2693
- Fixed Wrong Comments History in notification of order creation/cancellation
2694
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2695
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2696
  Fixed Product price lower than 0 (after catalog price rule applying)
@@ -2781,7 +2791,7 @@ Fixed After upgrading dashboard "Top 5 Search Terms" grid doesn't show search t
2781
  ==== 1.6.x-devel-119961 ====
2782
 
2783
  === Fixes ===
2784
- Fixed Wrong Comments History in notification of order creation/cancellation
2785
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2786
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2787
  Fixed Product price lower than 0 (after catalog price rule applying)
@@ -3349,7 +3359,7 @@ Fixed Error is presented by saving address, creating order with created attribut
3349
  === Major Highlights ===
3350
  Minimum Advertised Price
3351
  Persistent Shopping Cart
3352
- Known issues: if you see the Service Temporarily Unavailable page after refreshing the frontend, open the Magento installation
3353
  directory on the server and remove the maintenance.flag file. Then go to Magento var directory and remove the cache directory.
3354
 
3355
  === Improvements ===
@@ -4276,8 +4286,8 @@ Fixed Tax/VAT number not displayed
4276
  Fixed HTML typo in Transactional mail "account_new_confirmation.html"
4277
  Fixed Varien_Db_Adapter_Mysqli::raw_query() should throw an Exception after 10 tries
4278
 
4279
- ==== 1.5.1.0 ====
4280
-
4281
  === Improvements ===
4282
  Alternative image storage feature enabled with fixed get.php file.
4283
  Magento Mobile updated to release v20
@@ -4301,7 +4311,7 @@ Replaced usage of Varien_File_Uploader with Mage_Core_Model_File_Uploader
4301
  === Fixes ===
4302
  Fixed PayPal Standard: order has two invoice and two refund
4303
  Fixed Adjustment Fee, Adjustment Refund and Refund Shipping fields must be disabled on credit memo for Payflow Pro and PayFlowLink payment methods
4304
- - Actualized API params mapping
4305
  - Added parameter Amount into refund request
4306
  Fixed Broken mysql4-data-upgrade-1.4.0.0.13-1.4.0.0.14.php file
4307
  Fixed XMLConnect - edited parameter cannot be saved
@@ -4310,7 +4320,7 @@ Fixed Media storage - problem with image in the CMS pages
4310
  Fixed Unable to place order using PayPal Billing agreement through Checkout with multiple addresses
4311
  - Added additional multi shipping checkout exceptions logging.
4312
  Fixed No AmericanExpress support in Website Payments Pro Payflow Edition
4313
- - Added to Direct payment
4314
  Fixed Incorrect Subtotal(Incl. Tax) in Shopping Cart, when catalog prices entered by admin include tax
4315
  Fixed Function "Apply Tax On - Original price only" does not correct calculate product tax
4316
  Fixed No ability to save Product Attribute with type Media Image
@@ -4338,7 +4348,7 @@ Fixed Custom URL Rewrite creation broken
4338
  - skip filtering for store select if no product or category specified in case of custom rewrite
4339
  Fixed Shopping Cart Price Rule->Conditions->Shipping Country is not correctly controlled on multiple checkout.
4340
  - Added checking: if address object is a new object rules validation cache will not working because we can not save validation results for address without id
4341
- Fixed Resources names are not translated on Role Resources page at backend
4342
  Fixed Multiselect and Dropdown Attribute values set to "0" are not exported correctly
4343
  Fixed WYSIWYG Editor - Unable to Create a Folder when Inserting a File
4344
  Fixed Wrong cache key for websites
@@ -4522,7 +4532,7 @@ Magento Mobile updated to release v20
4522
  === Fixes ===
4523
  Fixed PayPal Standard: order has two invoice and two refund
4524
  Fixed Adjustmen Fee, Adjustment Refund and Refund Shipping fields must be disabled on credit memo for Payflow Pro and PayFlowLink payment methods
4525
- - Actualized API params mapping
4526
  - Added parameter Amount into refund request
4527
  Fixed Broken mysql4-data-upgrade-1.4.0.0.13-1.4.0.0.14.php file
4528
  Fixed XMLConnect - edited parameter cannot be saved
@@ -4531,7 +4541,7 @@ Fixed Media storage - problem with image in the CMS pages
4531
  Fixed Unable to place order using PayPal Billing agreement through Checkout with multiple addresses
4532
  - Added additional multi shipping checkout exceptions logging.
4533
  Fixed No AmericanExpress support in Website Payments Pro Payflow Edition
4534
- - Added to Direct payment
4535
  Fixed Incorrect Subtotal(Incl. Tax) in Shopping Cart, when catalog prices entered by admin include tax
4536
  Fixed Function "Apply Tax On - Original price only" does not correct calculate product tax
4537
  Fixed No ability to save Product Attribute with type Media Image
@@ -4570,7 +4580,7 @@ Fixed Custom URL Rewrite creation broken
4570
  - skip filtering for store select if no product or category specified in case of custom rewrite
4571
  Fixed Shopping Cart Price Rule->Conditions->Shipping Country is not correctly controlled on multiple checkout.
4572
  - Added checking: if address object is a new object rules validation cache will not working because we can not save validation results for address without id
4573
- Fixed Resources names are not translated on Role Resources page at backend
4574
  Fixed Multiselect and Dropdown Attribute values set to "0" are not exported correctly
4575
  Fixed WYSIWYG Editor - Unable to Create a Folder when Inserting a File
4576
  Fixed Wrong cache key for websites
@@ -4826,10 +4836,10 @@ Fixed Google Base Synchronize
4826
  - Fixed fatal error on very first Publish and then Synchronizing if in GB products already were
4827
  - Fixed potential fatal when on mass Publish action we will not retrieve any item id: expected array, but null or empty string given
4828
  Fixed Rounding issues in shipping methods and in sales payment
4829
- Fixed Usage of non-mb-supported strlen() in custom option validation
4830
  - fixed length calculation routine to work with multi-byte characters
4831
  - changed order of evaluation, so that length is calculated only if length constraint is set for custom option
4832
- Fixed Unused class Mage_Reports_Model_Mysql4_Shopcart_Product_Collection did not marked like deprecated
4833
  - mark class as deprecated after 1.5.0.1
4834
 
4835
 
@@ -4982,7 +4992,7 @@ Fixed Free shipping does not transfer to Google Checkout when it is enabled in a
4982
  - Re factored and optimized code
4983
  - Improved performance
4984
  - Fixed typos
4985
- - Added dependency for GoogleCheckout module from Usa module
4986
  - Added fedex and usps free methods supporting
4987
 
4988
 
@@ -4994,7 +5004,7 @@ Due to a design flaw we are removing alternative image storage feature from this
4994
  ==== 1.5.0.0 =====
4995
 
4996
  === Major Highlights ===
4997
- Added Payflow Link using HSS (Hosted Sole Solution)
4998
  Balance Response, Partial Authorization Transactions, Authorization Reversals Support for MasterCard and Discover with Authorize.net
4999
  3D Secure Authentication for Authorize.net payment method
5000
  Authorize.Net SIM payment method
@@ -5324,12 +5334,12 @@ Fixed Incorrect items number in "MY WISHLIST" after updated quantity in the Wish
5324
  - Added new configuration option "Display Wishlist Summary" in System -> Configuration -> Customers -> Wishlist section
5325
  - Removed quantity information from wishlist frontend page
5326
  Fixed Update compare list after delete one item
5327
- Fixed No hint for disabled "Configure" button
5328
  Fixed In Bundle product's page "Availability" string is not placed well
5329
  Fixed Non-correct headers uses for email return-path.
5330
  Fixed Numerous issued with displaying tax on front-end for bundled items
5331
  Fixed Impossible save empty values for store view scope
5332
- Fixed Non-correct headers uses for email return-path.
5333
  - Added "-f" parameter to transport instance at Mage_Core_Model_Email_Template::send() like PHP mail() needs
5334
  Fixed Do not hide ajax loader on 'Place order' step on onepage checkout when customer selected PayflowLink payment method until PayPal iframe will be loaded
5335
  Fixed Order can be placed with non-configured composite product in Ordered Items
@@ -5466,7 +5476,7 @@ Fixed CSS Merger Cache Ignores Hostname and HTTPS
5466
  - removed "beta" mark on CSS merger feature in system configuration, because known issue with different host names for different store views is solved
5467
  - split merged CSS storage into 2 parts: "css" and "css_secure"
5468
  - included "port" and "base host name" parameters into merger hash generation algorithm as parameters
5469
- Fixed: Default country setting not affect country select field default value on frontend
5470
  Fixed Credit card data Iframe for PayflowLink is displayed on Order Review step for all payment methods
5471
  Fixed The Wrong / not exist Url should be redirect to 404 page
5472
  - Added section availability in preDispatch
@@ -6018,12 +6028,12 @@ Fixed Incorrect items number in "MY WISHLIST" after updated quantity in the Wish
6018
  - Added new configuration option "Display Wishlist Summary" in System -> Configuration -> Customers -> Wishlist section
6019
  - Removed quantity information from wishlist frontend page
6020
  Fixed Update compare list after delete one item
6021
- Fixed No hint for disabled "Configure" button
6022
  Fixed In Bundle product's page "Availability" string is not placed well
6023
  Fixed Non-correct headers uses for email return-path.
6024
  Fixed Numerous issued with displaying tax on front-end for bundled items
6025
  Fixed Impossible save empty values for store view scope
6026
- Fixed Non-correct headers uses for email return-path.
6027
  - Added "-f" parameter to transport instance at Mage_Core_Model_Email_Template::send() like PHP mail() needs
6028
  Fixed Do not hide ajax loader on 'Place order' step on onepage checkout when customer selected PayflowLink payment method until PayPal iframe will be loaded
6029
  Fixed Order can be placed with non-configured composite product in Ordered Items
@@ -6043,12 +6053,12 @@ Fixed Incorrect items number in "MY WISHLIST" after updated quantity in the Wish
6043
  - Added new configuration option "Display Wishlist Summary" in System -> Configuration -> Customers -> Wishlist section
6044
  - Removed quantity information from wishlist frontend page
6045
  Fixed Update compare list after delete one item
6046
- Fixed No hint for disabled "Configure" button
6047
  Fixed In Bundle product's page "Availability" string is not placed well
6048
  Fixed Non-correct headers uses for email return-path.
6049
  Fixed Numerous issued with displaying tax on front-end for bundled items
6050
  Fixed Impossible save empty values for store view scope
6051
- Fixed Non-correct headers uses for email return-path.
6052
  - Added "-f" parameter to transport instance at Mage_Core_Model_Email_Template::send() like PHP mail() needs
6053
  Fixed Do not hide ajax loader on 'Place order' step on onepage checkout when customer selected PayflowLink payment method until PayPal iframe will be loaded
6054
  Fixed Order can be placed with non-configured composite product in Ordered Items
@@ -6222,7 +6232,7 @@ Fixed CSS Merger Cache Ignores Hostname and HTTPS
6222
  - removed "beta" mark on CSS merger feature in system configuration, because known issue with different host names for different store views is solved
6223
  - split merged CSS storage into 2 parts: "css" and "css_secure"
6224
  - included "port" and "base host name" parameters into merger hash generation algorithm as parameters
6225
- Fixed: Default country setting not affect country select field default value on frontend
6226
  Fixed Credit card data Iframe for PayflowLink is displayed on Order Review step for all payment methods
6227
  Fixed The Wrong / not exist Url should be redirect to 404 page
6228
  - Added section availability in preDispatch
@@ -6489,7 +6499,7 @@ Fixed CSS Merger Cache Ignores Hostname and HTTPS
6489
  - removed "beta" mark on CSS merger feature in system configuration, because known issue with different host names for different store views is solved
6490
  - split merged CSS storage into 2 parts: "css" and "css_secure"
6491
  - included "port" and "base host name" parameters into merger hash generation algorithm as parameters
6492
- Fixed: Default country setting not affect country select field default value on frontend
6493
  Fixed Credit card data Iframe for PayflowLink is displayed on Order Review step for all payment methods
6494
  Fixed The Wrong / not exist Url should be redirect to 404 page
6495
  - Added section availability in preDispatch
@@ -6635,7 +6645,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
6635
  ** Implemented new download process and dependencies rules
6636
  ** Added correct behavior during extension reinstall, so dependencies will not reinstall automatically
6637
  * Optimized rewrite selection from DB, added url rewrite and suffix validation at admin backend
6638
- * Added verification of access level for app/etc/local.xml.
6639
  ** Now if server configuration has issue and this file accessible from browser admin user gets notification in backend.
6640
  * Upgraded Zend Framework to version 1.10.8
6641
  * Added the Recurring Profiles tab in customer management
@@ -6763,7 +6773,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
6763
  * Fixed wrong shipping price in case of sales rule with fixed cart discount and 1 item in cart
6764
  * Fixed the label for the configurable product attribute does not reflect correctly on the frontend
6765
  * Fixed sales rule with fixed discount for whole cart doesn't work
6766
- * Fixed "Slash for category or product urls causes error 404"
6767
  * Fixed Shared shopping cart on the stores with different domains
6768
  ** check origin url in all store urls
6769
  ** prevent to getting SID param from current query
@@ -6788,7 +6798,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
6788
  * Fixed Image browser in WYSIWYG editor doesn't fill mouse over/out fields
6789
  * Fixed Added rounding to "Refund Shipping" field on credit memo creation page.
6790
  * Fixed Added additional error messages to customer address validation on PHP side while creating.
6791
- * Fixed "No server side check for password length when customer edits his account information"
6792
  ** Also added proper processing for password == '0', earlier it was considered as non-set password
6793
  * Fixed WYSIWYG editor breaks directives that are not in src attribute
6794
  * fixed directives decoding for a case when the secret key is present in URLs
@@ -6855,7 +6865,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
6855
  * Fixed Quick Search Autocomplete does not work via ajax http protocol for https page
6856
  * Fixed Inventory->Qty Increments - unable to add
6857
  * Fixed Loading search query performance issue
6858
- * Fixed Changed labels in checkout and payment information blocs for credit cards Solo Maestro Switch
6859
  * Fixed Product q-ty doesnt decrease after google checkout
6860
  ** added same 'checkout_submit_all_after' event to AmazonPayments
6861
  ** removed 'TODO' notice from Multishipping Checkout, because current scheme is better and will not be influenced by any Multishipping refactoring
@@ -6880,7 +6890,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
6880
  * Fixed Unable to refund Credit Memo because of Shipping Rounding
6881
  * Fixed Added custom option info to recurring profile info page on frontend and backend.
6882
  * Fixed Product Visibility and Status disappear when in search
6883
- * Fixed Removed validation of new customer shipping address on backend for orders with virtual products only
6884
  * Fixed ability to buy Product which have status "Out of Stock" through a direct link on button "Checkout with PayPal"
6885
  * Fixed All free shipping methods in absent in Transfer Shipping Options menu on PayPal side
6886
  * Fixed Payment methods titles for the PDF prints through admin gets from default config instead of the storeview config
@@ -6934,13 +6944,13 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
6934
  * Fixed Incorrect work of "Recently Compared Products" functional on category's page
6935
  * Fixed behavior when having single store, javascript raises exception and all followed code is not executed
6936
  * Fixed that Special price for dynamic bundle applies twice
6937
- * Fixed #21960: Labels in page/html_wrapper and core/text_list in layout
6938
  * Fixed GUI bugs on Recurrent Profile frontend part
6939
  * Fixed Magento Connect -> Message about invalid URL is duplicated
6940
  * Fixed that suspend Recurring Profile from front side leads to error
6941
  * Fixed Missing pager for tagged product list
6942
  * Fixed Wrong profiler output for getUrl in Category
6943
- * Fixed Saving of billing agreement relation with order - added force billing agreement re-saving and fixed isValid method in agreement detection.
6944
  * Fixed Incorrect sort order reliable on mysql internal order during eav attribute load
6945
  ** move prepare select to separate method
6946
  * Fixed passing additional totals to PayPal when cart line items are disabled:
@@ -6966,7 +6976,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
6966
  * Fixed bug with 'Use Flat Catalog Category'
6967
  * Fixed #13770, #16300, #21040 : Product Media Api Broken, product_media.create API overwrites image itself each upload, product_media.update API does not upgrade the image itself
6968
  * Fixed #16306: Webservice with htaccess (changes in code style)
6969
- * Fixed #22536: Light-weight email templates
6970
  * Fixed #18935: Soap api v2 multiple complexFilters with the same key
6971
  * Fixed incorrect Window titles on frontend
6972
  * Fixed Eliminated display currency usage (instead of the base website currency) in shopping cart price rule conditions
@@ -7005,47 +7015,47 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7005
  * Fixed #20481: Access Control List not retrieved for API user for resources() and resourceFaults() operations
7006
  * Fixed #18367: FCGI Error on WSDL Url with Apache and mod_fastcgi
7007
  * Fixed #22053: use HTTP 301 code instead of 302 in case of web/url/redirect_to_base
7008
- * Fixed #20654: Admin order creation->Move mouse cursor isn't changed into hand while move it on some product for adding
7009
  * Fixed #21590: Attribute 'Date': testing for uniqueness fields not working
7010
  * Fixed #21566: Type of attribute 'Price': Possible to add text value for field 'default value'
7011
  * Fixed #22053: added optional behavior (301 or 302)
7012
  * Fixed #21570: Review from not logged in user is saved in list of All Reviews when "Allow guests to write reviews = No"
7013
  * Fixed #22090: Different values of Qty Increments during create and after duplicate products
7014
- * Fixed #22489: Eliminate difference between bundle.js in different skins
7015
  * Fixed #22419: Set default stock_data if not exist in create/update product
7016
  * Fixed #20227: "Review(x)" link should be added to the compare page.
7017
  * Fixed #21570: Review from not logged in user is saved in list of All Reviews when "Allow guests to write reviews = No"
7018
- * Fixed #20959: Locale problem in shipping tracking popup raises exception
7019
  * Fixed #21955: Layout cache ignores product column count update
7020
  * Fixed #20011: After using filter "Color" or "Manufacture" in Configurable Product meaning from column is disappear
7021
  * Fixed #21908: Incorrect attribute ordering in "Compare products" page.
7022
- * Fixed #22222: Edit review-> if browse stores in the "Visible In " drop-down, rating values reseted
7023
  * Fixed #22075: Product Attribute title specified for StoreView isn't showing on the configurable product's page
7024
  * Fixed #22605: catalog_category.level return root categories when website or store are null
7025
- * Fixed #21806: Different values display on the shopping cart in front-end and back-end
7026
- * Fixed #20113: Shipping address display as default on the front-end and as not default on admin for one customer
7027
  * Fixed #22575: Trace error during using filter "Products" on Tags page
7028
  ** added 'filter_index' to array parameter in addColumn() method call
7029
- * Fixed #14591: Incorrect SKU for Configurable Product with Custom Options
7030
  * Fixed #22476: Blank Column in Related Products Grid
7031
  ** deleted duplicate <col> output for editable columns
7032
  * Fixed #22575: Trace error during using filter "Products" on Tags page
7033
  ** apply filter_index field values to index
7034
- * Fixed #22644: A discrepancy between GT(Base) and GT(Purchased)
7035
- * Fixed #22645: Incorrect original price when using custom price in order.
7036
  * Fixed #22653: Missed checking for file existence in JS/CSS merger
7037
  ** checking in source file exists. If not - do not check last modification and force to merge target file again
7038
- * Fixed #22594: Unable to place orders through checkout with multiple addresses with PayPal direct + zero subtotal for one order
7039
- * Fixed #21185: Newsletter confirmed automatically BEFORE account email is confirmed.
7040
- * Fixed #22167: "Add new row" button in downloadable product
7041
- * Fixed #21952: BUG - Category / Url Model (UYN-886991)
7042
  * Fixed #15334, #17794
7043
  ** API category did not pass validation process due to available_sort_by must be ArrayOfString
7044
  ** Added category validation for backend (missed)
7045
  ** Creating separate validation for available_sort_by and default_sort_by attributes
7046
  * Fixed #22599 Upgrade from 1.1.8 to 1.8.0.0 database compatibility issues (PARTIAL)
7047
- * Fixed #22661: 1 cent bug
7048
- * Fixed #22434: 100% discount of products -> the amounts of Tax and Grand Totals are or negative or not corectly
7049
  * Fixed #10073: Unnecessary option for downloadable products
7050
  * Fixed #20014: Qty use decimals for downloadable
7051
  * Fixed #22164: Incorrect message for maximum shipping amount
@@ -7062,20 +7072,20 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7062
  * Fixed #22266: HEADERS ALREADY SENT Error during dataflow import
7063
  ** Additionally: moveing layout update in separate layout file of dataflow module.
7064
  * Fixed #21412: The "Save Attribute" and "Save and Continue Edit" buttons become disabled after saving attribute with attribute code that exists
7065
- * Fixed #22844: After login to admin got 404 instead Startup Page
7066
- * Fixed #22852: shopping cart price rule - search by ID - error page
7067
  * Fixed #15897: Unsubscription Email Sender in the Newsletters Subscription Options is not working correctly
7068
  * Fixed #15899: Newsletters subscription confirmation in not working
7069
  * Fixed #22908: Grid Serializer doesn't handle dropdowns as edit columns
7070
  * Fixed #22946: 'Products Tagged by Administrators' grid contains information about product that is assigned by the customer
7071
- * Fixed #22935: Issue with Google AdWords and DSMM Code
7072
- * Fixed #22910: view of system/design table with no records under IE 8
7073
  * Fixed #22914: view of URL rewrite table with no records under IE 8
7074
- * Fixed #22935: Issue with Google AdWords and DSMM Code
7075
- * Fixed #22536: Light-weight email templates
7076
  * Fixed #23017: Memcache session fallback does not work
7077
- * Fixed #22992: Trace appears during create reorder from front-end
7078
- * Fixed #22991: Cannot add items to shopping cart after active 'Use Flat Catalog Product'
7079
  * Fixed #22813: Google base Undefined Offset when Managing attribute mapping
7080
  * Fixed #23138: URL rewrite error on product creation
7081
  * Added Regions for baltic states and Finland
@@ -7194,14 +7204,14 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7194
 
7195
  == Improvements ==
7196
  * Optimized rewrite selection from DB, added url rewrite and suffix validation at admin backend
7197
- * Added verification of access level for app/etc/local.xml.
7198
  ** Now if server configuration has issue and this file accessible from browser admin user gets notification in backend.
7199
 
7200
  == Changes ==
7201
  * Compilation scope for some EAV models which was causing blank page after enabling compilation
7202
 
7203
  == Fixes ==
7204
- * Fixed "Slash for category or product urls causes error 404"
7205
  * Fixed Shared shopping cart on the stores with different domains
7206
  ** check origin url in all store urls
7207
  ** prevent to getting SID param from current query
@@ -7238,7 +7248,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7238
  * Fixed Image browser in WYSIWYG editor doesn't fill mouse over/out fields
7239
  * Fixed Added rounding to "Refund Shipping" field on credit memo creation page.
7240
  * Fixed Added additional error messages to customer address validation on PHP side while creating.
7241
- * Fixed "No server side check for password length when customer edits his account information"
7242
  ** Also added proper processing for password == '0', earlier it was considered as non-set password
7243
  * Fixed WYSIWYG editor breaks directives that are not in src attribute
7244
  * fixed directives decoding for a case when the secret key is present in URLs
@@ -7316,7 +7326,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7316
  * Fixed Quick Search Autocomplete does not work via ajax http protocol for https page
7317
  * Fixed Inventory->Qty Increments - unable to add
7318
  * Fixed Loading search query performance issue
7319
- * Fixed Changed labels in checkout and payment information blocs for credit cards Solo Maestro Switch
7320
  * Fixed Product q-ty doesnt decrease after google checkout
7321
  ** added same 'checkout_submit_all_after' event to AmazonPayments
7322
  ** removed 'TODO' notice from Multishipping Checkout, because current scheme is better and will not be influenced by any Multishipping refactoring
@@ -7341,7 +7351,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7341
  * Fixed Unable to refund Credit Memo because of Shipping Rounding
7342
  * Fixed Added custom option info to recurring profile info page on frontend and backend.
7343
  * Fixed Product Visibility and Status disappear when in search
7344
- * Fixed Removed validation of new customer shipping address on backend for orders with virtual products only
7345
 
7346
 
7347
  ==== 1.4.x-devel-78617 ====
@@ -7434,13 +7444,13 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7434
  * Fixed Incorrect work of "Recently Compared Products" functional on category's page
7435
  * Fixed behavior when having single store, javascript raises exception and all followed code is not executed
7436
  * Fixed that Special price for dynamic bundle applies twice
7437
- * Fixed #21960: Labels in page/html_wrapper and core/text_list in layout
7438
  * Fixed GUI bugs on Recurrent Profile frontend part
7439
  * Fixed Magento Connect -> Message about invalid URL is duplicated
7440
  * Fixed that suspend Recurring Profile from front side leads to error
7441
  * Fixed Missing pager for tagged product list
7442
  * Fixed Wrong profiler output for getUrl in Category
7443
- * Fixed Saving of billing agreement relation with order - added force billing agreement re-saving and fixed isValid method in agreement detection.
7444
  * Fixed Incorrect sort order reliable on mysql internal order during eav attribute load
7445
  ** move prepare select to separate method
7446
  * Fixed passing additional totals to PayPal when cart line items are disabled:
@@ -7486,7 +7496,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7486
  * Fixed bug with 'Use Flat Catalog Category'
7487
  * Fixed #13770, #16300, #21040 : Product Media Api Broken, product_media.create API overwrites image itself each upload, product_media.update API does not upgrade the image itself
7488
  * Fixed #16306: Webservice with htaccess (changes in code style)
7489
- * Fixed #22536: Light-weight email templates
7490
  * Fixed #18935: Soap api v2 multiple complexFilters with the same key
7491
  * Fixed incorrect Window titles on frontend
7492
  * Fixed Eliminated display currency usage (instead of the base website currency) in shopping cart price rule conditions
@@ -7533,47 +7543,47 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7533
  * Fixed #20481: Access Control List not retrieved for API user for resources() and resourceFaults() operations
7534
  * Fixed #18367: FCGI Error on WSDL Url with Apache and mod_fastcgi
7535
  * Fixed #22053: use HTTP 301 code instead of 302 in case of web/url/redirect_to_base
7536
- * Fixed #20654: Admin order creation->Move mouse cursor isn't changed into hand while move it on some product for adding
7537
  * Fixed #21590: Attribute 'Date': testing for uniqueness fields not working
7538
  * Fixed #21566: Type of attribute 'Price': Possible to add text value for field 'default value'
7539
  * Fixed #22053: added optional behavior (301 or 302)
7540
  * Fixed #21570: Review from not logged in user is saved in list of All Reviews when "Allow guests to write reviews = No"
7541
  * Fixed #22090: Different values of Qty Increments during create and after duplicate products
7542
- * Fixed #22489: Eliminate difference between bundle.js in different skins
7543
  * Fixed #22419: Set default stock_data if not exist in create/update product
7544
  * Fixed #20227: "Review(x)" link should be added to the compare page.
7545
  * Fixed #21570: Review from not logged in user is saved in list of All Reviews when "Allow guests to write reviews = No"
7546
- * Fixed #20959: Locale problem in shipping tracking popup raises exception
7547
  * Fixed #21955: Layout cache ignores product column count update
7548
  * Fixed #20011: After using filter "Color" or "Manufacture" in Configurable Product meaning from column is disappear
7549
  * Fixed #21908: Incorrect attribute ordering in "Compare products" page.
7550
- * Fixed #22222: Edit review-> if browse stores in the "Visible In " drop-down, rating values reseted
7551
  * Fixed #22075: Product Attribute title specified for StoreView isn't showing on the configurable product's page
7552
  * Fixed #22605: catalog_category.level return root categories when website or store are null
7553
- * Fixed #21806: Different values display on the shopping cart in front-end and back-end
7554
- * Fixed #20113: Shipping address display as default on the front-end and as not default on admin for one customer
7555
  * Fixed #22575: Trace error during using filter "Products" on Tags page
7556
  ** added 'filter_index' to array parameter in addColumn() method call
7557
- * Fixed #14591: Incorrect SKU for Configurable Product with Custom Options
7558
  * Fixed #22476: Blank Column in Related Products Grid
7559
  ** deleted duplicate <col> output for editable columns
7560
  * Fixed #22575: Trace error during using filter "Products" on Tags page
7561
  ** apply filter_index field values to index
7562
- * Fixed #22644: A discrepancy between GT(Base) and GT(Purchased)
7563
- * Fixed #22645: Incorrect original price when using custom price in order.
7564
  * Fixed #22653: Missed checking for file existents in JS/CSS merger
7565
  ** cheking in source file exists. If not - do not check last modification and force to merge target file again
7566
- * Fixed #22594: Unable to place orders through checkout with multiple addresses with PayPal direct + zero subtotal for one order
7567
- * Fixed #21185: Newsletter confirmed automatically BEFORE account email is confirmed.
7568
- * Fixed #22167: "Add new row" button in downloadable product
7569
- * Fixed #21952: BUG - Category / Url Model (UYN-886991)
7570
  * Fixed #15334, #17794
7571
  ** API category did not pass validation process due to available_sort_by must be ArrayOfString
7572
  ** Added category validation for backend (missed)
7573
  ** Creating separate validation for available_sort_by and default_sort_by attributes
7574
  * Fixed #22599 Upgrade from 1.1.8 to 1.8.0.0 database compatibility issues (PARTIAL)
7575
- * Fixed #22661: 1 cent bug
7576
- * Fixed #22434: 100% discount of products -> the amounts of Tax and Grand Totals are or negative or not corectly
7577
  * Fixed #10073: Unnecessary option for downloadable products
7578
  * Fixed #20014: Qty use decimals for downloadable
7579
  * Fixed #22164: Incorrect message for maximum shipping amount
@@ -7590,20 +7600,20 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7590
  * Fixed #22266: HEADERS ALREADY SENT Error during dataflow import
7591
  ** Additionally: moveing layout update in separate layout file of dataflow module.
7592
  * Fixed #21412: The "Save Attribute" and "Save and Continue Edit" buttons become disabled after saving attribute with attribute code that exists
7593
- * Fixed #22844: After login to admin got 404 instead Startup Page
7594
- * Fixed #22852: shopping cart price rule - search by ID - error page
7595
  * Fixed #15897: Unsubscription Email Sender in the Newsletters Subscription Options is not working correctly
7596
  * Fixed #15899: Newsletters subscription confirmation in not working
7597
  * Fixed #22908: Grid Serializer doesn't handle dropdowns as edit columns
7598
  * Fixed #22946: 'Products Tagged by Administrators' grid contains information about product that is assigned by the customer
7599
- * Fixed #22935: Issue with Google AdWords and DSMM Code
7600
- * Fixed #22910: view of system/design table with no records under IE 8
7601
  * Fixed #22914: view of URL rewrite table with no records under IE 8
7602
- * Fixed #22935: Issue with Google AdWords and DSMM Code
7603
- * Fixed #22536: Light-weight email templates
7604
  * Fixed #23017: Memcache session fallback does not work
7605
- * Fixed #22992: Trace appears during create reorder from front-end
7606
- * Fixed #22991: Cannot add items to shopping cart after active 'Use Flat Catalog Product'
7607
  * Fixed #22813: Google base Undefined Offset when Managing attribute mapping
7608
  * Fixed #23138: URL rewrite error on product creation
7609
  * Added Regions for baltic states and Finland
@@ -7613,7 +7623,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7613
  * Fixed #16294: WSDL missing attributes for customerCustomerEntity
7614
  * Fixed #22851: Used wrong resource model for api/user
7615
  * Fixed #18207: SOAP-ERROR: Parsing Schema: can't import schema from 'http://schemas.xmlsoap.org/soap/encoding/'
7616
- * Fixed Fatal error: Call to undefined function eaccelerator_fetch()
7617
 
7618
 
7619
 
@@ -7626,7 +7636,7 @@ Fixed UPS XML Shipping method doesn't work, if country of shipping origin is not
7626
 
7627
  === Changes ===
7628
  * Checkout: added dispatching event 'checkout_submit_all_after' into all checkout models
7629
- * Centinel: changed event for resetting validation state
7630
  * Added check for Order ID before try to lookup transactions by Transaction Id
7631
  * Added cvv field for Mastero/Switch/Solo cards. Also fixed html formatting.
7632
  * Re-factored saving relation of billing agreement with order.
1
+ ==== 1.9.2.2 ====
2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
+ ] NOTE: Current Release Notes are maintained at: [
5
+ ] [
6
+ ] http://merch.docs.magento.com/ce/user_guide/Magento_Community_Edition_User_Guide.html#magento/release-notes-ce-1.9.2.2.html [
7
+ ] [
8
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
+
11
  ==== 1.9.2.1 ====
12
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41
  ==== 1.7.0.2 ====
42
 
43
  === Fixes ===
44
+ Fixed: Security vulnerability in Zend_XmlRpc - http://framework.zend.com/security/advisory/ZF2012-01
45
  Fixed: PayPal Standard does not display on frontend during checkout with some merchant countries
46
 
47
 
661
  Implemented different base prices for customer groups
662
  Added auto generation of coupon codes
663
  Backup and Rollback functionality
664
+ VAT ID Validation added
665
  Implemented DHL for Europe
666
  Added REST API
667
 
672
  Added ability to translate action array parameter nodes via layout.xml
673
  Added support for using custom currency symbols
674
  Added functionality to cleaning old cache files by cron task
675
+ Refactored rules-based modules
676
  Improved customer address handling using PayPal Express checkout
677
  Refactored escaping functionality used with translations
678
  Added ability to customize logo in emails from the admin
688
  Image file of "jpg" type are allowed for favicon
689
  Added ability to extend list of attributes to select for categories loaded via Mage_Catalog_Model_Resource_Category_Flat::_loadNodes()
690
  Added changes to lib/Varien/Http/Adapter/Curl.php to provide interface for setting different cURL options
691
+ Displaying State or Province can be optional for any country
692
  Added ability to get Magento type from Mage.php
693
 
694
  === Fixes ===
921
  Fixed Customer's group isn't changed if his billing address modified within back-end
922
  Added Add a message and the link in the mini shopping cart, when the cart is empty
923
  Fixed On Edit Shipping Address page button "Validate VAT Number" should be hidden
924
+ Fixed Fatal error when try to ship order with Flat Rate shipping method
925
  - fixed potentially problematic chaining involved getShippingCarrier method
926
  Fixed No ability to open PDF file with Label
927
  Fixed Incorrect final price for configurable products if several custom options used
928
  Fixed "Length", "Width" and "Height" fields on "Create Packages" pop up are active, when "Documents" type is selected in IE7 and IE9
929
  Fixed HTTP 500 error on front-end for bundle fixed with percent options enabled for sub-products
930
+ Fixed Shipment created on Magento side doesn't send to Google side for Merchant Calculated shipping
931
  - added check for process only Google Checkout internal methods
932
  Fixed PDF files for invoices and credit memos are not displaying Including Tax Price
933
  Fixed Default value that was specified in system settings doesn't presented in Code Format drop-down on Manage Coupon Codes tab
960
  Fixed Impossible to enter zero in the base price field for customer groups
961
  Fixed Group Price attribute position on the Prices tab is incorrect
962
  Fixed Add new column to the grid with number of used coupons
963
+ Fixed Custom options are not stored when downloadable product is duplicated
964
  Fixed Broken logic for "Zero Subtotal Checkout" order statuses
965
  Fixed Coupon codes generation fails when trying to generate large amount of codes
966
  Fixed PayFlow Link: Using "Pay with PayPal" and selected shipping method that is greater than 0 doesn't process order
1225
  Added ability to translate action array parameter nodes via layout.xml
1226
  Added support for using custom currency symbols
1227
  Added functionality to cleaning old cache files by cron task
1228
+ Refactored rules-based modules
1229
  Improved customer address handling using PayPal Express checkout
1230
  Refactored escaping functionality used with translations
1231
  Added ability to customize logo in emails from the admin
1240
  Image file of "jpg" type are allowed for favicon
1241
  Added ability to extend list of attributes to select for categories loaded via Mage_Catalog_Model_Resource_Category_Flat::_loadNodes()
1242
  Added changes to lib/Varien/Http/Adapter/Curl.php to provide interface for setting different cURL options
1243
+ Displaying State or Province can be optional for any country
1244
  Added ability to get Magento type from Mage.php
1245
 
1246
 
1425
  Fixed Customer's group isn't changed if his billing address modified within back-end
1426
  Added Add a message and the link in the mini shopping cart, when the cart is empty
1427
  Fixed On Edit Shipping Address page button "Validate VAT Number" should be hidden
1428
+ Fixed Fatal error when try to ship order with Flat Rate shipping method
1429
  - fixed potentially problematic chaining involved getShippingCarrier method
1430
  Fixed No ability to open PDF file with Label
1431
  Fixed Incorrect final price for configurable products if several custom options used
1432
  Fixed "Length", "Width" and "Height" fields on "Create Packages" pop up are active, when "Documents" type is selected in IE7 and IE9
1433
  Fixed HTTP 500 error on front-end for bundle fixed with percent options enabled for sub-products
1434
+ Fixed Shipment created on Magento side doesn't send to Google side for Merchant Calculated shipping
1435
  - added check for process only Google Checkout internal methods
1436
  Fixed PDF files for invoices and credit memos are not displaying Including Tax Price
1437
  Fixed Default value that was specified in system settings doesn't presented in Code Format drop-down on Manage Coupon Codes tab
1465
  Fixed Impossible to enter zero in the base price field for customer groups
1466
  Fixed Group Price attribute position on the Prices tab is incorrect
1467
  Fixed Add new column to the grid with number of used coupons
1468
+ Fixed Custom options are not stored when downloadable product is duplicated
1469
  Fixed Broken logic for "Zero Subtotal Checkout" order statuses
1470
  Fixed Coupon codes generation fails when trying to generate large amount of codes
1471
  Fixed PayFlow Link: Using "Pay with PayPal" and selected shipping method that is greater than 0 doesn't process order
1483
 
1484
  === Improvements ===
1485
  Refactored indexing process:
1486
+ - Changed logic around reindexing to prevent conflicts between partial and full reindexing
1487
  - Prevented situations where concurrent indexing processes run at the same time and overwrite each other's data
1488
 
1489
  === Changes ===
1519
  Implemented different base prices for customer groups
1520
  Added auto generation of coupon codes
1521
  Backup and Rollback functionality
1522
+ VAT ID Validation added
1523
  Implemented DHL for Europe
1524
 
1525
  === Improvements ===
2252
  Fixed Moving modules to the correct place
2253
  Fixed Wishlist shows items per store scope, not website
2254
  Fixed Products in Wishlist disappears, when Store View is changed
2255
+ Fixed Wrong Comments History in notification of order creation/cancellation
2256
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2257
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2258
  Fixed Product price lower than 0 (after catalog price rule applying)
2428
  Fixed Moving modules to the correct place
2429
  Fixed Wishlist shows items per store scope, not website
2430
  Fixed Products in Wishlist disappears, when Store View is changed
2431
+ Fixed Wrong Comments History in notification of order creation/cancellation
2432
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2433
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2434
  Fixed Product price lower than 0 (after catalog price rule applying)
2529
  === Changes ===
2530
  TheFind integration was removed
2531
  Google Optimizer was removed (it will be supported as a core extension)
2532
+ Improved how discounts are applied to sub products
2533
 
2534
  === Fixes ===
2535
  Fixed Saved CC form is not displayed, when there are no other available payment methods except Saved CC
2572
  Fixed Moving modules to the correct place
2573
  Fixed Wishlist shows items per store scope, not website
2574
  Fixed Products in Wishlist disappears, when Store View is changed
2575
+ Fixed Wrong Comments History in notification of order creation/cancellation
2576
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2577
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2578
  Fixed Product price lower than 0 (after catalog price rule applying)
2674
  === Changes ===
2675
  TheFind integration was removed
2676
  Google Optimizer was removed (it will be supported as a core extension)
2677
+ Improved how discounts are applied to sub products
2678
 
2679
  === Fixes ===
2680
  Fixed When using direct Export, the _super_product_sku and _super_product_option on the configurable product does not match
2700
  Fixed Moving modules to the correct place
2701
  Fixed Wishlist shows items per store scope, not website
2702
  Fixed Products in Wishlist disappears, when Store View is changed
2703
+ Fixed Wrong Comments History in notification of order creation/cancellation
2704
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2705
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2706
  Fixed Product price lower than 0 (after catalog price rule applying)
2791
  ==== 1.6.x-devel-119961 ====
2792
 
2793
  === Fixes ===
2794
+ Fixed Wrong Comments History in notification of order creation/cancellation
2795
  Fixed In AJAX popup fields "From" and "To" have behavior as mandatory fields
2796
  Fixed Filter by Allow Countries not working for Customer Address Form in the Backend
2797
  Fixed Product price lower than 0 (after catalog price rule applying)
3359
  === Major Highlights ===
3360
  Minimum Advertised Price
3361
  Persistent Shopping Cart
3362
+ Known issues: if you see the Service Temporarily Unavailable page after refreshing the frontend, open the Magento installation
3363
  directory on the server and remove the maintenance.flag file. Then go to Magento var directory and remove the cache directory.
3364
 
3365
  === Improvements ===
4286
  Fixed HTML typo in Transactional mail "account_new_confirmation.html"
4287
  Fixed Varien_Db_Adapter_Mysqli::raw_query() should throw an Exception after 10 tries
4288
 
4289
+ ==== 1.5.1.0 ====
4290
+
4291
  === Improvements ===
4292
  Alternative image storage feature enabled with fixed get.php file.
4293
  Magento Mobile updated to release v20
4311
  === Fixes ===
4312
  Fixed PayPal Standard: order has two invoice and two refund
4313
  Fixed Adjustment Fee, Adjustment Refund and Refund Shipping fields must be disabled on credit memo for Payflow Pro and PayFlowLink payment methods
4314
+ - Actualized API params mapping
4315
  - Added parameter Amount into refund request
4316
  Fixed Broken mysql4-data-upgrade-1.4.0.0.13-1.4.0.0.14.php file
4317
  Fixed XMLConnect - edited parameter cannot be saved
4320
  Fixed Unable to place order using PayPal Billing agreement through Checkout with multiple addresses
4321
  - Added additional multi shipping checkout exceptions logging.
4322
  Fixed No AmericanExpress support in Website Payments Pro Payflow Edition
4323
+ - Added to Direct payment
4324
  Fixed Incorrect Subtotal(Incl. Tax) in Shopping Cart, when catalog prices entered by admin include tax
4325
  Fixed Function "Apply Tax On - Original price only" does not correct calculate product tax
4326
  Fixed No ability to save Product Attribute with type Media Image
4348
  - skip filtering for store select if no product or category specified in case of custom rewrite
4349
  Fixed Shopping Cart Price Rule->Conditions->Shipping Country is not correctly controlled on multiple checkout.
4350
  - Added checking: if address object is a new object rules validation cache will not working because we can not save validation results for address without id
4351
+ Fixed Resources names are not translated on Role Resources page at backend
4352
  Fixed Multiselect and Dropdown Attribute values set to "0" are not exported correctly
4353
  Fixed WYSIWYG Editor - Unable to Create a Folder when Inserting a File
4354
  Fixed Wrong cache key for websites
4532
  === Fixes ===
4533
  Fixed PayPal Standard: order has two invoice and two refund
4534
  Fixed Adjustmen Fee, Adjustment Refund and Refund Shipping fields must be disabled on credit memo for Payflow Pro and PayFlowLink payment methods
4535
+ - Actualized API params mapping
4536
  - Added parameter Amount into refund request
4537
  Fixed Broken mysql4-data-upgrade-1.4.0.0.13-1.4.0.0.14.php file
4538
  Fixed XMLConnect - edited parameter cannot be saved
4541
  Fixed Unable to place order using PayPal Billing agreement through Checkout with multiple addresses
4542
  - Added additional multi shipping checkout exceptions logging.
4543
  Fixed No AmericanExpress support in Website Payments Pro Payflow Edition
4544
+ - Added to Direct payment
4545
  Fixed Incorrect Subtotal(Incl. Tax) in Shopping Cart, when catalog prices entered by admin include tax
4546
  Fixed Function "Apply Tax On - Original price only" does not correct calculate product tax
4547
  Fixed No ability to save Product Attribute with type Media Image
4580
  - skip filtering for store select if no product or category specified in case of custom rewrite
4581
  Fixed Shopping Cart Price Rule->Conditions->Shipping Country is not correctly controlled on multiple checkout.
4582
  - Added checking: if address object is a new object rules validation cache will not working because we can not save validation results for address without id
4583
+ Fixed Resources names are not translated on Role Resources page at backend
4584
  Fixed Multiselect and Dropdown Attribute values set to "0" are not exported correctly
4585
  Fixed WYSIWYG Editor - Unable to Create a Folder when Inserting a File
4586
  Fixed Wrong cache key for websites
4836
  - Fixed fatal error on very first Publish and then Synchronizing if in GB products already were
4837
  - Fixed potential fatal when on mass Publish action we will not retrieve any item id: expected array, but null or empty string given
4838
  Fixed Rounding issues in shipping methods and in sales payment
4839
+ Fixed Usage of non-mb-supported strlen() in custom option validation
4840
  - fixed length calculation routine to work with multi-byte characters
4841
  - changed order of evaluation, so that length is calculated only if length constraint is set for custom option
4842
+ Fixed Unused class Mage_Reports_Model_Mysql4_Shopcart_Product_Collection did not marked like deprecated
4843
  - mark class as deprecated after 1.5.0.1
4844
 
4845
 
4992
  - Re factored and optimized code
4993
  - Improved performance
4994
  - Fixed typos
4995
+ - Added dependency for GoogleCheckout module from Usa module
4996
  - Added fedex and usps free methods supporting
4997
 
4998
 
5004
  ==== 1.5.0.0 =====
5005
 
5006
  === Major Highlights ===
5007
+ Added Payflow Link using HSS (Hosted Sole Solution)
5008
  Balance Response, Partial Authorization Transactions, Authorization Reversals Support for MasterCard and Discover with Authorize.net
5009
  3D Secure Authentication for Authorize.net payment method
5010
  Authorize.Net SIM payment method
5334
  - Added new configuration option "Display Wishlist Summary" in System -> Configuration -> Customers -> Wishlist section
5335
  - Removed quantity information from wishlist frontend page
5336
  Fixed Update compare list after delete one item
5337
+ Fixed No hint for disabled "Configure" button
5338
  Fixed In Bundle product's page "Availability" string is not placed well
5339
  Fixed Non-correct headers uses for email return-path.
5340
  Fixed Numerous issued with displaying tax on front-end for bundled items
5341
  Fixed Impossible save empty values for store view scope
5342
+ Fixed Non-correct headers uses for email return-path.
5343
  - Added "-f" parameter to transport instance at Mage_Core_Model_Email_Template::send() like PHP mail() needs
5344
  Fixed Do not hide ajax loader on 'Place order' step on onepage checkout when customer selected PayflowLink payment method until PayPal iframe will be loaded
5345
  Fixed Order can be placed with non-configured composite product in Ordered Items
5476
  - removed "beta" mark on CSS merger feature in system configuration, because known issue with different host names for different store views is solved
5477
  - split merged CSS storage into 2 parts: "css" and "css_secure"
5478
  - included "port" and "base host name" parameters into merger hash generation algorithm as parameters
5479
+ Fixed: Default country setting not affect country select field default value on frontend
5480
  Fixed Credit card data Iframe for PayflowLink is displayed on Order Review step for all payment methods
5481
  Fixed The Wrong / not exist Url should be redirect to 404 page
5482
  - Added section availability in preDispatch
6028
  - Added new configuration option "Display Wishlist Summary" in System -> Configuration -> Customers -> Wishlist section
6029
  - Removed quantity information from wishlist frontend page
6030
  Fixed Update compare list after delete one item
6031
+ Fixed No hint for disabled "Configure" button
6032
  Fixed In Bundle product's page "Availability" string is not placed well
6033
  Fixed Non-correct headers uses for email return-path.
6034
  Fixed Numerous issued with displaying tax on front-end for bundled items
6035
  Fixed Impossible save empty values for store view scope
6036
+ Fixed Non-correct headers uses for email return-path.
6037
  - Added "-f" parameter to transport instance at Mage_Core_Model_Email_Template::send() like PHP mail() needs
6038
  Fixed Do not hide ajax loader on 'Place order' step on onepage checkout when customer selected PayflowLink payment method until PayPal iframe will be loaded
6039
  Fixed Order can be placed with non-configured composite product in Ordered Items
6053
  - Added new configuration option "Display Wishlist Summary" in System -> Configuration -> Customers -> Wishlist section
6054
  - Removed quantity information from wishlist frontend page
6055
  Fixed Update compare list after delete one item
6056
+ Fixed No hint for disabled "Configure" button
6057
  Fixed In Bundle product's page "Availability" string is not placed well
6058
  Fixed Non-correct headers uses for email return-path.
6059
  Fixed Numerous issued with displaying tax on front-end for bundled items
6060
  Fixed Impossible save empty values for store view scope
6061
+ Fixed Non-correct headers uses for email return-path.
6062
  - Added "-f" parameter to transport instance at Mage_Core_Model_Email_Template::send() like PHP mail() needs
6063
  Fixed Do not hide ajax loader on 'Place order' step on onepage checkout when customer selected PayflowLink payment method until PayPal iframe will be loaded
6064
  Fixed Order can be placed with non-configured composite product in Ordered Items
6232
  - removed "beta" mark on CSS merger feature in system configuration, because known issue with different host names for different store views is solved
6233
  - split merged CSS storage into 2 parts: "css" and "css_secure"
6234
  - included "port" and "base host name" parameters into merger hash generation algorithm as parameters
6235
+ Fixed: Default country setting not affect country select field default value on frontend
6236
  Fixed Credit card data Iframe for PayflowLink is displayed on Order Review step for all payment methods
6237
  Fixed The Wrong / not exist Url should be redirect to 404 page
6238
  - Added section availability in preDispatch
6499
  - removed "beta" mark on CSS merger feature in system configuration, because known issue with different host names for different store views is solved
6500
  - split merged CSS storage into 2 parts: "css" and "css_secure"
6501
  - included "port" and "base host name" parameters into merger hash generation algorithm as parameters
6502
+ Fixed: Default country setting not affect country select field default value on frontend
6503
  Fixed Credit card data Iframe for PayflowLink is displayed on Order Review step for all payment methods
6504
  Fixed The Wrong / not exist Url should be redirect to 404 page
6505
  - Added section availability in preDispatch
6645
  ** Implemented new download process and dependencies rules
6646
  ** Added correct behavior during extension reinstall, so dependencies will not reinstall automatically
6647
  * Optimized rewrite selection from DB, added url rewrite and suffix validation at admin backend
6648
+ * Added verification of access level for app/etc/local.xml.
6649
  ** Now if server configuration has issue and this file accessible from browser admin user gets notification in backend.
6650
  * Upgraded Zend Framework to version 1.10.8
6651
  * Added the Recurring Profiles tab in customer management
6773
  * Fixed wrong shipping price in case of sales rule with fixed cart discount and 1 item in cart
6774
  * Fixed the label for the configurable product attribute does not reflect correctly on the frontend
6775
  * Fixed sales rule with fixed discount for whole cart doesn't work
6776
+ * Fixed "Slash for category or product urls causes error 404"
6777
  * Fixed Shared shopping cart on the stores with different domains
6778
  ** check origin url in all store urls
6779
  ** prevent to getting SID param from current query
6798
  * Fixed Image browser in WYSIWYG editor doesn't fill mouse over/out fields
6799
  * Fixed Added rounding to "Refund Shipping" field on credit memo creation page.
6800
  * Fixed Added additional error messages to customer address validation on PHP side while creating.
6801
+ * Fixed "No server side check for password length when customer edits his account information"
6802
  ** Also added proper processing for password == '0', earlier it was considered as non-set password
6803
  * Fixed WYSIWYG editor breaks directives that are not in src attribute
6804
  * fixed directives decoding for a case when the secret key is present in URLs
6865
  * Fixed Quick Search Autocomplete does not work via ajax http protocol for https page
6866
  * Fixed Inventory->Qty Increments - unable to add
6867
  * Fixed Loading search query performance issue
6868
+ * Fixed Changed labels in checkout and payment information blocs for credit cards Solo Maestro Switch
6869
  * Fixed Product q-ty doesnt decrease after google checkout
6870
  ** added same 'checkout_submit_all_after' event to AmazonPayments
6871
  ** removed 'TODO' notice from Multishipping Checkout, because current scheme is better and will not be influenced by any Multishipping refactoring
6890
  * Fixed Unable to refund Credit Memo because of Shipping Rounding
6891
  * Fixed Added custom option info to recurring profile info page on frontend and backend.
6892
  * Fixed Product Visibility and Status disappear when in search
6893
+ * Fixed Removed validation of new customer shipping address on backend for orders with virtual products only
6894
  * Fixed ability to buy Product which have status "Out of Stock" through a direct link on button "Checkout with PayPal"
6895
  * Fixed All free shipping methods in absent in Transfer Shipping Options menu on PayPal side
6896
  * Fixed Payment methods titles for the PDF prints through admin gets from default config instead of the storeview config
6944
  * Fixed Incorrect work of "Recently Compared Products" functional on category's page
6945
  * Fixed behavior when having single store, javascript raises exception and all followed code is not executed
6946
  * Fixed that Special price for dynamic bundle applies twice
6947
+ * Fixed #21960: Labels in page/html_wrapper and core/text_list in layout
6948
  * Fixed GUI bugs on Recurrent Profile frontend part
6949
  * Fixed Magento Connect -> Message about invalid URL is duplicated
6950
  * Fixed that suspend Recurring Profile from front side leads to error
6951
  * Fixed Missing pager for tagged product list
6952
  * Fixed Wrong profiler output for getUrl in Category
6953
+ * Fixed Saving of billing agreement relation with order - added force billing agreement re-saving and fixed isValid method in agreement detection.
6954
  * Fixed Incorrect sort order reliable on mysql internal order during eav attribute load
6955
  ** move prepare select to separate method
6956
  * Fixed passing additional totals to PayPal when cart line items are disabled:
6976
  * Fixed bug with 'Use Flat Catalog Category'
6977
  * Fixed #13770, #16300, #21040 : Product Media Api Broken, product_media.create API overwrites image itself each upload, product_media.update API does not upgrade the image itself
6978
  * Fixed #16306: Webservice with htaccess (changes in code style)
6979
+ * Fixed #22536: Light-weight email templates
6980
  * Fixed #18935: Soap api v2 multiple complexFilters with the same key
6981
  * Fixed incorrect Window titles on frontend
6982
  * Fixed Eliminated display currency usage (instead of the base website currency) in shopping cart price rule conditions
7015
  * Fixed #20481: Access Control List not retrieved for API user for resources() and resourceFaults() operations
7016
  * Fixed #18367: FCGI Error on WSDL Url with Apache and mod_fastcgi
7017
  * Fixed #22053: use HTTP 301 code instead of 302 in case of web/url/redirect_to_base
7018
+ * Fixed #20654: Admin order creation->Move mouse cursor isn't changed into hand while move it on some product for adding
7019
  * Fixed #21590: Attribute 'Date': testing for uniqueness fields not working
7020
  * Fixed #21566: Type of attribute 'Price': Possible to add text value for field 'default value'
7021
  * Fixed #22053: added optional behavior (301 or 302)
7022
  * Fixed #21570: Review from not logged in user is saved in list of All Reviews when "Allow guests to write reviews = No"
7023
  * Fixed #22090: Different values of Qty Increments during create and after duplicate products
7024
+ * Fixed #22489: Eliminate difference between bundle.js in different skins
7025
  * Fixed #22419: Set default stock_data if not exist in create/update product
7026
  * Fixed #20227: "Review(x)" link should be added to the compare page.
7027
  * Fixed #21570: Review from not logged in user is saved in list of All Reviews when "Allow guests to write reviews = No"
7028
+ * Fixed #20959: Locale problem in shipping tracking popup raises exception
7029
  * Fixed #21955: Layout cache ignores product column count update
7030
  * Fixed #20011: After using filter "Color" or "Manufacture" in Configurable Product meaning from column is disappear
7031
  * Fixed #21908: Incorrect attribute ordering in "Compare products" page.
7032
+ * Fixed #22222: Edit review-> if browse stores in the "Visible In " drop-down, rating values reseted
7033
  * Fixed #22075: Product Attribute title specified for StoreView isn't showing on the configurable product's page
7034
  * Fixed #22605: catalog_category.level return root categories when website or store are null
7035
+ * Fixed #21806: Different values display on the shopping cart in front-end and back-end
7036
+ * Fixed #20113: Shipping address display as default on the front-end and as not default on admin for one customer
7037
  * Fixed #22575: Trace error during using filter "Products" on Tags page
7038
  ** added 'filter_index' to array parameter in addColumn() method call
7039
+ * Fixed #14591: Incorrect SKU for Configurable Product with Custom Options
7040
  * Fixed #22476: Blank Column in Related Products Grid
7041
  ** deleted duplicate <col> output for editable columns
7042
  * Fixed #22575: Trace error during using filter "Products" on Tags page
7043
  ** apply filter_index field values to index
7044
+ * Fixed #22644: A discrepancy between GT(Base) and GT(Purchased)
7045
+ * Fixed #22645: Incorrect original price when using custom price in order.
7046
  * Fixed #22653: Missed checking for file existence in JS/CSS merger
7047
  ** checking in source file exists. If not - do not check last modification and force to merge target file again
7048
+ * Fixed #22594: Unable to place orders through checkout with multiple addresses with PayPal direct + zero subtotal for one order
7049
+ * Fixed #21185: Newsletter confirmed automatically BEFORE account email is confirmed.
7050
+ * Fixed #22167: "Add new row" button in downloadable product
7051
+ * Fixed #21952: BUG - Category / Url Model (UYN-886991)
7052
  * Fixed #15334, #17794
7053
  ** API category did not pass validation process due to available_sort_by must be ArrayOfString
7054
  ** Added category validation for backend (missed)
7055
  ** Creating separate validation for available_sort_by and default_sort_by attributes
7056
  * Fixed #22599 Upgrade from 1.1.8 to 1.8.0.0 database compatibility issues (PARTIAL)
7057
+ * Fixed #22661: 1 cent bug
7058
+ * Fixed #22434: 100% discount of products -> the amounts of Tax and Grand Totals are or negative or not corectly
7059
  * Fixed #10073: Unnecessary option for downloadable products
7060
  * Fixed #20014: Qty use decimals for downloadable
7061
  * Fixed #22164: Incorrect message for maximum shipping amount
7072
  * Fixed #22266: HEADERS ALREADY SENT Error during dataflow import
7073
  ** Additionally: moveing layout update in separate layout file of dataflow module.
7074
  * Fixed #21412: The "Save Attribute" and "Save and Continue Edit" buttons become disabled after saving attribute with attribute code that exists
7075
+ * Fixed #22844: After login to admin got 404 instead Startup Page
7076
+ * Fixed #22852: shopping cart price rule - search by ID - error page
7077
  * Fixed #15897: Unsubscription Email Sender in the Newsletters Subscription Options is not working correctly
7078
  * Fixed #15899: Newsletters subscription confirmation in not working
7079
  * Fixed #22908: Grid Serializer doesn't handle dropdowns as edit columns
7080
  * Fixed #22946: 'Products Tagged by Administrators' grid contains information about product that is assigned by the customer
7081
+ * Fixed #22935: Issue with Google AdWords and DSMM Code
7082
+ * Fixed #22910: view of system/design table with no records under IE 8
7083
  * Fixed #22914: view of URL rewrite table with no records under IE 8
7084
+ * Fixed #22935: Issue with Google AdWords and DSMM Code
7085
+ * Fixed #22536: Light-weight email templates
7086
  * Fixed #23017: Memcache session fallback does not work
7087
+ * Fixed #22992: Trace appears during create reorder from front-end
7088
+ * Fixed #22991: Cannot add items to shopping cart after active 'Use Flat Catalog Product'
7089
  * Fixed #22813: Google base Undefined Offset when Managing attribute mapping
7090
  * Fixed #23138: URL rewrite error on product creation
7091
  * Added Regions for baltic states and Finland
7204
 
7205
  == Improvements ==
7206
  * Optimized rewrite selection from DB, added url rewrite and suffix validation at admin backend
7207
+ * Added verification of access level for app/etc/local.xml.
7208
  ** Now if server configuration has issue and this file accessible from browser admin user gets notification in backend.
7209
 
7210
  == Changes ==
7211
  * Compilation scope for some EAV models which was causing blank page after enabling compilation
7212
 
7213
  == Fixes ==
7214
+ * Fixed "Slash for category or product urls causes error 404"
7215
  * Fixed Shared shopping cart on the stores with different domains
7216
  ** check origin url in all store urls
7217
  ** prevent to getting SID param from current query
7248
  * Fixed Image browser in WYSIWYG editor doesn't fill mouse over/out fields
7249
  * Fixed Added rounding to "Refund Shipping" field on credit memo creation page.
7250
  * Fixed Added additional error messages to customer address validation on PHP side while creating.
7251
+ * Fixed "No server side check for password length when customer edits his account information"
7252
  ** Also added proper processing for password == '0', earlier it was considered as non-set password
7253
  * Fixed WYSIWYG editor breaks directives that are not in src attribute
7254
  * fixed directives decoding for a case when the secret key is present in URLs
7326
  * Fixed Quick Search Autocomplete does not work via ajax http protocol for https page
7327
  * Fixed Inventory->Qty Increments - unable to add
7328
  * Fixed Loading search query performance issue
7329
+ * Fixed Changed labels in checkout and payment information blocs for credit cards Solo Maestro Switch
7330
  * Fixed Product q-ty doesnt decrease after google checkout
7331
  ** added same 'checkout_submit_all_after' event to AmazonPayments
7332
  ** removed 'TODO' notice from Multishipping Checkout, because current scheme is better and will not be influenced by any Multishipping refactoring
7351
  * Fixed Unable to refund Credit Memo because of Shipping Rounding
7352
  * Fixed Added custom option info to recurring profile info page on frontend and backend.
7353
  * Fixed Product Visibility and Status disappear when in search
7354
+ * Fixed Removed validation of new customer shipping address on backend for orders with virtual products only
7355
 
7356
 
7357
  ==== 1.4.x-devel-78617 ====
7444
  * Fixed Incorrect work of "Recently Compared Products" functional on category's page
7445
  * Fixed behavior when having single store, javascript raises exception and all followed code is not executed
7446
  * Fixed that Special price for dynamic bundle applies twice
7447
+ * Fixed #21960: Labels in page/html_wrapper and core/text_list in layout
7448
  * Fixed GUI bugs on Recurrent Profile frontend part
7449
  * Fixed Magento Connect -> Message about invalid URL is duplicated
7450
  * Fixed that suspend Recurring Profile from front side leads to error
7451
  * Fixed Missing pager for tagged product list
7452
  * Fixed Wrong profiler output for getUrl in Category
7453
+ * Fixed Saving of billing agreement relation with order - added force billing agreement re-saving and fixed isValid method in agreement detection.
7454
  * Fixed Incorrect sort order reliable on mysql internal order during eav attribute load
7455
  ** move prepare select to separate method
7456
  * Fixed passing additional totals to PayPal when cart line items are disabled:
7496
  * Fixed bug with 'Use Flat Catalog Category'
7497
  * Fixed #13770, #16300, #21040 : Product Media Api Broken, product_media.create API overwrites image itself each upload, product_media.update API does not upgrade the image itself
7498
  * Fixed #16306: Webservice with htaccess (changes in code style)
7499
+ * Fixed #22536: Light-weight email templates
7500
  * Fixed #18935: Soap api v2 multiple complexFilters with the same key
7501
  * Fixed incorrect Window titles on frontend
7502
  * Fixed Eliminated display currency usage (instead of the base website currency) in shopping cart price rule conditions
7543
  * Fixed #20481: Access Control List not retrieved for API user for resources() and resourceFaults() operations
7544
  * Fixed #18367: FCGI Error on WSDL Url with Apache and mod_fastcgi
7545
  * Fixed #22053: use HTTP 301 code instead of 302 in case of web/url/redirect_to_base
7546
+ * Fixed #20654: Admin order creation->Move mouse cursor isn't changed into hand while move it on some product for adding
7547
  * Fixed #21590: Attribute 'Date': testing for uniqueness fields not working
7548
  * Fixed #21566: Type of attribute 'Price': Possible to add text value for field 'default value'
7549
  * Fixed #22053: added optional behavior (301 or 302)
7550
  * Fixed #21570: Review from not logged in user is saved in list of All Reviews when "Allow guests to write reviews = No"
7551
  * Fixed #22090: Different values of Qty Increments during create and after duplicate products
7552
+ * Fixed #22489: Eliminate difference between bundle.js in different skins
7553
  * Fixed #22419: Set default stock_data if not exist in create/update product
7554
  * Fixed #20227: "Review(x)" link should be added to the compare page.
7555
  * Fixed #21570: Review from not logged in user is saved in list of All Reviews when "Allow guests to write reviews = No"
7556
+ * Fixed #20959: Locale problem in shipping tracking popup raises exception
7557
  * Fixed #21955: Layout cache ignores product column count update
7558
  * Fixed #20011: After using filter "Color" or "Manufacture" in Configurable Product meaning from column is disappear
7559
  * Fixed #21908: Incorrect attribute ordering in "Compare products" page.
7560
+ * Fixed #22222: Edit review-> if browse stores in the "Visible In " drop-down, rating values reseted
7561
  * Fixed #22075: Product Attribute title specified for StoreView isn't showing on the configurable product's page
7562
  * Fixed #22605: catalog_category.level return root categories when website or store are null
7563
+ * Fixed #21806: Different values display on the shopping cart in front-end and back-end
7564
+ * Fixed #20113: Shipping address display as default on the front-end and as not default on admin for one customer
7565
  * Fixed #22575: Trace error during using filter "Products" on Tags page
7566
  ** added 'filter_index' to array parameter in addColumn() method call
7567
+ * Fixed #14591: Incorrect SKU for Configurable Product with Custom Options
7568
  * Fixed #22476: Blank Column in Related Products Grid
7569
  ** deleted duplicate <col> output for editable columns
7570
  * Fixed #22575: Trace error during using filter "Products" on Tags page
7571
  ** apply filter_index field values to index
7572
+ * Fixed #22644: A discrepancy between GT(Base) and GT(Purchased)
7573
+ * Fixed #22645: Incorrect original price when using custom price in order.
7574
  * Fixed #22653: Missed checking for file existents in JS/CSS merger
7575
  ** cheking in source file exists. If not - do not check last modification and force to merge target file again
7576
+ * Fixed #22594: Unable to place orders through checkout with multiple addresses with PayPal direct + zero subtotal for one order
7577
+ * Fixed #21185: Newsletter confirmed automatically BEFORE account email is confirmed.
7578
+ * Fixed #22167: "Add new row" button in downloadable product
7579
+ * Fixed #21952: BUG - Category / Url Model (UYN-886991)
7580
  * Fixed #15334, #17794
7581
  ** API category did not pass validation process due to available_sort_by must be ArrayOfString
7582
  ** Added category validation for backend (missed)
7583
  ** Creating separate validation for available_sort_by and default_sort_by attributes
7584
  * Fixed #22599 Upgrade from 1.1.8 to 1.8.0.0 database compatibility issues (PARTIAL)
7585
+ * Fixed #22661: 1 cent bug
7586
+ * Fixed #22434: 100% discount of products -> the amounts of Tax and Grand Totals are or negative or not corectly
7587
  * Fixed #10073: Unnecessary option for downloadable products
7588
  * Fixed #20014: Qty use decimals for downloadable
7589
  * Fixed #22164: Incorrect message for maximum shipping amount
7600
  * Fixed #22266: HEADERS ALREADY SENT Error during dataflow import
7601
  ** Additionally: moveing layout update in separate layout file of dataflow module.
7602
  * Fixed #21412: The "Save Attribute" and "Save and Continue Edit" buttons become disabled after saving attribute with attribute code that exists
7603
+ * Fixed #22844: After login to admin got 404 instead Startup Page
7604
+ * Fixed #22852: shopping cart price rule - search by ID - error page
7605
  * Fixed #15897: Unsubscription Email Sender in the Newsletters Subscription Options is not working correctly
7606
  * Fixed #15899: Newsletters subscription confirmation in not working
7607
  * Fixed #22908: Grid Serializer doesn't handle dropdowns as edit columns
7608
  * Fixed #22946: 'Products Tagged by Administrators' grid contains information about product that is assigned by the customer
7609
+ * Fixed #22935: Issue with Google AdWords and DSMM Code
7610
+ * Fixed #22910: view of system/design table with no records under IE 8
7611
  * Fixed #22914: view of URL rewrite table with no records under IE 8
7612
+ * Fixed #22935: Issue with Google AdWords and DSMM Code
7613
+ * Fixed #22536: Light-weight email templates
7614
  * Fixed #23017: Memcache session fallback does not work
7615
+ * Fixed #22992: Trace appears during create reorder from front-end
7616
+ * Fixed #22991: Cannot add items to shopping cart after active 'Use Flat Catalog Product'
7617
  * Fixed #22813: Google base Undefined Offset when Managing attribute mapping
7618
  * Fixed #23138: URL rewrite error on product creation
7619
  * Added Regions for baltic states and Finland
7623
  * Fixed #16294: WSDL missing attributes for customerCustomerEntity
7624
  * Fixed #22851: Used wrong resource model for api/user
7625
  * Fixed #18207: SOAP-ERROR: Parsing Schema: can't import schema from 'http://schemas.xmlsoap.org/soap/encoding/'
7626
+ * Fixed Fatal error: Call to undefined function eaccelerator_fetch()
7627
 
7628
 
7629
 
7636
 
7637
  === Changes ===
7638
  * Checkout: added dispatching event 'checkout_submit_all_after' into all checkout models
7639
+ * Centinel: changed event for resetting validation state
7640
  * Added check for Order ID before try to lookup transactions by Transaction Id
7641
  * Added cvv field for Mastero/Switch/Solo cards. Also fixed html formatting.
7642
  * Re-factored saving relation of billing agreement with order.
app/Mage.php CHANGED
@@ -171,7 +171,7 @@ final class Mage
171
  'major' => '1',
172
  'minor' => '9',
173
  'revision' => '2',
174
- 'patch' => '1',
175
  'stability' => '',
176
  'number' => '',
177
  );
171
  'major' => '1',
172
  'minor' => '9',
173
  'revision' => '2',
174
+ 'patch' => '2',
175
  'stability' => '',
176
  'number' => '',
177
  );
app/code/core/Mage/Admin/Model/Block.php ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category Mage
22
+ * @package Mage_Admin
23
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Class Mage_Admin_Model_Block
29
+ *
30
+ * @category Mage
31
+ * @package Mage_Adminhtml
32
+ * @author Magento Core Team <core@magentocommerce.com>
33
+ */
34
+ class Mage_Admin_Model_Block extends Mage_Core_Model_Abstract
35
+ {
36
+ /**
37
+ * Initialize variable model
38
+ */
39
+ protected function _construct()
40
+ {
41
+ $this->_init('admin/block');
42
+ }
43
+
44
+ /**
45
+ * @return array|bool
46
+ * @throws Exception
47
+ * @throws Zend_Validate_Exception
48
+ */
49
+ public function validate()
50
+ {
51
+ $errors = array();
52
+
53
+ if (!Zend_Validate::is($this->getBlockName(), 'NotEmpty')) {
54
+ $errors[] = Mage::helper('adminhtml')->__('Block Name is required field.');
55
+ }
56
+ if (!Zend_Validate::is($this->getBlockName(), 'Regex', array('/^[-_a-zA-Z0-9\/]*$/'))) {
57
+ $errors[] = Mage::helper('adminhtml')->__('Block Name is incorrect.');
58
+ }
59
+
60
+ if (!in_array($this->getIsAllowed(), array('0', '1'))) {
61
+ $errors[] = Mage::helper('adminhtml')->__('Is Allowed is required field.');
62
+ }
63
+
64
+ if (empty($errors)) {
65
+ return true;
66
+ }
67
+ return $errors;
68
+ }
69
+
70
+ /**
71
+ * Check is block with such type allowed for parsinf via blockDirective method
72
+ *
73
+ * @param $type
74
+ * @return int
75
+ */
76
+ public function isTypeAllowed($type)
77
+ {
78
+ /** @var Mage_Admin_Model_Resource_Block_Collection $collection */
79
+ $collection = Mage::getResourceModel('admin/block_collection');
80
+ $collection->addFieldToFilter('block_name', array('eq' => $type))
81
+ ->addFieldToFilter('is_allowed', array('eq' => 1));
82
+ return $collection->load()->count();
83
+ }
84
+ }
app/code/core/Mage/Admin/Model/Resource/Block.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category Mage
22
+ * @package Mage_Admin
23
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Class Mage_Admin_Model_Resource_Block
29
+ *
30
+ * @category Mage
31
+ * @package Mage_Adminhtml
32
+ * @author Magento Core Team <core@magentocommerce.com>
33
+ */
34
+ class Mage_Admin_Model_Resource_Block extends Mage_Core_Model_Resource_Db_Abstract
35
+ {
36
+ /**
37
+ * Define main table
38
+ *
39
+ */
40
+ protected function _construct()
41
+ {
42
+ $this->_init('admin/permission_block', 'block_id');
43
+ }
44
+ }
app/code/core/Mage/Admin/Model/Resource/Block/Collection.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category Mage
22
+ * @package Mage_Admin
23
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Admin permissions block collection
29
+ *
30
+ * @category Mage
31
+ * @package Mage_Adminhtml
32
+ * @author Magento Core Team <core@magentocommerce.com>
33
+ */
34
+ class Mage_Admin_Model_Resource_Block_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
35
+ {
36
+ /**
37
+ * Define resource model
38
+ *
39
+ */
40
+ protected function _construct()
41
+ {
42
+ $this->_init('admin/block');
43
+ }
44
+ }
app/code/core/Mage/Admin/Model/Resource/Variable.php ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category Mage
22
+ * @package Mage_Admin
23
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Resource model for manipulate system variables
29
+ *
30
+ * @category Mage
31
+ * @package Mage_Admin
32
+ * @author Magento Core Team <core@magentocommerce.com>
33
+ */
34
+ class Mage_Admin_Model_Resource_Variable extends Mage_Core_Model_Resource_Db_Abstract
35
+ {
36
+ /**
37
+ * Define main table
38
+ */
39
+ protected function _construct()
40
+ {
41
+ $this->_init('admin/permission_variable', 'variable_id');
42
+ }
43
+ }
app/code/core/Mage/Admin/Model/Resource/Variable/Collection.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category Mage
22
+ * @package Mage_Admin
23
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Admin permissions variable collection
29
+ *
30
+ * @category Mage
31
+ * @package Mage_Admin
32
+ * @author Magento Core Team <core@magentocommerce.com>
33
+ */
34
+ class Mage_Admin_Model_Resource_Variable_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
35
+ {
36
+ /**
37
+ * Define resource model
38
+ *
39
+ */
40
+ protected function _construct()
41
+ {
42
+ $this->_init('admin/variable');
43
+ }
44
+ }
app/code/core/Mage/Admin/Model/Variable.php ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category Mage
22
+ * @package Mage_Admin
23
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Class Mage_Admin_Model_Variable
29
+ */
30
+ class Mage_Admin_Model_Variable extends Mage_Core_Model_Abstract
31
+ {
32
+ /**
33
+ * Initialize variable model
34
+ */
35
+ protected function _construct()
36
+ {
37
+ $this->_init('admin/variable');
38
+ }
39
+
40
+ /**
41
+ * @return array|bool
42
+ * @throws Exception
43
+ * @throws Zend_Validate_Exception
44
+ */
45
+ public function validate()
46
+ {
47
+ $errors = array();
48
+
49
+ if (!Zend_Validate::is($this->getVariableName(), 'NotEmpty')) {
50
+ $errors[] = Mage::helper('adminhtml')->__('Variable Name is required field.');
51
+ }
52
+ if (!Zend_Validate::is($this->getVariableName(), 'Regex', array('/^[-_a-zA-Z0-9\/]*$/'))) {
53
+ $errors[] = Mage::helper('adminhtml')->__('Variable Name is incorrect.');
54
+ }
55
+
56
+ if (!in_array($this->getIsAllowed(), array('0', '1'))) {
57
+ $errors[] = Mage::helper('adminhtml')->__('Is Allowed is required field.');
58
+ }
59
+
60
+ if (empty($errors)) {
61
+ return true;
62
+ }
63
+ return $errors;
64
+ }
65
+
66
+ /**
67
+ * Check is config directive with given path can be parsed via configDirective method
68
+ *
69
+ * @param $path string
70
+ * @return int
71
+ */
72
+ public function isPathAllowed($path)
73
+ {
74
+ /** @var Mage_Admin_Model_Resource_Variable_Collection $collection */
75
+ $collection = Mage::getResourceModel('admin/variable_collection');
76
+ $collection->addFieldToFilter('variable_name', array('eq' => $path))
77
+ ->addFieldToFilter('is_allowed', array('eq' => 1));
78
+ return $collection->load()->count();
79
+ }
80
+ }
app/code/core/Mage/Admin/etc/config.xml CHANGED
@@ -28,7 +28,7 @@
28
  <config>
29
  <modules>
30
  <Mage_Admin>
31
- <version>1.6.1.1</version>
32
  </Mage_Admin>
33
  </modules>
34
  <global>
@@ -50,6 +50,12 @@
50
  <rule>
51
  <table>admin_rule</table>
52
  </rule>
 
 
 
 
 
 
53
  <assert>
54
  <table>admin_assert</table>
55
  </assert>
28
  <config>
29
  <modules>
30
  <Mage_Admin>
31
+ <version>1.6.1.2</version>
32
  </Mage_Admin>
33
  </modules>
34
  <global>
50
  <rule>
51
  <table>admin_rule</table>
52
  </rule>
53
+ <permission_variable>
54
+ <table>permission_variable</table>
55
+ </permission_variable>
56
+ <permission_block>
57
+ <table>permission_block</table>
58
+ </permission_block>
59
  <assert>
60
  <table>admin_assert</table>
61
  </assert>
app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.1-1.6.1.2.php ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category Mage
22
+ * @package Mage_Admin
23
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /** @var $installer Mage_Core_Model_Resource_Setup */
28
+ $installer = $this;
29
+ $installer->startSetup();
30
+
31
+ $table = $installer->getConnection()
32
+ ->newTable($installer->getTable('admin/permission_variable'))
33
+ ->addColumn('variable_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
34
+ 'identity' => true,
35
+ 'unsigned' => true,
36
+ 'nullable' => false,
37
+ 'primary' => true,
38
+ ), 'Variable ID')
39
+ ->addColumn('variable_name', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array(
40
+ 'primary' => true,
41
+ 'nullable' => false,
42
+ 'default' => "",
43
+ ), 'Config Path')
44
+ ->addColumn('is_allowed', Varien_Db_Ddl_Table::TYPE_BOOLEAN, null, array(
45
+ 'nullable' => false,
46
+ 'default' => 0,
47
+ ), 'Mark that config can be processed by filters')
48
+ ->addIndex($installer->getIdxName('admin/permission_variable', array('variable_name'), Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE),
49
+ array('variable_name'), array('type' => Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE))
50
+ ->setComment('System variables that can be processed via content filter');
51
+ $installer->getConnection()->createTable($table);
52
+
53
+ $installer->getConnection()->insertMultiple(
54
+ $installer->getTable('admin/permission_variable'),
55
+ array(
56
+ array('variable_name' => 'trans_email/ident_support/name', 'is_allowed' => 1),
57
+ array('variable_name' => 'trans_email/ident_support/email','is_allowed' => 1),
58
+ array('variable_name' => 'web/unsecure/base_url','is_allowed' => 1),
59
+ array('variable_name' => 'web/secure/base_url','is_allowed' => 1),
60
+ array('variable_name' => 'trans_email/ident_general/name','is_allowed' => 1),
61
+ array('variable_name' => 'trans_email/ident_general/email', 'is_allowed' => 1),
62
+ array('variable_name' => 'trans_email/ident_sales/name','is_allowed' => 1),
63
+ array('variable_name' => 'trans_email/ident_sales/email','is_allowed' => 1),
64
+ array('variable_name' => 'trans_email/ident_custom1/name','is_allowed' => 1),
65
+ array('variable_name' => 'trans_email/ident_custom1/email','is_allowed' => 1),
66
+ array('variable_name' => 'trans_email/ident_custom2/name','is_allowed' => 1),
67
+ array('variable_name' => 'trans_email/ident_custom2/email','is_allowed' => 1),
68
+ array('variable_name' => 'general/store_information/name', 'is_allowed' => 1),
69
+ array('variable_name' => 'general/store_information/phone','is_allowed' => 1),
70
+ array('variable_name' => 'general/store_information/address', 'is_allowed' => 1),
71
+ )
72
+ );
73
+
74
+ $table = $installer->getConnection()
75
+ ->newTable($installer->getTable('admin/permission_block'))
76
+ ->addColumn('block_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
77
+ 'identity' => true,
78
+ 'unsigned' => true,
79
+ 'nullable' => false,
80
+ 'primary' => true,
81
+ ), 'Block ID')
82
+ ->addColumn('block_name', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array(
83
+ 'nullable' => false,
84
+ 'default' => "",
85
+ ), 'Block Name')
86
+ ->addColumn('is_allowed', Varien_Db_Ddl_Table::TYPE_BOOLEAN, null, array(
87
+ 'nullable' => false,
88
+ 'default' => 0,
89
+ ), 'Mark that block can be processed by filters')
90
+ ->addIndex($installer->getIdxName('admin/permission_block', array('block_name'), Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE),
91
+ array('block_name'), array('type' => Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE))
92
+ ->setComment('System blocks that can be processed via content filter');
93
+ $installer->getConnection()->createTable($table);
94
+
95
+ $installer->getConnection()->insertMultiple(
96
+ $installer->getTable('admin/permission_block'),
97
+ array(
98
+ array('block_name' => 'core/template', 'is_allowed' => 1),
99
+ array('block_name' => 'catalog/product_new', 'is_allowed' => 1),
100
+ )
101
+ );
102
+
103
+ $installer->endSetup();
app/code/core/Mage/Catalog/Model/Product/Option/Type/File.php CHANGED
@@ -126,17 +126,9 @@ class Mage_Catalog_Model_Product_Option_Type_File extends Mage_Catalog_Model_Pro
126
  * Check whether we receive uploaded file or restore file by: reorder/edit configuration or
127
  * previous configuration with no newly uploaded file
128
  */
129
- $fileInfo = null;
130
- if (isset($values[$option->getId()]) && is_array($values[$option->getId()])) {
131
- // Legacy style, file info comes in array with option id index
132
- $fileInfo = $values[$option->getId()];
133
- } else {
134
- /*
135
- * New recommended style - file info comes in request processing parameters and we
136
- * sure that this file info originates from Magento, not from manually formed POST request
137
- */
138
- $fileInfo = $this->_getCurrentConfigFileInfo();
139
- }
140
  if ($fileInfo !== null) {
141
  if (is_array($fileInfo) && $this->_validateFile($fileInfo)) {
142
  $value = $fileInfo;
@@ -448,6 +440,11 @@ class Mage_Catalog_Model_Product_Option_Type_File extends Mage_Catalog_Model_Pro
448
  // Save option in request, because we have no $_FILES['options']
449
  $requestOptions[$this->getOption()->getId()] = $value;
450
  $result = serialize($value);
 
 
 
 
 
451
  } else {
452
  /*
453
  * Clear option info from request, so it won't be stored in our db upon
@@ -478,7 +475,7 @@ class Mage_Catalog_Model_Product_Option_Type_File extends Mage_Catalog_Model_Pro
478
  {
479
  if ($this->_formattedOptionValue === null) {
480
  try {
481
- $value = unserialize($optionValue);
482
 
483
  $customOptionUrlParams = $this->getCustomOptionUrlParams()
484
  ? $this->getCustomOptionUrlParams()
@@ -542,7 +539,7 @@ class Mage_Catalog_Model_Product_Option_Type_File extends Mage_Catalog_Model_Pro
542
  if (is_array($value)) {
543
  return $value;
544
  } elseif (is_string($value) && !empty($value)) {
545
- return unserialize($value);
546
  } else {
547
  return array();
548
  }
@@ -568,7 +565,7 @@ class Mage_Catalog_Model_Product_Option_Type_File extends Mage_Catalog_Model_Pro
568
  public function getEditableOptionValue($optionValue)
569
  {
570
  try {
571
- $value = unserialize($optionValue);
572
  return sprintf('%s [%d]',
573
  Mage::helper('core')->escapeHtml($value['title']),
574
  $this->getConfigurationItemOption()->getId()
@@ -593,7 +590,6 @@ class Mage_Catalog_Model_Product_Option_Type_File extends Mage_Catalog_Model_Pro
593
  $confItemOptionId = $matches[1];
594
  $option = Mage::getModel('sales/quote_item_option')->load($confItemOptionId);
595
  try {
596
- unserialize($option->getValue());
597
  return $option->getValue();
598
  } catch (Exception $e) {
599
  return null;
@@ -612,7 +608,7 @@ class Mage_Catalog_Model_Product_Option_Type_File extends Mage_Catalog_Model_Pro
612
  public function prepareOptionValueForRequest($optionValue)
613
  {
614
  try {
615
- $result = unserialize($optionValue);
616
  return $result;
617
  } catch (Exception $e) {
618
  return null;
@@ -628,7 +624,7 @@ class Mage_Catalog_Model_Product_Option_Type_File extends Mage_Catalog_Model_Pro
628
  {
629
  $quoteOption = $this->getQuoteItemOption();
630
  try {
631
- $value = unserialize($quoteOption->getValue());
632
  if (!isset($value['quote_path'])) {
633
  throw new Exception();
634
  }
126
  * Check whether we receive uploaded file or restore file by: reorder/edit configuration or
127
  * previous configuration with no newly uploaded file
128
  */
129
+
130
+ $fileInfo = $this->_getCurrentConfigFileInfo();
131
+
 
 
 
 
 
 
 
 
132
  if ($fileInfo !== null) {
133
  if (is_array($fileInfo) && $this->_validateFile($fileInfo)) {
134
  $value = $fileInfo;
440
  // Save option in request, because we have no $_FILES['options']
441
  $requestOptions[$this->getOption()->getId()] = $value;
442
  $result = serialize($value);
443
+ try {
444
+ Mage::helper('core/unserializeArray')->unserialize($result);
445
+ } catch (Exception $e) {
446
+ Mage::throwException(Mage::helper('catalog')->__("File options format is not valid."));
447
+ }
448
  } else {
449
  /*
450
  * Clear option info from request, so it won't be stored in our db upon
475
  {
476
  if ($this->_formattedOptionValue === null) {
477
  try {
478
+ $value = Mage::helper('core/unserializeArray')->unserialize($optionValue);
479
 
480
  $customOptionUrlParams = $this->getCustomOptionUrlParams()
481
  ? $this->getCustomOptionUrlParams()
539
  if (is_array($value)) {
540
  return $value;
541
  } elseif (is_string($value) && !empty($value)) {
542
+ return Mage::helper('core/unserializeArray')->unserialize($value);
543
  } else {
544
  return array();
545
  }
565
  public function getEditableOptionValue($optionValue)
566
  {
567
  try {
568
+ $value = Mage::helper('core/unserializeArray')->unserialize($optionValue);
569
  return sprintf('%s [%d]',
570
  Mage::helper('core')->escapeHtml($value['title']),
571
  $this->getConfigurationItemOption()->getId()
590
  $confItemOptionId = $matches[1];
591
  $option = Mage::getModel('sales/quote_item_option')->load($confItemOptionId);
592
  try {
 
593
  return $option->getValue();
594
  } catch (Exception $e) {
595
  return null;
608
  public function prepareOptionValueForRequest($optionValue)
609
  {
610
  try {
611
+ $result = Mage::helper('core/unserializeArray')->unserialize($optionValue);
612
  return $result;
613
  } catch (Exception $e) {
614
  return null;
624
  {
625
  $quoteOption = $this->getQuoteItemOption();
626
  try {
627
+ $value = Mage::helper('core/unserializeArray')->unserialize($quoteOption->getValue());
628
  if (!isset($value['quote_path'])) {
629
  throw new Exception();
630
  }
app/code/core/Mage/Connect/Helper/Data.php CHANGED
@@ -33,6 +33,18 @@
33
  */
34
  class Mage_Connect_Helper_Data extends Mage_Core_Helper_Data
35
  {
 
 
 
 
 
 
 
 
 
 
 
 
36
  /**
37
  * Retrieve file system path for local extension packages
38
  * Return path with last directory separator
@@ -41,7 +53,17 @@ class Mage_Connect_Helper_Data extends Mage_Core_Helper_Data
41
  */
42
  public function getLocalPackagesPath()
43
  {
44
- return Mage::getBaseDir('var') . DS . 'connect' . DS;
 
 
 
 
 
 
 
 
 
 
45
  }
46
 
47
  /**
33
  */
34
  class Mage_Connect_Helper_Data extends Mage_Core_Helper_Data
35
  {
36
+ /**
37
+ * Path to directory that contains XML packages definition
38
+ *
39
+ * @var string
40
+ */
41
+ protected $_localPackagesPath;
42
+
43
+ public function __construct()
44
+ {
45
+ $this->_localPackagesPath = Mage::getBaseDir('var') . DS . 'connect' . DS;
46
+ }
47
+
48
  /**
49
  * Retrieve file system path for local extension packages
50
  * Return path with last directory separator
53
  */
54
  public function getLocalPackagesPath()
55
  {
56
+ return $this->_localPackagesPath;
57
+ }
58
+
59
+ /**
60
+ * Set file system path for local extension packages
61
+ *
62
+ */
63
+ public function setLocalPackagesPath($path)
64
+ {
65
+ $this->_localPackagesPath = $path;
66
+ return $this;
67
  }
68
 
69
  /**
app/code/core/Mage/Core/Controller/Front/Action.php CHANGED
@@ -173,9 +173,19 @@ class Mage_Core_Controller_Front_Action extends Mage_Core_Controller_Varien_Acti
173
  protected function _validateFormKey()
174
  {
175
  $validated = true;
176
- if (Mage::getStoreConfigFlag(self::XML_CSRF_USE_FLAG_CONFIG_PATH)) {
177
  $validated = parent::_validateFormKey();
178
  }
179
  return $validated;
180
  }
 
 
 
 
 
 
 
 
 
 
181
  }
173
  protected function _validateFormKey()
174
  {
175
  $validated = true;
176
+ if ($this->_isFormKeyEnabled()) {
177
  $validated = parent::_validateFormKey();
178
  }
179
  return $validated;
180
  }
181
+
182
+ /**
183
+ * Check if form key validation is enabled.
184
+ *
185
+ * @return bool
186
+ */
187
+ protected function _isFormKeyEnabled()
188
+ {
189
+ return Mage::getStoreConfigFlag(self::XML_CSRF_USE_FLAG_CONFIG_PATH);
190
+ }
191
  }
app/code/core/Mage/Core/Controller/Varien/Router/Admin.php CHANGED
@@ -130,6 +130,29 @@ class Mage_Core_Controller_Varien_Router_Admin extends Mage_Core_Controller_Vari
130
  parent::collectRoutes($configArea, $useRouterName);
131
  }
132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  /**
134
  * Check if current controller instance is allowed in current router.
135
  *
130
  parent::collectRoutes($configArea, $useRouterName);
131
  }
132
 
133
+ /**
134
+ * Add module definition to routes.
135
+ *
136
+ * @param string $frontName
137
+ * @param mixed $moduleName
138
+ * @param string $routeName
139
+ * @return $this
140
+ */
141
+ public function addModule($frontName, $moduleName, $routeName)
142
+ {
143
+ $isExtensionsCompatibilityMode = (bool)(string)Mage::getConfig()->getNode(
144
+ 'default/admin/security/extensions_compatibility_mode'
145
+ );
146
+ $configRouterFrontName = (string)Mage::getConfig()->getNode(
147
+ Mage_Adminhtml_Helper_Data::XML_PATH_ADMINHTML_ROUTER_FRONTNAME
148
+ );
149
+ if ($isExtensionsCompatibilityMode || ($frontName == $configRouterFrontName)) {
150
+ return parent::addModule($frontName, $moduleName, $routeName);
151
+ } else {
152
+ return $this;
153
+ }
154
+ }
155
+
156
  /**
157
  * Check if current controller instance is allowed in current router.
158
  *
app/code/core/Mage/Core/Helper/UnserializeArray.php ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category Mage
22
+ * @package Mage_Core
23
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Core unserialize helper
29
+ *
30
+ * @category Mage
31
+ * @package Mage_Core
32
+ * @author Magento Core Team <core@magentocommerce.com>
33
+ */
34
+ class Mage_Core_Helper_UnserializeArray
35
+ {
36
+ /**
37
+ * @param string $str
38
+ * @return array
39
+ * @throws Exception
40
+ */
41
+ public function unserialize($str)
42
+ {
43
+ $parser = new Unserialize_Parser();
44
+ return $parser->unserialize($str);
45
+ }
46
+ }
app/code/core/Mage/Core/Model/Email/Queue.php CHANGED
@@ -41,6 +41,11 @@
41
  * @method Mage_Core_Model_Email_Queue setMessageParameters(array $value)
42
  * @method Mage_Core_Model_Email_Queue setProcessedAt(string $value)
43
  * @method array getMessageParameters()
 
 
 
 
 
44
  */
45
  class Mage_Core_Model_Email_Queue extends Mage_Core_Model_Abstract
46
  {
41
  * @method Mage_Core_Model_Email_Queue setMessageParameters(array $value)
42
  * @method Mage_Core_Model_Email_Queue setProcessedAt(string $value)
43
  * @method array getMessageParameters()
44
+ *
45
+ * @category Mage
46
+ * @package Mage_Core
47
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
48
+ * @license http://www.magentocommerce.com/license/enterprise-edition
49
  */
50
  class Mage_Core_Model_Email_Queue extends Mage_Core_Model_Abstract
51
  {
app/code/core/Mage/Core/Model/Email/Template/Filter.php CHANGED
@@ -70,6 +70,12 @@ class Mage_Core_Model_Email_Template_Filter extends Varien_Filter_Template
70
  */
71
  protected $_inlineCssFile = false;
72
 
 
 
 
 
 
 
73
  /**
74
  * Setup callbacks for filters
75
  *
@@ -77,6 +83,8 @@ class Mage_Core_Model_Email_Template_Filter extends Varien_Filter_Template
77
  public function __construct()
78
  {
79
  $this->_modifiers['escape'] = array($this, 'modifierEscape');
 
 
80
  }
81
 
82
  /**
@@ -165,8 +173,10 @@ class Mage_Core_Model_Email_Template_Filter extends Varien_Filter_Template
165
  $layout = Mage::app()->getLayout();
166
 
167
  if (isset($blockParameters['type'])) {
168
- $type = $blockParameters['type'];
169
- $block = $layout->createBlock($type, null, $blockParameters);
 
 
170
  } elseif (isset($blockParameters['id'])) {
171
  $block = $layout->createBlock('cms/block');
172
  if ($block) {
@@ -466,7 +476,7 @@ class Mage_Core_Model_Email_Template_Filter extends Varien_Filter_Template
466
  $configValue = '';
467
  $params = $this->_getIncludeParameters($construction[2]);
468
  $storeId = $this->getStoreId();
469
- if (isset($params['path'])) {
470
  $configValue = Mage::getStoreConfig($params['path'], $storeId);
471
  }
472
  return $configValue;
70
  */
71
  protected $_inlineCssFile = false;
72
 
73
+ /** @var Mage_Admin_Model_Variable */
74
+ protected $_permissionVariable;
75
+
76
+ /** @var Mage_Admin_Model_Block */
77
+ protected $_permissionBlock;
78
+
79
  /**
80
  * Setup callbacks for filters
81
  *
83
  public function __construct()
84
  {
85
  $this->_modifiers['escape'] = array($this, 'modifierEscape');
86
+ $this->_permissionVariable = Mage::getModel('admin/variable');
87
+ $this->_permissionBlock = Mage::getModel('admin/block');
88
  }
89
 
90
  /**
173
  $layout = Mage::app()->getLayout();
174
 
175
  if (isset($blockParameters['type'])) {
176
+ if ($this->_permissionBlock->isTypeAllowed($blockParameters['type'])) {
177
+ $type = $blockParameters['type'];
178
+ $block = $layout->createBlock($type, null, $blockParameters);
179
+ }
180
  } elseif (isset($blockParameters['id'])) {
181
  $block = $layout->createBlock('cms/block');
182
  if ($block) {
476
  $configValue = '';
477
  $params = $this->_getIncludeParameters($construction[2]);
478
  $storeId = $this->getStoreId();
479
+ if (isset($params['path']) && $this->_permissionVariable->isPathAllowed($params['path'])) {
480
  $configValue = Mage::getStoreConfig($params['path'], $storeId);
481
  }
482
  return $configValue;
app/code/core/Mage/Core/Model/Resource/Setup.php CHANGED
@@ -641,7 +641,6 @@ class Mage_Core_Model_Resource_Setup
641
  $this->_setResourceVersion($actionType, $file['toVersion']);
642
  }
643
  } catch (Exception $e) {
644
- printf('<pre>%s</pre>', print_r($e, true));
645
  throw Mage::exception('Mage_Core', Mage::helper('core')->__('Error in file: "%s" - %s', $fileName, $e->getMessage()));
646
  }
647
  $version = $file['toVersion'];
641
  $this->_setResourceVersion($actionType, $file['toVersion']);
642
  }
643
  } catch (Exception $e) {
 
644
  throw Mage::exception('Mage_Core', Mage::helper('core')->__('Error in file: "%s" - %s', $fileName, $e->getMessage()));
645
  }
646
  $version = $file['toVersion'];
app/code/core/Mage/Core/etc/config.xml CHANGED
@@ -415,6 +415,7 @@
415
  <use_form_key>1</use_form_key>
416
  <domain_policy_backend>2</domain_policy_backend>
417
  <domain_policy_frontend>2</domain_policy_frontend>
 
418
  </security>
419
  </admin>
420
  <general>
415
  <use_form_key>1</use_form_key>
416
  <domain_policy_backend>2</domain_policy_backend>
417
  <domain_policy_frontend>2</domain_policy_frontend>
418
+ <extensions_compatibility_mode>1</extensions_compatibility_mode>
419
  </security>
420
  </admin>
421
  <general>
app/code/core/Mage/Core/etc/system.xml CHANGED
@@ -1188,7 +1188,7 @@
1188
  <show_in_website>0</show_in_website>
1189
  <show_in_store>0</show_in_store>
1190
  </session_cookie_lifetime>
1191
- <domain_policy_backend translate="label">
1192
  <label>Allow Magento Backend to run in frame</label>
1193
  <frontend_type>select</frontend_type>
1194
  <comment>Enabling ability to run Magento in a frame is not recommended for security reasons.</comment>
@@ -1198,7 +1198,7 @@
1198
  <show_in_website>0</show_in_website>
1199
  <show_in_store>0</show_in_store>
1200
  </domain_policy_backend>
1201
- <domain_policy_frontend translate="label">
1202
  <label>Allow Magento Frontend to run in frame</label>
1203
  <comment>Enabling ability to run Magento in a frame is not recommended for security reasons.</comment>
1204
  <frontend_type>select</frontend_type>
@@ -1208,6 +1208,16 @@
1208
  <show_in_website>0</show_in_website>
1209
  <show_in_store>0</show_in_store>
1210
  </domain_policy_frontend>
 
 
 
 
 
 
 
 
 
 
1211
  </fields>
1212
  </security>
1213
  <dashboard translate="label">
1188
  <show_in_website>0</show_in_website>
1189
  <show_in_store>0</show_in_store>
1190
  </session_cookie_lifetime>
1191
+ <domain_policy_backend translate="label comment">
1192
  <label>Allow Magento Backend to run in frame</label>
1193
  <frontend_type>select</frontend_type>
1194
  <comment>Enabling ability to run Magento in a frame is not recommended for security reasons.</comment>
1198
  <show_in_website>0</show_in_website>
1199
  <show_in_store>0</show_in_store>
1200
  </domain_policy_backend>
1201
+ <domain_policy_frontend translate="label comment">
1202
  <label>Allow Magento Frontend to run in frame</label>
1203
  <comment>Enabling ability to run Magento in a frame is not recommended for security reasons.</comment>
1204
  <frontend_type>select</frontend_type>
1208
  <show_in_website>0</show_in_website>
1209
  <show_in_store>0</show_in_store>
1210
  </domain_policy_frontend>
1211
+ <extensions_compatibility_mode translate="label comment">
1212
+ <label>Admin routing compatibility mode for extensions</label>
1213
+ <comment>Enabling this setting increases risk of automated attacks against admin functionality.</comment>
1214
+ <frontend_type>select</frontend_type>
1215
+ <sort_order>6</sort_order>
1216
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
1217
+ <show_in_default>1</show_in_default>
1218
+ <show_in_website>0</show_in_website>
1219
+ <show_in_store>0</show_in_store>
1220
+ </extensions_compatibility_mode>
1221
  </fields>
1222
  </security>
1223
  <dashboard translate="label">
app/code/core/Mage/Customer/Block/Account/Changeforgotten.php ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category Mage
22
+ * @package Mage_Customer
23
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Customer reset password form
29
+ *
30
+ * @category Mage
31
+ * @package Mage_Customer
32
+ * @author Magento Core Team <core@magentocommerce.com>
33
+ */
34
+ class Mage_Customer_Block_Account_Changeforgotten extends Mage_Core_Block_Template
35
+ {
36
+
37
+ }
app/code/core/Mage/Customer/Block/Account/Resetpassword.php CHANGED
@@ -32,6 +32,9 @@
32
  * @author Magento Core Team <core@magentocommerce.com>
33
  */
34
 
 
 
 
35
  class Mage_Customer_Block_Account_Resetpassword extends Mage_Core_Block_Template
36
  {
37
 
32
  * @author Magento Core Team <core@magentocommerce.com>
33
  */
34
 
35
+ /**
36
+ * @deprecated
37
+ */
38
  class Mage_Customer_Block_Account_Resetpassword extends Mage_Core_Block_Template
39
  {
40
 
app/code/core/Mage/Customer/controllers/AccountController.php CHANGED
@@ -33,6 +33,9 @@
33
  */
34
  class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
35
  {
 
 
 
36
  /**
37
  * Action list where need check enabled cookie
38
  *
@@ -72,6 +75,7 @@ class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
72
  'logoutsuccess',
73
  'forgotpassword',
74
  'forgotpasswordpost',
 
75
  'resetpassword',
76
  'resetpasswordpost',
77
  'confirm',
@@ -268,15 +272,21 @@ class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
268
  */
269
  public function createPostAction()
270
  {
 
 
 
 
 
 
 
271
  /** @var $session Mage_Customer_Model_Session */
272
  $session = $this->_getSession();
273
  if ($session->isLoggedIn()) {
274
  $this->_redirect('*/*/');
275
  return;
276
  }
277
- $session->setEscapeMessages(true); // prevent XSS injection in user input
278
  if (!$this->getRequest()->isPost()) {
279
- $errUrl = $this->_getUrl('*/*/create', array('_secure' => true));
280
  $this->_redirectError($errUrl);
281
  return;
282
  }
@@ -300,16 +310,15 @@ class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
300
  if ($e->getCode() === Mage_Customer_Model_Customer::EXCEPTION_EMAIL_EXISTS) {
301
  $url = $this->_getUrl('customer/account/forgotpassword');
302
  $message = $this->__('There is already an account with this email address. If you are sure that it is your email address, <a href="%s">click here</a> to get your password and access your account.', $url);
303
- $session->setEscapeMessages(false);
304
  } else {
305
- $message = $e->getMessage();
306
  }
307
  $session->addError($message);
308
  } catch (Exception $e) {
309
- $session->setCustomerFormData($this->getRequest()->getPost())
310
- ->addException($e, $this->__('Cannot save the customer.'));
311
  }
312
- $errUrl = $this->_getUrl('*/*/create', array('_secure' => true));
313
  $this->_redirectError($errUrl);
314
  }
315
 
@@ -377,13 +386,24 @@ class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
377
  $session->setCustomerFormData($this->getRequest()->getPost());
378
  if (is_array($errors)) {
379
  foreach ($errors as $errorMessage) {
380
- $session->addError($errorMessage);
381
  }
382
  } else {
383
  $session->addError($this->__('Invalid customer data'));
384
  }
385
  }
386
 
 
 
 
 
 
 
 
 
 
 
 
387
  /**
388
  * Validate customer data and return errors if they are
389
  *
@@ -741,23 +761,39 @@ class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
741
  /**
742
  * Display reset forgotten password form
743
  *
744
- * User is redirected on this action when he clicks on the corresponding link in password reset confirmation email
745
- *
746
  */
747
- public function resetPasswordAction()
748
  {
749
- $resetPasswordLinkToken = (string) $this->getRequest()->getQuery('token');
750
- $customerId = (int) $this->getRequest()->getQuery('id');
751
  try {
 
752
  $this->_validateResetPasswordLinkToken($customerId, $resetPasswordLinkToken);
753
  $this->loadLayout();
754
- // Pass received parameters to the reset forgotten password form
755
- $this->getLayout()->getBlock('resetPassword')
756
- ->setCustomerId($customerId)
757
- ->setResetPasswordLinkToken($resetPasswordLinkToken);
758
  $this->renderLayout();
 
759
  } catch (Exception $exception) {
760
- $this->_getSession()->addError( $this->_getHelper('customer')->__('Your password reset link has expired.'));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
761
  $this->_redirect('*/*/forgotpassword');
762
  }
763
  }
@@ -768,15 +804,14 @@ class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
768
  */
769
  public function resetPasswordPostAction()
770
  {
771
- $resetPasswordLinkToken = (string) $this->getRequest()->getQuery('token');
772
- $customerId = (int) $this->getRequest()->getQuery('id');
773
- $password = (string) $this->getRequest()->getPost('password');
774
- $passwordConfirmation = (string) $this->getRequest()->getPost('confirmation');
775
 
776
  try {
777
  $this->_validateResetPasswordLinkToken($customerId, $resetPasswordLinkToken);
778
  } catch (Exception $exception) {
779
- $this->_getSession()->addError( $this->_getHelper('customer')->__('Your password reset link has expired.'));
780
  $this->_redirect('*/*/');
781
  return;
782
  }
@@ -800,10 +835,7 @@ class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
800
  foreach ($errorMessages as $errorMessage) {
801
  $this->_getSession()->addError($errorMessage);
802
  }
803
- $this->_redirect('*/*/resetpassword', array(
804
- 'id' => $customerId,
805
- 'token' => $resetPasswordLinkToken
806
- ));
807
  return;
808
  }
809
 
@@ -813,14 +845,15 @@ class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
813
  $customer->setRpTokenCreatedAt(null);
814
  $customer->cleanPasswordsValidationData();
815
  $customer->save();
816
- $this->_getSession()->addSuccess( $this->_getHelper('customer')->__('Your password has been updated.'));
 
 
 
 
817
  $this->_redirect('*/*/login');
818
  } catch (Exception $exception) {
819
  $this->_getSession()->addException($exception, $this->__('Cannot save a new password.'));
820
- $this->_redirect('*/*/resetpassword', array(
821
- 'id' => $customerId,
822
- 'token' => $resetPasswordLinkToken
823
- ));
824
  return;
825
  }
826
  }
@@ -997,4 +1030,34 @@ class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
997
  {
998
  return $this->_getHelper('customer/address')->isVatValidationEnabled($store);
999
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1000
  }
33
  */
34
  class Mage_Customer_AccountController extends Mage_Core_Controller_Front_Action
35
  {
36
+ const CUSTOMER_ID_SESSION_NAME = "customerId";
37
+ const TOKEN_SESSION_NAME = "token";
38
+
39
  /**
40
  * Action list where need check enabled cookie
41
  *
75
  'logoutsuccess',
76
  'forgotpassword',
77
  'forgotpasswordpost',
78
+ 'changeforgotten',
79
  'resetpassword',
80
  'resetpasswordpost',
81
  'confirm',
272
  */
273
  public function createPostAction()
274
  {
275
+ $errUrl = $this->_getUrl('*/*/create', array('_secure' => true));
276
+
277
+ if (!$this->_validateFormKey()) {
278
+ $this->_redirectError($errUrl);
279
+ return;
280
+ }
281
+
282
  /** @var $session Mage_Customer_Model_Session */
283
  $session = $this->_getSession();
284
  if ($session->isLoggedIn()) {
285
  $this->_redirect('*/*/');
286
  return;
287
  }
288
+
289
  if (!$this->getRequest()->isPost()) {
 
290
  $this->_redirectError($errUrl);
291
  return;
292
  }
310
  if ($e->getCode() === Mage_Customer_Model_Customer::EXCEPTION_EMAIL_EXISTS) {
311
  $url = $this->_getUrl('customer/account/forgotpassword');
312
  $message = $this->__('There is already an account with this email address. If you are sure that it is your email address, <a href="%s">click here</a> to get your password and access your account.', $url);
 
313
  } else {
314
+ $message = $this->_escapeHtml($e->getMessage());
315
  }
316
  $session->addError($message);
317
  } catch (Exception $e) {
318
+ $session->setCustomerFormData($this->getRequest()->getPost());
319
+ $session->addException($e, $this->__('Cannot save the customer.'));
320
  }
321
+
322
  $this->_redirectError($errUrl);
323
  }
324
 
386
  $session->setCustomerFormData($this->getRequest()->getPost());
387
  if (is_array($errors)) {
388
  foreach ($errors as $errorMessage) {
389
+ $session->addError($this->_escapeHtml($errorMessage));
390
  }
391
  } else {
392
  $session->addError($this->__('Invalid customer data'));
393
  }
394
  }
395
 
396
+ /**
397
+ * Escape message text HTML.
398
+ *
399
+ * @param string $text
400
+ * @return string
401
+ */
402
+ protected function _escapeHtml($text)
403
+ {
404
+ return Mage::helper('core')->escapeHtml($text);
405
+ }
406
+
407
  /**
408
  * Validate customer data and return errors if they are
409
  *
761
  /**
762
  * Display reset forgotten password form
763
  *
 
 
764
  */
765
+ public function changeForgottenAction()
766
  {
 
 
767
  try {
768
+ list($customerId, $resetPasswordLinkToken) = $this->_getRestorePasswordParameters($this->_getSession());
769
  $this->_validateResetPasswordLinkToken($customerId, $resetPasswordLinkToken);
770
  $this->loadLayout();
 
 
 
 
771
  $this->renderLayout();
772
+
773
  } catch (Exception $exception) {
774
+ $this->_getSession()->addError($this->_getHelper('customer')->__('Your password reset link has expired.'));
775
+ $this->_redirect('*/*/forgotpassword');
776
+ }
777
+ }
778
+
779
+ /**
780
+ * Checks reset forgotten password token
781
+ *
782
+ * User is redirected on this action when he clicks on the corresponding link in password reset confirmation email.
783
+ *
784
+ */
785
+ public function resetPasswordAction()
786
+ {
787
+ try {
788
+ $customerId = (int)$this->getRequest()->getQuery("id");
789
+ $resetPasswordLinkToken = (string)$this->getRequest()->getQuery('token');
790
+
791
+ $this->_validateResetPasswordLinkToken($customerId, $resetPasswordLinkToken);
792
+ $this->_saveRestorePasswordParameters($customerId, $resetPasswordLinkToken)
793
+ ->_redirect('*/*/changeforgotten');
794
+
795
+ } catch (Exception $exception) {
796
+ $this->_getSession()->addError($this->_getHelper('customer')->__('Your password reset link has expired.'));
797
  $this->_redirect('*/*/forgotpassword');
798
  }
799
  }
804
  */
805
  public function resetPasswordPostAction()
806
  {
807
+ list($customerId, $resetPasswordLinkToken) = $this->_getRestorePasswordParameters($this->_getSession());
808
+ $password = (string)$this->getRequest()->getPost('password');
809
+ $passwordConfirmation = (string)$this->getRequest()->getPost('confirmation');
 
810
 
811
  try {
812
  $this->_validateResetPasswordLinkToken($customerId, $resetPasswordLinkToken);
813
  } catch (Exception $exception) {
814
+ $this->_getSession()->addError($this->_getHelper('customer')->__('Your password reset link has expired.'));
815
  $this->_redirect('*/*/');
816
  return;
817
  }
835
  foreach ($errorMessages as $errorMessage) {
836
  $this->_getSession()->addError($errorMessage);
837
  }
838
+ $this->_redirect('*/*/changeforgotten');
 
 
 
839
  return;
840
  }
841
 
845
  $customer->setRpTokenCreatedAt(null);
846
  $customer->cleanPasswordsValidationData();
847
  $customer->save();
848
+
849
+ $this->_getSession()->unsetData(self::TOKEN_SESSION_NAME);
850
+ $this->_getSession()->unsetData(self::CUSTOMER_ID_SESSION_NAME);
851
+
852
+ $this->_getSession()->addSuccess($this->_getHelper('customer')->__('Your password has been updated.'));
853
  $this->_redirect('*/*/login');
854
  } catch (Exception $exception) {
855
  $this->_getSession()->addException($exception, $this->__('Cannot save a new password.'));
856
+ $this->_redirect('*/*/changeforgotten');
 
 
 
857
  return;
858
  }
859
  }
1030
  {
1031
  return $this->_getHelper('customer/address')->isVatValidationEnabled($store);
1032
  }
1033
+
1034
+ /**
1035
+ * Get restore password params.
1036
+ *
1037
+ * @param Mage_Customer_Model_Session $session
1038
+ * @return array array ($customerId, $resetPasswordToken)
1039
+ */
1040
+ protected function _getRestorePasswordParameters(Mage_Customer_Model_Session $session)
1041
+ {
1042
+ return array(
1043
+ (int) $session->getData(self::CUSTOMER_ID_SESSION_NAME),
1044
+ (string) $session->getData(self::TOKEN_SESSION_NAME)
1045
+ );
1046
+ }
1047
+
1048
+ /**
1049
+ * Save restore password params to session.
1050
+ *
1051
+ * @param int $customerId
1052
+ * @param string $resetPasswordLinkToken
1053
+ * @return $this
1054
+ */
1055
+ protected function _saveRestorePasswordParameters($customerId, $resetPasswordLinkToken)
1056
+ {
1057
+ $this->_getSession()
1058
+ ->setData(self::CUSTOMER_ID_SESSION_NAME, $customerId)
1059
+ ->setData(self::TOKEN_SESSION_NAME, $resetPasswordLinkToken);
1060
+
1061
+ return $this;
1062
+ }
1063
  }
app/code/core/Mage/Downloadable/Model/Product/Type.php CHANGED
@@ -178,6 +178,10 @@ class Mage_Downloadable_Model_Product_Type extends Mage_Catalog_Model_Product_Ty
178
  unset($sampleItem['file']);
179
  }
180
 
 
 
 
 
181
  $sampleModel->setData($sampleItem)
182
  ->setSampleType($sampleItem['type'])
183
  ->setProductId($product->getId())
@@ -220,6 +224,9 @@ class Mage_Downloadable_Model_Product_Type extends Mage_Catalog_Model_Product_Ty
220
  $sample = $linkItem['sample'];
221
  unset($linkItem['sample']);
222
  }
 
 
 
223
  $linkModel = Mage::getModel('downloadable/link')
224
  ->setData($linkItem)
225
  ->setLinkType($linkItem['type'])
@@ -236,7 +243,7 @@ class Mage_Downloadable_Model_Product_Type extends Mage_Catalog_Model_Product_Ty
236
  $sampleFile = array();
237
  if ($sample && isset($sample['type'])) {
238
  if ($sample['type'] == 'url' && $sample['url'] != '') {
239
- $linkModel->setSampleUrl($sample['url']);
240
  }
241
  $linkModel->setSampleType($sample['type']);
242
  $sampleFile = Mage::helper('core')->jsonDecode($sample['file']);
178
  unset($sampleItem['file']);
179
  }
180
 
181
+ if (isset($sampleItem['sample_url'])) {
182
+ $sampleItem['sample_url'] = Mage::helper('core')->escapeUrl($sampleItem['sample_url']);
183
+ }
184
+
185
  $sampleModel->setData($sampleItem)
186
  ->setSampleType($sampleItem['type'])
187
  ->setProductId($product->getId())
224
  $sample = $linkItem['sample'];
225
  unset($linkItem['sample']);
226
  }
227
+ if (isset($linkItem['link_url'])) {
228
+ $linkItem['link_url'] = Mage::helper('core')->escapeUrl($linkItem['link_url']);
229
+ }
230
  $linkModel = Mage::getModel('downloadable/link')
231
  ->setData($linkItem)
232
  ->setLinkType($linkItem['type'])
243
  $sampleFile = array();
244
  if ($sample && isset($sample['type'])) {
245
  if ($sample['type'] == 'url' && $sample['url'] != '') {
246
+ $linkModel->setSampleUrl(Mage::helper('core')->escapeUrl($sample['url']));
247
  }
248
  $linkModel->setSampleType($sample['type']);
249
  $sampleFile = Mage::helper('core')->jsonDecode($sample['file']);
app/code/core/Mage/Eav/Model/Resource/Attribute/Collection.php CHANGED
@@ -216,7 +216,9 @@ abstract class Mage_Eav_Model_Resource_Attribute_Collection
216
  public function addSystemHiddenFilter()
217
  {
218
  $field = '(CASE WHEN additional_table.is_system = 1 AND additional_table.is_visible = 0 THEN 1 ELSE 0 END)';
219
- return $this->addFieldToFilter($field, 0);
 
 
220
  }
221
 
222
  /**
@@ -228,7 +230,8 @@ abstract class Mage_Eav_Model_Resource_Attribute_Collection
228
  {
229
  $field = '(CASE WHEN additional_table.is_system = 1 AND additional_table.is_visible = 0
230
  AND main_table.attribute_code != "' . self::EAV_CODE_PASSWORD_HASH . '" THEN 1 ELSE 0 END)';
231
- $this->addFieldToFilter($field, 0);
 
232
  return $this;
233
  }
234
 
216
  public function addSystemHiddenFilter()
217
  {
218
  $field = '(CASE WHEN additional_table.is_system = 1 AND additional_table.is_visible = 0 THEN 1 ELSE 0 END)';
219
+ $resultCondition = $this->_getConditionSql($field, 0);
220
+ $this->_select->where($resultCondition);
221
+ return $this;
222
  }
223
 
224
  /**
230
  {
231
  $field = '(CASE WHEN additional_table.is_system = 1 AND additional_table.is_visible = 0
232
  AND main_table.attribute_code != "' . self::EAV_CODE_PASSWORD_HASH . '" THEN 1 ELSE 0 END)';
233
+ $resultCondition = $this->_getConditionSql($field, 0);
234
+ $this->_select->where($resultCondition);
235
  return $this;
236
  }
237
 
app/code/core/Mage/Sales/Model/Resource/Order/Item/Collection.php CHANGED
@@ -139,4 +139,17 @@ class Mage_Sales_Model_Resource_Order_Item_Collection extends Mage_Sales_Model_R
139
  }
140
  return $this;
141
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  }
139
  }
140
  return $this;
141
  }
142
+
143
+ /**
144
+ * Filter only available items.
145
+ *
146
+ * @return Mage_Sales_Model_Resource_Order_Item_Collection
147
+ */
148
+ public function addAvailableFilter()
149
+ {
150
+ $fieldExpression = '(qty_shipped - qty_returned)';
151
+ $resultCondition = $this->_getConditionSql($fieldExpression, array("gt" => 0));
152
+ $this->getSelect()->where($resultCondition);
153
+ return $this;
154
+ }
155
  }
app/code/core/Mage/Sales/controllers/DownloadController.php CHANGED
@@ -48,6 +48,8 @@ class Mage_Sales_DownloadController extends Mage_Core_Controller_Front_Action
48
  throw new Exception();
49
  }
50
 
 
 
51
  $filePath = Mage::getBaseDir() . $info['order_path'];
52
  if ((!is_file($filePath) || !is_readable($filePath)) && !$this->_processDatabaseFile($filePath)) {
53
  //try get file from quote
@@ -65,6 +67,19 @@ class Mage_Sales_DownloadController extends Mage_Core_Controller_Front_Action
65
  }
66
  }
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  /**
69
  * Check file in database storage if needed and place it on file system
70
  *
@@ -176,7 +191,7 @@ class Mage_Sales_DownloadController extends Mage_Core_Controller_Front_Action
176
  }
177
 
178
  try {
179
- $info = unserialize($option->getValue());
180
  $this->_downloadFileAction($info);
181
  } catch (Exception $e) {
182
  $this->_forward('noRoute');
48
  throw new Exception();
49
  }
50
 
51
+ $this->_validateFilePath($info);
52
+
53
  $filePath = Mage::getBaseDir() . $info['order_path'];
54
  if ((!is_file($filePath) || !is_readable($filePath)) && !$this->_processDatabaseFile($filePath)) {
55
  //try get file from quote
67
  }
68
  }
69
 
70
+ /**
71
+ * @param array $info
72
+ * @throws Exception
73
+ */
74
+ protected function _validateFilePath($info)
75
+ {
76
+ $optionFile = Mage::getModel('catalog/product_option_type_file');
77
+ $optionStoragePath = $optionFile->getOrderTargetDir(true);
78
+ if (strpos($info['order_path'], $optionStoragePath) !== 0) {
79
+ throw new Exception('Unexpected file path');
80
+ }
81
+ }
82
+
83
  /**
84
  * Check file in database storage if needed and place it on file system
85
  *
191
  }
192
 
193
  try {
194
+ $info = Mage::helper('core/unserializeArray')->unserialize($option->getValue());
195
  $this->_downloadFileAction($info);
196
  } catch (Exception $e) {
197
  $this->_forward('noRoute');
app/code/core/Mage/SalesRule/Model/Resource/Coupon/Collection.php CHANGED
@@ -97,9 +97,9 @@ class Mage_SalesRule_Model_Resource_Coupon_Collection extends Mage_Core_Model_Re
97
  public function addIsUsedFilterCallback($collection, $column)
98
  {
99
  $filterValue = $column->getFilter()->getCondition();
100
- $collection->addFieldToFilter(
101
- $this->getConnection()->getCheckSql('main_table.times_used > 0', 1, 0),
102
- array('eq' => $filterValue)
103
- );
104
  }
105
  }
97
  public function addIsUsedFilterCallback($collection, $column)
98
  {
99
  $filterValue = $column->getFilter()->getCondition();
100
+
101
+ $fieldExpression = $this->getConnection()->getCheckSql('main_table.times_used > 0', 1, 0);
102
+ $resultCondition = $this->_getConditionSql($fieldExpression, array('eq' => $filterValue));
103
+ $collection->getSelect()->where($resultCondition);
104
  }
105
  }
cron.php CHANGED
@@ -60,10 +60,11 @@ try {
60
  Mage::throwException('Unrecognized cron mode was defined');
61
  }
62
  } else if (!$isShellDisabled) {
63
- $fileName = basename(__FILE__);
64
- $baseDir = dirname(__FILE__);
65
- shell_exec("/bin/sh $baseDir/cron.sh $fileName -mdefault 1 > /dev/null 2>&1 &");
66
- shell_exec("/bin/sh $baseDir/cron.sh $fileName -malways 1 > /dev/null 2>&1 &");
 
67
  exit;
68
  }
69
  }
60
  Mage::throwException('Unrecognized cron mode was defined');
61
  }
62
  } else if (!$isShellDisabled) {
63
+ $fileName = escapeshellarg(basename(__FILE__));
64
+ $cronPath = escapeshellarg(dirname(__FILE__) . '/cron.sh');
65
+
66
+ shell_exec(escapeshellcmd("/bin/sh $cronPath $fileName -mdefault 1 > /dev/null 2>&1 &"));
67
+ shell_exec(escapeshellcmd("/bin/sh $cronPath $fileName -malways 1 > /dev/null 2>&1 &"));
68
  exit;
69
  }
70
  }
errors/design.xml CHANGED
@@ -1,10 +1,28 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * {license_notice}
5
  *
6
- * @copyright {copyright}
7
- * @license {license_link}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  */
9
  -->
10
  <config>
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@magento.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.magento.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Errors
24
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
28
  <config>
errors/processor.php CHANGED
@@ -463,6 +463,7 @@ class Error_Processor
463
  @mkdir($this->_reportDir, 0750, true);
464
  }
465
 
 
466
  @file_put_contents($this->_reportFile, serialize($reportData));
467
  @chmod($this->_reportFile, 0640);
468
 
463
  @mkdir($this->_reportDir, 0750, true);
464
  }
465
 
466
+ $reportData = array_map('strip_tags', $reportData);
467
  @file_put_contents($this->_reportFile, serialize($reportData));
468
  @chmod($this->_reportFile, 0640);
469
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Core_Modules</name>
4
- <version>1.9.2.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Collection of Magento Core Modules</summary>
10
  <description>Collection of Magento Core Modules</description>
11
- <notes>1.9.2.1</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2015-07-29</date>
14
- <time>12:36:27</time>
15
- <contents><target name="magecore"><dir name="Mage"><dir name="Admin"><dir name="Helper"><file name="Data.php" hash="95b21ef61f015a7ffa9f6c6b7b8922b2"/><dir name="Rules"><file name="Fallback.php" hash="00e5119c7a5d55ff8f24a94dfaf9ab07"/></dir></dir><dir name="Model"><dir name="Acl"><dir name="Assert"><file name="Ip.php" hash="73c292dfb63c3801530854c975fe84a3"/><file name="Time.php" hash="23be5062fd779cd8048bede7b722c180"/></dir><file name="Resource.php" hash="6b1ec79a5fe806bc9333b37997288595"/><dir name="Role"><file name="Generic.php" hash="cc5f96a1707fb024c94df3653ad4b106"/><file name="Group.php" hash="b20c798569fcff45a3727d0b8bb7cd87"/><file name="Registry.php" hash="2f94132b42c67a7e5cfedab406df99da"/><file name="User.php" hash="3829778d348e087230474752abc392ba"/></dir><file name="Role.php" hash="02f4865923073f9e295fa3a5a98b5aa1"/></dir><file name="Acl.php" hash="c48b7265234c55f90b6ee8257fdd9c65"/><file name="Config.php" hash="44b517f61c5ae1e0bbe1e06083eaf39b"/><dir name="Mysql4"><dir name="Acl"><dir name="Role"><file name="Collection.php" hash="5316c7cecc3743772d10947efeb66ec1"/></dir><file name="Role.php" hash="0b7ce4448f7f31b23b17ac75c3d6ac80"/></dir><file name="Acl.php" hash="f8126acdcc67b40c7e36d717e1a452f1"/><dir name="Permissions"><file name="Collection.php" hash="22903d5ff157f2909164ec6ee4ebcb77"/></dir><dir name="Role"><file name="Collection.php" hash="8ea1122bbca6c199a1ffc3d720b3cf7a"/></dir><file name="Role.php" hash="36dd541ee3d38fc24763852aa0b34dab"/><dir name="Roles"><file name="Collection.php" hash="563acd38a195d5c5a78602522d05c4b1"/><dir name="User"><file name="Collection.php" hash="1b981eae962808446ee635ff65ad78ed"/></dir></dir><file name="Roles.php" hash="f1e7486d40234e6dd06c3e3b964c2318"/><dir name="Rules"><file name="Collection.php" hash="b1f9354c77ade00e0e31951491f96569"/></dir><file name="Rules.php" hash="8612ba15f79a406a020e3a8a58dabf02"/><dir name="User"><file name="Collection.php" hash="0392d211a1bf92e44f7df751dcb486ab"/></dir><file name="User.php" hash="2e68057e8aff60d27160d57e50a6758d"/></dir><file name="Observer.php" hash="990f1d97ab0f13f7961e3be4c5540955"/><file name="Redirectpolicy.php" hash="e27e0ef4d14ae85d94ece8cbad78dc9f"/><dir name="Resource"><dir name="Acl"><dir name="Role"><file name="Collection.php" hash="7322f6866942c48b2453389b44ebeaf2"/></dir><file name="Role.php" hash="803cdb3018937280ddcdadd85e5c1063"/></dir><file name="Acl.php" hash="52c0f719345bb44c24b75059a0a65134"/><dir name="Permissions"><file name="Collection.php" hash="47ffb2552099318421a622370fb2bcf0"/></dir><dir name="Role"><file name="Collection.php" hash="e4ad152260d161188516e20506cd3dc0"/></dir><file name="Role.php" hash="6babc388b9e28b23e5ed0cfb78824675"/><dir name="Roles"><file name="Collection.php" hash="535d67653101d566ac140224e5eaeb34"/><dir name="User"><file name="Collection.php" hash="4399bed1e7abc27bc0b06e4a80351a01"/></dir></dir><file name="Roles.php" hash="4f28e9a2444c23e8709c6b7bbd5d2012"/><dir name="Rules"><file name="Collection.php" hash="2fda7da46b6f3567b76bd54cb117683e"/></dir><file name="Rules.php" hash="314ca988d27e52c6afcf8adefe554077"/><dir name="User"><file name="Collection.php" hash="df8743aafa62ed49392fb9e5567d8d62"/></dir><file name="User.php" hash="4f1830f857b217dda6df471c3dd6bf37"/></dir><file name="Role.php" hash="6f1e88eb0d8bd2eeb431551d786b744e"/><file name="Roles.php" hash="805eedc970b67947d737d8007a1733d2"/><file name="Rules.php" hash="7f03641b99504cb004ef620013088b73"/><file name="Session.php" hash="cfa293bb17ae1518d6bdd6bd96da6e75"/><file name="User.php" hash="9a059315b7cd417d0ca29ece38f62003"/></dir><dir name="data"><dir name="admin_setup"><file name="data-install-1.6.0.0.php" hash="f8a2012272c352ef9d85b32ca7fb1894"/></dir></dir><dir name="etc"><file name="config.xml" hash="b9da3acf1ee046d9d39216a6b984e13e"/></dir><dir name="sql"><dir name="admin_setup"><file name="install-1.6.0.0.php" hash="ccc569df023b3ecb5113d0e143ce0d4b"/><file name="mysql4-install-0.7.0.php" hash="c034537dde30c603acdf4a6ed9823ea7"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="3581b7c3734eac7ce99e56769504ea52"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="2308b637c94039fbf1379ed227cb6ba6"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="f5be60e6f3e1c1990a1b0bc20810d9d5"/><file name="upgrade-1.6.0.0-1.6.1.0.php" hash="8ae3a660ecbda94ba6c927e9a0df0d78"/><file name="upgrade-1.6.1.0-1.6.1.1.php" hash="b687451356d92893e6db65966d398449"/></dir></dir></dir><dir name="AdminNotification"><dir name="Helper"><file name="Data.php" hash="7ccc64f435083f50e30fbd34565e7000"/></dir><dir name="Model"><file name="Feed.php" hash="7e5ea6c277d5b392d4b941d00bed4504"/><file name="Inbox.php" hash="5ae8aa65b2c08de25eac0d3e238aec7d"/><dir name="Mysql4"><dir name="Inbox"><file name="Collection.php" hash="81013795458f400f26bba0e295b32e97"/></dir><file name="Inbox.php" hash="c154a554f071df9cc3b38ca26dfcb4d0"/></dir><file name="Observer.php" hash="21832dff31704d69f791058d32e70a23"/><dir name="Resource"><dir name="Inbox"><file name="Collection.php" hash="b97e57678ac134b947239489f2bd7455"/></dir><file name="Inbox.php" hash="1fab1988b2976606610e8f4d46bccbb6"/></dir><file name="Survey.php" hash="f1eba7b3973815fc4a0296d8984b8826"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f39cbea8dbc4d2ba25aba1507a9b7c98"/><file name="config.xml" hash="b68195b9e9921ddda0041ae62eac258f"/><file name="system.xml" hash="04b8f90c73af42e8b0588256640b1528"/></dir><dir name="sql"><dir name="adminnotification_setup"><file name="install-1.6.0.0.php" hash="cf1706034239a17d3467c270fdb65b27"/><file name="mysql4-install-1.0.0.php" hash="7c1debea65836279d2b824ea37faa707"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="79d7086709b229bc694fa03c5016c1fe"/></dir></dir></dir><dir name="Api"><dir name="Controller"><file name="Action.php" hash="99f970dbd7f67c6b0fd264bd4f9d8d10"/></dir><file name="Exception.php" hash="6e6be3aea4a33c5173024f6d0e5e5de4"/><dir name="Helper"><file name="Data.php" hash="52e8d2df1d532446b004a8c19b181aea"/></dir><dir name="Model"><dir name="Acl"><dir name="Assert"><file name="Ip.php" hash="c42285368b59c5cc738a4b1ca3696962"/><file name="Time.php" hash="cd013e4f67461e6b36edc502306d84cd"/></dir><file name="Resource.php" hash="8e48b803f7aef873ea06006df7667aa6"/><dir name="Role"><file name="Generic.php" hash="9b27d3b20a6643c42b28da64e8afd6c7"/><file name="Group.php" hash="05f6fb057af4ab8c10deee79e85455f1"/><file name="Registry.php" hash="0a04281101423fbe28127aad52adfd64"/><file name="User.php" hash="0308f1bce04ade797c6976ef34d90015"/></dir><file name="Role.php" hash="19d21ae1a55c44f1ca60b79e8d42c5f9"/></dir><file name="Acl.php" hash="0648ab85c9577e6449845b1554b7398e"/><file name="Config.php" hash="c377eb247e4836d1cd30223b24a77a38"/><dir name="Mysql4"><dir name="Acl"><dir name="Role"><file name="Collection.php" hash="54c8c4b3da784ad70017698d94762c99"/></dir><file name="Role.php" hash="b66b6082a06de44940e0887429413eb2"/></dir><file name="Acl.php" hash="11fdca379da540374a6a8cffae0a61de"/><dir name="Permissions"><file name="Collection.php" hash="007a7f3da6304b8018201588df60c14c"/></dir><dir name="Role"><file name="Collection.php" hash="661d7ab89b8d8c52b1a83fc855047830"/></dir><file name="Role.php" hash="ca54357228a0c6b33b578c3b3358c233"/><dir name="Roles"><file name="Collection.php" hash="1bae48e55c4768ddd6681fb46d3ce8e4"/><dir name="User"><file name="Collection.php" hash="1376d5603f248430625851af53a1a6d8"/></dir></dir><file name="Roles.php" hash="903c58976f174cbaeecd55e693fde86e"/><dir name="Rules"><file name="Collection.php" hash="3ce4f89fa1d9cba045453008b1e148b4"/></dir><file name="Rules.php" hash="4dc03891456823fb877954eff221ce91"/><dir name="User"><file name="Collection.php" hash="31fbf6df455f05aaf1fccaed4fa80298"/></dir><file name="User.php" hash="39ba8c2f98a480523c0043da058c7365"/></dir><dir name="Resource"><file name="Abstract.php" hash="27e94f0f1d2b1aa424979d937a4daac5"/><dir name="Acl"><dir name="Role"><file name="Collection.php" hash="ef869eec0ed29b81a64a77053385356f"/></dir><file name="Role.php" hash="4df3869bdd94592f034f0ba47011d1ef"/></dir><file name="Acl.php" hash="7ba2183edf05e5924969fea51518bd88"/><dir name="Permissions"><file name="Collection.php" hash="105bfc3a7eee49f26db843085bafa89e"/></dir><dir name="Role"><file name="Collection.php" hash="54f4b3b2ace782f68ec659ab4516a37d"/></dir><file name="Role.php" hash="5fd07d4ac4ecdd34eb630ca943e5907b"/><dir name="Roles"><file name="Collection.php" hash="53861fc2c187dde8c30412fbf470b85b"/><dir name="User"><file name="Collection.php" hash="2120cb2265e2436f45da392c78356f51"/></dir></dir><file name="Roles.php" hash="9e0f245d55c17b8dd7c35ed3e499f112"/><dir name="Rules"><file name="Collection.php" hash="ac76903ca0c66c4e029b582a21e2c307"/></dir><file name="Rules.php" hash="c2596f0b012841448b9f2d0d126f55fc"/><dir name="User"><file name="Collection.php" hash="c9465a5ccdd2a34424002030fb814381"/></dir><file name="User.php" hash="65aec7d1330c1458adc3254f0177a3c1"/></dir><file name="Role.php" hash="45afdbe63a197ad3d17acd06a4c01631"/><file name="Roles.php" hash="280d0c422415b05966664bc342f52c06"/><file name="Rules.php" hash="443c5e79c9093ad26577f3b37d0a0301"/><dir name="Server"><dir name="Adapter"><file name="Interface.php" hash="38cfcf436478c917471dae62830bb1dd"/><file name="Soap.php" hash="1e5b7464da84c4d16bcad45536e65964"/><file name="Xmlrpc.php" hash="2a171e7ba19abe472bd40111bab15cdc"/></dir><dir name="Handler"><file name="Abstract.php" hash="d3f4fc9a67819bc5bbaaad105747a204"/></dir><file name="Handler.php" hash="a5302f45c5edc8f794c22fa0f6a0429c"/><dir name="V2"><dir name="Adapter"><file name="Soap.php" hash="862cd239fe26649bd7f9b80107a80d89"/></dir><file name="Handler.php" hash="f61e157883262b92bb49e6664bf00f32"/></dir><dir name="Wsi"><dir name="Adapter"><file name="Soap.php" hash="1d8c8c969467c28474a377ec86cd2286"/></dir><file name="Handler.php" hash="a20ae137281e9a4519086d6a5db629c7"/></dir></dir><file name="Server.php" hash="f175100999d93d57b1d80532c596b00c"/><file name="Session.php" hash="6809b551534f1dfe26d8019f27184616"/><file name="User.php" hash="834adc0e1357e769d82ab8707a9c93d9"/><dir name="Wsdl"><dir name="Config"><file name="Base.php" hash="1e9ce6be9492fdf4b7bf54b6341c7a28"/><file name="Element.php" hash="b7177162a7dbf32302403da08d8024f4"/></dir><file name="Config.php" hash="d5f3d3c3fbd3d925af76818544889011"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="f01f42dc244998e5f8f902b521e745b9"/><file name="SoapController.php" hash="8081a153fb30a22613fba65bf4ba29c4"/><dir name="V2"><file name="SoapController.php" hash="d1b669e5dd54630ab054920c97baaaca"/></dir><file name="XmlrpcController.php" hash="086e78125fefed443e6657e37515615b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="1c6c8b3c8dd7b3a397e699d891bdaad6"/><file name="api.xml" hash="dacf6a95db22451a27bf1b09a93b15bf"/><file name="config.xml" hash="66c452120b8807224596907d67700bd3"/><file name="system.xml" hash="70a004fca92dc0e9d3088bd4a8692aef"/><file name="wsdl.xml" hash="f0db676b04733b38f310355bb44bc3cb"/><file name="wsdl2.xml" hash="7d527421ba4b63a8a812ab6b1095891d"/><file name="wsi.xml" hash="9fb1700cf935a26e7fada90a07fae7fe"/></dir><dir name="sql"><dir name="api_setup"><file name="install-1.6.0.0.php" hash="333793ad242306cef0c875a79e66d417"/><file name="mysql4-install-0.7.0.php" hash="49770fac4c29f79cb22475faf0be3fc3"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="0329f3395493b417fccbc96116a0241c"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="f13ae708b66bd96e3bf720661e4ffc68"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="37efe712825aec2ac2552d973556512a"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.1.php" hash="85d8bd153a49fd2a88602aca80866830"/></dir></dir></dir><dir name="Api2"><dir name="Block"><dir name="Adminhtml"><dir name="Attribute"><file name="Buttons.php" hash="9ef27fe763df66036c92ddcf931318d7"/><dir name="Edit"><file name="Form.php" hash="03f33cd9f6c5d79e19eac2ff9bfd13f3"/></dir><file name="Edit.php" hash="e4d81a684f46a908fdc2ab479b305f1f"/><file name="Grid.php" hash="f50f982211466c1fac67999824e8ebce"/><dir name="Tab"><file name="Resource.php" hash="89bbb9424b2291ac19ef66572957da7d"/></dir><file name="Tabs.php" hash="fcffc78cca5d439b164a351a4dfb93be"/></dir><file name="Attribute.php" hash="2f2148ce23c660e2c8995021cd9c2a60"/><dir name="Permissions"><dir name="User"><dir name="Edit"><dir name="Tab"><file name="Roles.php" hash="1d0e45517285ddd21dd84b2e7460f99e"/></dir></dir></dir></dir><dir name="Roles"><file name="Buttons.php" hash="1be3ffd41c1c181f8293aaee0438ee86"/><file name="Grid.php" hash="03c6c89ce1a41f4f579637bc3962deee"/><dir name="Tab"><file name="Info.php" hash="8e7bffb65d4beeb9286c64a820302cf5"/><file name="Resources.php" hash="5a6f43e74bbd24adb27fdbf5a9ae4995"/><file name="Users.php" hash="2bf74080b3846bf0ec674e1b9bb03b22"/></dir><file name="Tabs.php" hash="5dea7490be32c68d486479c44dfe1082"/></dir><file name="Roles.php" hash="4b148852dc96a2a4776fe7440a825f3e"/></dir></dir><file name="Exception.php" hash="39a86fde1530753f6039ff7b81e95f2b"/><dir name="Helper"><file name="Data.php" hash="71f7081f74f921b7dcdadebeca24d98a"/></dir><dir name="Model"><dir name="Acl"><dir name="Filter"><dir name="Attribute"><file name="Operation.php" hash="79f2cdcdfd2f06df64e94fb875d6144a"/><file name="ResourcePermission.php" hash="5dfaf5ffcfa63b2b3ce91acca03ef62d"/></dir><file name="Attribute.php" hash="a02bb024eb56cb6661db475dc145c8e1"/></dir><file name="Filter.php" hash="6d01385dc8981ad49064b443a98cdd69"/><dir name="Global"><file name="Role.php" hash="ef2fd66d007ae580a94de44780d8cf75"/><dir name="Rule"><file name="Permission.php" hash="a2c34772cf904583a12841110e407a3e"/><file name="Privilege.php" hash="2cc8940ce7e54686cca6e5b88a2eb6ec"/><file name="ResourcePermission.php" hash="65e44a8833bc503b822b16294eae1f63"/><file name="Tree.php" hash="22b37c613846b8b9916ee522c6c3f57c"/></dir><file name="Rule.php" hash="ac3a0390a83e44500abe8e0aab39c460"/></dir><file name="Global.php" hash="a269d6809a29848fd9c1e9cfd64038c5"/><file name="PermissionInterface.php" hash="0289a145b1085b3f5833282f83d4ea31"/></dir><file name="Acl.php" hash="f0501246b29f973f68c2e84de9017ba2"/><dir name="Auth"><dir name="Adapter"><file name="Abstract.php" hash="09ff9b2dc6a44edb5da11507f12e090c"/><file name="Oauth.php" hash="9d04aee982e96f1e2b957c848d0f86ae"/></dir><file name="Adapter.php" hash="b8a32b8722fea29189546baec2205330"/><dir name="User"><file name="Abstract.php" hash="21744f88c697ab9a919892c44fcc66bc"/><file name="Admin.php" hash="715829c802f86abcc916a22dbc1c6a99"/><file name="Customer.php" hash="b45c5127a727fe1b683470122a2fdc96"/><file name="Guest.php" hash="8208a101138b48d59b038f6d256ba1ad"/></dir><file name="User.php" hash="6afd1a37057c90c09b2fc4ec672ea430"/></dir><file name="Auth.php" hash="6497a2ad1bd45a7bfa72737fd05f5626"/><file name="Config.php" hash="de09cdc700748c83b98aaf964504c15d"/><file name="Dispatcher.php" hash="47beee9ac2657bcd501b5916b16eb9c3"/><file name="Multicall.php" hash="56400fe2b5e846733ff2898cc99fd1f1"/><file name="Observer.php" hash="4244d1721a449768f430bd921be9d81b"/><dir name="Renderer"><file name="Interface.php" hash="07706eb88b7d30eee26693ecde9d3690"/><file name="Json.php" hash="5c8a710a3c7df568312f83ca598eb90f"/><file name="Query.php" hash="8bb464c758ee4954a3baf8ce574deb96"/><dir name="Xml"><file name="Writer.php" hash="1e9e89f8ec8b07cc425a79d327144158"/></dir><file name="Xml.php" hash="0aecf0d165ca91b3e1751c346b788e21"/></dir><file name="Renderer.php" hash="8568353a0683d03d866ef12511ff7dba"/><dir name="Request"><file name="Internal.php" hash="ef7331fb3873d4cb7e98f91aa4580506"/><dir name="Interpreter"><file name="Interface.php" hash="f6331498c2773d4fae60b08a0d2c6f7d"/><file name="Json.php" hash="d7e6e80bea40c09ca7db961cad6d331b"/><file name="Query.php" hash="76cec50cb4fde7677ebfb0d56381d9e1"/><file name="Xml.php" hash="06553eea2aff912417d33c1c76dbf59a"/></dir><file name="Interpreter.php" hash="6f32c5edcff0e73524b55aa7b03088b5"/></dir><file name="Request.php" hash="c02154b85e4cbbba39f8077f8cce8887"/><dir name="Resource"><dir name="Acl"><dir name="Filter"><dir name="Attribute"><file name="Collection.php" hash="7257dd49495e3642122eab7207fdfcb9"/></dir><file name="Attribute.php" hash="49512879ac8bd727f7c8d6ab5fd7abfc"/></dir><dir name="Global"><dir name="Role"><file name="Collection.php" hash="f97d00d8321127e0ef155a7f54d39b08"/></dir><file name="Role.php" hash="4c9f54c3d9808bb50099e5fbd5bd58ac"/><dir name="Rule"><file name="Collection.php" hash="27764e7b96a2e1cdcc3d1f811de372a0"/></dir><file name="Rule.php" hash="d0166519d58dc5a9c7fb196202eeb64c"/></dir></dir><file name="Setup.php" hash="2e1714f6319b0e1774e15dc0c41e5e4c"/><dir name="Validator"><file name="Eav.php" hash="086a65d1f6a04643a00db4bb278f4aa8"/><file name="Fields.php" hash="28154d12cdbd4aec011ace9d2dfff6b9"/></dir><file name="Validator.php" hash="6dd4431a7aee70b0afedf995e057723c"/></dir><file name="Resource.php" hash="b5b2d6cd62993739273da7e13eabbfec"/><file name="Response.php" hash="19da4e5ddf9a6aae22cf82b84924e25c"/><dir name="Route"><file name="Abstract.php" hash="bb7292138fabf19b71cdca15f3f59d8d"/><file name="ApiType.php" hash="09f07ae521e17a8d49a96c2c824b60d5"/><file name="Interface.php" hash="eb283f67e62c1d2e9fdad8078c66b875"/><file name="Rest.php" hash="cd0a254840ce4f5967f3d1059b275db6"/></dir><file name="Router.php" hash="54781d21df092291e108afe8f2e35495"/><file name="Server.php" hash="702576784100e59725ba224db2b62c29"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Api2"><file name="AttributeController.php" hash="32c93aade299c0d28663620fa6f00e46"/><file name="RoleController.php" hash="270e1dfd79ef568411ab5952d334e64d"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="fa2145acf464f92a074840dcf658d524"/><file name="config.xml" hash="f22ea20bd5e39ebc89b9e0b766f186fc"/></dir><dir name="sql"><dir name="api2_setup"><file name="install-1.0.0.0.php" hash="a80f7332b02b0bd47f22830b2a5de099"/></dir></dir></dir><dir name="Authorizenet"><dir name="Block"><dir name="Directpost"><file name="Form.php" hash="04dc310ca1a9f6a6ecf5216c424d5003"/><file name="Iframe.php" hash="a491d7573d15111edf382950ede26118"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8d10f2f08fabcedd9d7bffd8596ed300"/></dir><dir name="Model"><dir name="Directpost"><file name="Observer.php" hash="1aa32f7e8c3c88d7d20b7b448e3a296c"/><file name="Request.php" hash="2a4f9cf386803712e81ff8d7647503f3"/><file name="Response.php" hash="4ed5f1a66f6959737876c588bd573952"/><file name="Session.php" hash="2867f16516cf9c851958141cc82c718c"/></dir><file name="Directpost.php" hash="2a092a829a7895653adadfedf418d259"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Authorizenet"><dir name="Directpost"><file name="PaymentController.php" hash="a13b141a0d59eaef8acfff4652739924"/></dir></dir></dir><dir name="Directpost"><file name="PaymentController.php" hash="3574d0f8f7ddfab6974b6cf1bd82e2bc"/></dir></dir><dir name="etc"><file name="config.xml" hash="dc6e8212d596a8fab37a394658cf700e"/><file name="system.xml" hash="9b3ae0ff1e4184d4b13f82f826efd8e1"/></dir></dir><dir name="Backup"><file name="Exception.php" hash="232fe3a1507e7a53f7d0a346d3840d0f"/><dir name="Helper"><file name="Data.php" hash="9f21f58257168afd85084ab403a57a51"/></dir><dir name="Model"><file name="Backup.php" hash="2518d980dd80d5066f1a26b1cf4add17"/><dir name="Config"><dir name="Backend"><file name="Cron.php" hash="ebe7863d2ddeef8e12bcc50af9b1740b"/></dir><dir name="Source"><file name="Type.php" hash="8337bdd928b3ac5648d3a14583c0bbdb"/></dir></dir><file name="Db.php" hash="8e1021feb203bf5d8c02c9dff29051ca"/><dir name="Fs"><file name="Collection.php" hash="a31e3c818946bf1efb0ee1cf701454f3"/></dir><dir name="Mysql4"><file name="Db.php" hash="71124819b834c6ef8836fefa7eac2f22"/></dir><file name="Observer.php" hash="dd11e6c9b318043933c50e12bf4f2652"/><dir name="Resource"><file name="Db.php" hash="4db10da6c8f18e13d2ad33f2ea1fd82b"/><dir name="Helper"><file name="Mysql4.php" hash="afc634ef84178232321f8d61e843523d"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="028f5e7c953a3187c60753bb382d1d62"/><file name="config.xml" hash="9ac641815f26e4c4b906ca2c5b519f11"/><file name="system.xml" hash="525037396b2f73b4052af193d342271d"/></dir></dir><dir name="Bundle"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Composite"><dir name="Fieldset"><file name="Bundle.php" hash="f71e76eccf5c358ba68b844143f0f4ef"/><dir name="Options"><dir name="Type"><file name="Checkbox.php" hash="0fd6e48ad407a7bb19e6844f946eef5d"/><file name="Multi.php" hash="31e35519bddd8bf8094ce78b414a3054"/><file name="Radio.php" hash="65dab67fbad7981926c6aa3a7afcb94c"/><file name="Select.php" hash="7f617b9348519e8f9341a027a10f7034"/></dir></dir></dir></dir><dir name="Edit"><dir name="Tab"><dir name="Attributes"><file name="Extend.php" hash="f5031afd7e4438beb6e5e00cb2a64530"/><file name="Special.php" hash="8dd19c80c8b0770c4f5fcc238d14ffc4"/></dir><file name="Attributes.php" hash="9028cf0e2c5821b33559418e4c098795"/><dir name="Bundle"><dir name="Option"><dir name="Search"><file name="Grid.php" hash="3ee4aa4b4e54372ba9387e08b888f8a6"/></dir><file name="Search.php" hash="513c359d6d3111e18d3753ee182fddb7"/><file name="Selection.php" hash="9dacb4d4dd61de18ec82cc0af5c29740"/></dir><file name="Option.php" hash="17444b6df2998efa1ce221d5bf241fa0"/></dir><file name="Bundle.php" hash="80786c7d7f6d34b94b065bc1b7e5a750"/></dir><file name="Tabs.php" hash="68335db3f6f6b9e2ec514ebc6d776fb8"/></dir></dir></dir><dir name="Sales"><dir name="Order"><dir name="Items"><file name="Renderer.php" hash="4688dd4fbaa2994f2cdcf7057db1a4cd"/></dir><dir name="View"><dir name="Items"><file name="Renderer.php" hash="591bdbacfc1b30f6e1d8493c849bf20a"/></dir></dir></dir></dir></dir><dir name="Catalog"><dir name="Product"><dir name="List"><file name="Partof.php" hash="8824fae5e6c28d117ae0eaeb00450436"/></dir><file name="Price.php" hash="f99a36caebe88571779dc3cee8911b05"/><dir name="View"><dir name="Type"><dir name="Bundle"><dir name="Option"><file name="Checkbox.php" hash="10b64b8843b548e986afb221e22a9360"/><file name="Multi.php" hash="dc83fb052c78664402e33b9b9649a5a6"/><file name="Radio.php" hash="14bcb2860b34ed6baa88f8ae259b6529"/><file name="Select.php" hash="115d254d6211283250cb2aec0c02082b"/></dir><file name="Option.php" hash="ad837bf528e8aee42848d8b4b24532bd"/></dir><file name="Bundle.php" hash="3ef2bbeed59dd8ab0d829404d7efdaa2"/></dir></dir><file name="View.php" hash="51a2ebf69f176e67434bdf962fa7c22c"/></dir></dir><dir name="Checkout"><dir name="Cart"><dir name="Item"><file name="Renderer.php" hash="d741763faf5f5f66727675fb7c7081a0"/></dir></dir></dir><dir name="Sales"><dir name="Order"><dir name="Items"><file name="Renderer.php" hash="d206d440fdb7fb9ed9dd5f5fabd86b18"/></dir></dir></dir></dir><dir name="Helper"><dir name="Catalog"><dir name="Product"><file name="Configuration.php" hash="61410791727dc8ed37d2779f3e66dfba"/></dir></dir><file name="Data.php" hash="eb98534e84add76429bc05788dd04c42"/></dir><dir name="Model"><dir name="CatalogIndex"><dir name="Data"><file name="Bundle.php" hash="c6cd3f0c944268b88262e61a8f344ce8"/></dir></dir><dir name="Mysql4"><file name="Bundle.php" hash="52ff2e0d5288bedcefeea87a96ed1c78"/><dir name="Indexer"><file name="Price.php" hash="ead89ebb44f9ff9e8acc5a0c95f579a1"/><file name="Stock.php" hash="bf4ad5d32429860d8c04dc3d1e76c8ad"/></dir><dir name="Option"><file name="Collection.php" hash="46dadcf7b1005ad0618e4659f3817769"/></dir><file name="Option.php" hash="8e7b73df281ec4e0b82201e18a6048ce"/><dir name="Price"><file name="Index.php" hash="b335492939265c988333ba6590e6724c"/></dir><dir name="Selection"><file name="Collection.php" hash="1437f333f2aefb37749b34e753649e22"/></dir><file name="Selection.php" hash="9dc5373da0c13ebd9ad0ca95bc1c0558"/></dir><file name="Observer.php" hash="537b94a42ff23a2dc3ae4a30ae5d7134"/><file name="Option.php" hash="6f3651da4a4861cfe0936b0dc612948c"/><dir name="Price"><file name="Index.php" hash="71f3793c003cce269ebbdb9281336887"/></dir><dir name="Product"><dir name="Attribute"><dir name="Source"><dir name="Price"><file name="View.php" hash="aa747421c2aee7c2a7b58e7e8e669686"/></dir></dir></dir><file name="Price.php" hash="250e5f0f69765e6b578e0facd62edb45"/><file name="Type.php" hash="05b755bd23e028ff7f1e40ce69289bba"/></dir><dir name="Resource"><file name="Bundle.php" hash="abd97d8fac9eb6a5f86c1a10d5f03251"/><dir name="Indexer"><file name="Price.php" hash="131c3a21413b9afde661125a9fd0be98"/><file name="Stock.php" hash="3f7192cbf946c510a595fe21457b809f"/></dir><dir name="Option"><file name="Collection.php" hash="160767b88c4ae5411b38ca2c9d2e6dc4"/></dir><file name="Option.php" hash="9d238ef98060b46e99f8c5425064dae5"/><dir name="Price"><file name="Index.php" hash="5c7637ed84a2b22464990c4e4915e6c6"/></dir><dir name="Selection"><file name="Collection.php" hash="e712abcf0240bbd3349f28df6ed63acc"/></dir><file name="Selection.php" hash="fe31e0bba4c62db412cdaf1a2932e6b9"/></dir><dir name="Sales"><dir name="Order"><dir name="Pdf"><dir name="Items"><file name="Abstract.php" hash="2f4492d7d4a8e808499ddd89edf86335"/><file name="Creditmemo.php" hash="d163812f34778c6109e9be28ad3d0fb2"/><file name="Invoice.php" hash="b4b6c3449d2aba8c8e1c0f9d041bf1f7"/><file name="Shipment.php" hash="1e6c0b28a24ca8b62fe7faf0335aefe3"/></dir></dir></dir></dir><file name="Selection.php" hash="c7b89344fe16d582956f22f6dc70a063"/><dir name="Source"><dir name="Option"><dir name="Selection"><dir name="Price"><file name="Type.php" hash="f80a51d15e26b495d39b7839f4b0fd96"/></dir></dir><file name="Type.php" hash="9947c964a1458b0a51644fd96d22a983"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Bundle"><dir name="Product"><file name="EditController.php" hash="ab533605e00d0e67d4800cfc00f9e039"/></dir><file name="SelectionController.php" hash="221d7b497e4d7f85e2ad29b2ec67561a"/></dir></dir><dir name="Product"><file name="EditController.php" hash="3de9b84baf71503c393a3473cbe0a593"/></dir><file name="SelectionController.php" hash="da478d3485c694efb1dab304a45d3120"/></dir><dir name="data"><dir name="bundle_setup"><file name="data-install-1.6.0.0.php" hash="1dd706ce04fe0c19068ca77f5c227854"/></dir></dir><dir name="etc"><file name="config.xml" hash="ed329fa4b1ea18ad6884efe171563c31"/></dir><dir name="sql"><dir name="bundle_setup"><file name="install-1.6.0.0.php" hash="62ddca88e14f7fad357dc3777921e117"/><file name="mysql4-data-upgrade-0.1.13-0.1.14.php" hash="61c9d1fc622e767ac1e1db89ca852914"/><file name="mysql4-install-0.1.0.php" hash="280007a16a99a3049d318e3e443b48a3"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="d728c0ad55496198ec34ed14b27b5b82"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="2cad78961d4afbb235cb77edf516e7d7"/><file name="mysql4-upgrade-0.1.10-0.1.11.php" hash="07cc1f69b913d49c9c252e8e9361766b"/><file name="mysql4-upgrade-0.1.11-0.1.12.php" hash="1aa4da6f1d8b6edeefccacc67cac60fe"/><file name="mysql4-upgrade-0.1.12-0.1.13.php" hash="9ab20f278d8f3a668a752f7dec7d8849"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="97505f6eace6587c2b30a5577c833d99"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="1a4da00620db9bff8b6e3ab0d91192df"/><file name="mysql4-upgrade-0.1.4-0.1.5.php" hash="3c44ca7919b3d8957a64aff42ddc8efb"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="6683108c65aba38856cdd4ab075f8554"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="fdb86115561f58113290bb8dda1a3214"/><file name="mysql4-upgrade-0.1.7-0.1.8.php" hash="e0027cad734a0353647b02b7a998eb60"/><file name="mysql4-upgrade-0.1.8-0.1.9.php" hash="17ff9fc47e90e96d73897176d2dc761c"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="da8ff72d8e3f8bd7c559a4d9f3393bca"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="15d2dc3cfa2e62182350e2b6ccec3028"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.0.1.php" hash="5cb463abf9d7e19b044047fb7ae490ee"/><file name="upgrade-1.6.0.0-1.6.0.0.1.php" hash="bcc478978156de3a67d88c046dcf9a50"/></dir></dir></dir><dir name="Captcha"><dir name="Block"><dir name="Captcha"><file name="Zend.php" hash="4e3ab560218c37de5003f214686814e4"/></dir><file name="Captcha.php" hash="94c5bee18bc22a8bb2bd7e3f3d6c360e"/></dir><dir name="Helper"><file name="Data.php" hash="3713d6276df2bc6ab22b072118556170"/></dir><dir name="Model"><dir name="Config"><file name="Font.php" hash="eed50e35da030c942fe99063bff226f7"/><dir name="Form"><file name="Abstract.php" hash="36f760e831f31ba4fb627043a97ec307"/><file name="Backend.php" hash="a4855fa2283840e742ddc418f341aad0"/><file name="Frontend.php" hash="20cd5863769fb1bef04e2c1c856bad60"/></dir><file name="Mode.php" hash="7cb7d132bd6bc25e06b2e077507fc820"/></dir><file name="Interface.php" hash="f4dc6a07615aa1d1ea9347a49b83a97f"/><file name="Observer.php" hash="5eca8cd0ba5d0e1a20e936f3c0a3f526"/><dir name="Resource"><file name="Log.php" hash="a674a73d83f90f1134d585bc55928673"/></dir><file name="Zend.php" hash="ae8f570e7f890acd4180bbdc6b557369"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="RefreshController.php" hash="a03d2f4fe20de889233cf2ca1aef1390"/></dir><file name="RefreshController.php" hash="062ee33e60574e4436cff3142b8ab3ac"/></dir><dir name="etc"><file name="config.xml" hash="235df731b4cdc5622448dd0193bf737b"/><file name="system.xml" hash="1ffe48348bc025a14f23ed57eeb02c6d"/></dir><dir name="sql"><dir name="captcha_setup"><file name="install-1.7.0.0.0.php" hash="822664caed32b8fc81292cc52f80a3c1"/></dir></dir></dir><dir name="Catalog"><dir name="Block"><file name="Breadcrumbs.php" hash="f2b2b12341258e0cf42897d35c4975c8"/><dir name="Category"><file name="View.php" hash="e45545196883f3bb41975a4e9df77afa"/><dir name="Widget"><file name="Link.php" hash="7fdf50f56911b3941227f6b1041b53f8"/></dir></dir><dir name="Layer"><dir name="Filter"><file name="Abstract.php" hash="8d81346a01436638f815fa090679b539"/><file name="Attribute.php" hash="5e7cf84a8cd47a7f7c4022c671643685"/><file name="Category.php" hash="ecc765e83858e1e4e1c7446fd8916e1f"/><file name="Decimal.php" hash="8f21afb279acec4d12b58c702c714ad4"/><file name="Price.php" hash="74af90a013ce6ccb62e01a9fc84df183"/></dir><file name="State.php" hash="2373238c22d04be07569a6524fd6e0ed"/><file name="View.php" hash="5c4a76838519845cc9467d2996e827cc"/></dir><file name="Navigation.php" hash="375a4c5d20eb55758d369b190bc414a0"/><dir name="Product"><file name="Abstract.php" hash="d0f7a69d1934a46decc17cbf3bb6d166"/><dir name="Compare"><file name="Abstract.php" hash="60359c96314cde215b7281d5629809b4"/><file name="List.php" hash="8f8193656c460030c3c9029be38f2458"/><file name="Sidebar.php" hash="893ce05a06d959d0f869eeec277c27b7"/></dir><file name="Gallery.php" hash="cbe80c2e79d5fd6471842c67f9b9502a"/><dir name="List"><file name="Crosssell.php" hash="1d857b6e8001bfef0c7e5ee49761deab"/><file name="Promotion.php" hash="e7358112b96c65b14250ff0ebe2fdafd"/><file name="Random.php" hash="c3feaca23591000a6bcaa9b34a6ad16d"/><file name="Related.php" hash="074526048fddd0ea6b08a8ff28c12092"/><file name="Toolbar.php" hash="3fc504eaa22bd1aebbf1dbc00da47c12"/><file name="Upsell.php" hash="4e96e89f5705d4a633f3941aa5719f0d"/></dir><file name="List.php" hash="f7a30fac093b3c60c2a492c613ea1685"/><file name="New.php" hash="fa3b7d1c84f8fd181dfe99c9e5f063b7"/><dir name="Price"><file name="Template.php" hash="dd1ee108c6b8dfe5504126ef86f4e5e6"/></dir><file name="Price.php" hash="e2c7221abf24f954792d59ffaac58473"/><file name="Send.php" hash="99b7fb121fdaa084bffc305e68f821de"/><dir name="View"><file name="Abstract.php" hash="84c1bc9cf444b0fa2e28c44f72af7708"/><file name="Additional.php" hash="cc67c30cc49e02d34cfc03592951a4fa"/><file name="Attributes.php" hash="eb2b96f5456208ead9f8a73c60bb5004"/><file name="Description.php" hash="04c55b5affe7298f64c3bc34829ecbc1"/><file name="Media.php" hash="48d631c263f2448fa8b6ccff78eedaee"/><dir name="Options"><file name="Abstract.php" hash="35c6327f339b714bf29941279d85130a"/><dir name="Type"><file name="Date.php" hash="7af0cb85eaa76041c8662eba022ed9e3"/><file name="Default.php" hash="f2790519636384c3c5c267f4e0cc8ec8"/><file name="File.php" hash="6d7eef9dbe6dc6aae14255b61bbb5bf7"/><file name="Select.php" hash="2065588130ea61746d47b2fb3b054a21"/><file name="Text.php" hash="5f2bdde121bed6261a53a399dcdf52db"/></dir></dir><file name="Options.php" hash="1e7eb4b77c9e2a4fc0b0fb7b0e947352"/><file name="Price.php" hash="39897789134444e94601143a9c425c6c"/><file name="Tabs.php" hash="afd11663fa8a02c1700bc41c0c412a89"/><dir name="Type"><file name="Configurable.php" hash="80e63408a5402751eac64e3bfa6032d9"/><file name="Grouped.php" hash="b945daf6bdc126431b696683a7c8023b"/><file name="Simple.php" hash="50ccaa664a1876e96fb2e453129f241f"/><file name="Virtual.php" hash="21406c7a1dbdeb7c66c7af6d1d97139d"/></dir></dir><file name="View.php" hash="199aefa89bed8523f9bedb82af8919f1"/><dir name="Widget"><dir name="Html"><file name="Pager.php" hash="0c8f34dd0e50ccaf23a9f5c79eba837e"/></dir><file name="Link.php" hash="1671975275131038a4c0887d4cde464c"/><file name="New.php" hash="72b9cd04ce27b8120d0de2eb3b8bcb01"/></dir></dir><file name="Product.php" hash="594bf59bb1a73442bc4651b60ca9659e"/><dir name="Seo"><dir name="Sitemap"><file name="Abstract.php" hash="f520d215176bc16852fc2dec89d32526"/><file name="Category.php" hash="fe8628c48469343e327677bb36673901"/><file name="Product.php" hash="3cd7bb3840381b2c9864c3d1a22c9409"/><dir name="Tree"><file name="Category.php" hash="39c8335daa92faffbd7be06237777098"/><file name="Pager.php" hash="94c74dc076a772207fc2a0d32ce54e9d"/></dir></dir></dir><dir name="Widget"><file name="Link.php" hash="89218288f418e4a0bde0e06449a41718"/></dir></dir><file name="Exception.php" hash="a9418a8e40edd7f63b9c339958c87655"/><dir name="Helper"><dir name="Category"><file name="Flat.php" hash="5fee4287c11b57a848612acb7000ad1d"/><dir name="Url"><dir name="Rewrite"><file name="Interface.php" hash="a6920ae7790ba630be5539227d11a67f"/></dir><file name="Rewrite.php" hash="93a3c3c1373503b966d26e14070dd15e"/></dir></dir><file name="Category.php" hash="1f6c03c08ffe0446fca3a1bf79d33803"/><file name="Data.php" hash="1d3464f1c326fb364668208b7bbb0c14"/><dir name="Flat"><file name="Abstract.php" hash="c6721f010d443c53cd092258d3b25595"/></dir><file name="Image.php" hash="2cc795480c7b44493f3e1319c36d5593"/><file name="Map.php" hash="ac9c6f9fb4b286a53e9c3fd5bd25a5c6"/><file name="Output.php" hash="c6b18418e2ff365b9bc56a7a52ec1265"/><dir name="Product"><file name="Compare.php" hash="d7dde60dc64f96e54fed8cfef1962c99"/><dir name="Configuration"><file name="Interface.php" hash="2931050835f0cb7b7ddc7087514e2443"/></dir><file name="Configuration.php" hash="06ec3218ed50d0f747fe3c2ef517caed"/><file name="Flat.php" hash="a84c5e1bd1c5af92226316d294905dbb"/><file name="Options.php" hash="6438d2aab01f560707247fd8d19a819a"/><dir name="Url"><dir name="Rewrite"><file name="Interface.php" hash="8140382c47636d905d8b5feacdf0b09f"/></dir><file name="Rewrite.php" hash="3046b35d5330ad21a4d35bf826f6ccf2"/></dir><file name="Url.php" hash="89f9be61e3c63313c7213d277ca260d0"/><file name="View.php" hash="e9b0c159f47ad44ea0a1aeaacaef7174"/></dir><file name="Product.php" hash="7117c507f60390e13d223c98924f72c2"/></dir><dir name="Model"><file name="Abstract.php" hash="3ea8062b2b3bc51de715dcf3cded29dc"/><dir name="Api"><file name="Resource.php" hash="de3c0845676a779f2ae5c4f3d84758c5"/></dir><dir name="Api2"><dir name="Product"><dir name="Category"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="785a593397600ae459aefbae5be2d256"/></dir><dir name="Customer"><file name="V1.php" hash="341c88bba630585fed2a42e6704f6dba"/></dir><dir name="Guest"><file name="V1.php" hash="1cf76aef1940476af61a7fcdc9b2df2c"/></dir></dir><file name="Rest.php" hash="3c4dbe2e92b9a0c85e1eec7f6681eafa"/></dir><file name="Category.php" hash="a5a28bd5d52507399b6874862c3d2fc8"/><dir name="Image"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="4e2b065da8995b07a02d234f1b65394e"/></dir><dir name="Customer"><file name="V1.php" hash="c7fdcc0fc26c23c27b9298664a9e270d"/></dir><dir name="Guest"><file name="V1.php" hash="43af05227245e6da50df08adb670da79"/></dir></dir><file name="Rest.php" hash="639dce1aa14c617d4b816cd8d7d7392a"/><dir name="Validator"><file name="Image.php" hash="f5718054a61bd67b6f8127d95843a26f"/></dir></dir><file name="Image.php" hash="e145075e9c21c265145ab254e2d04279"/><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="7cec4176910361561d888b626b0d9018"/></dir><dir name="Customer"><file name="V1.php" hash="4a1c431500b4616a0eec07cda343578c"/></dir><dir name="Guest"><file name="V1.php" hash="81ee8493df965791d2535f222589b3fd"/></dir></dir><file name="Rest.php" hash="7c063e164f2852bf17b20edc6facc2ed"/><dir name="Validator"><file name="Product.php" hash="2b8f5cfb8ae518d7cc703712c4d2a907"/></dir><dir name="Website"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="3841ff460e7b871d31cb3da47367629d"/></dir></dir><file name="Rest.php" hash="91a142ac2b31186155e8ffdf3c00dfd5"/><dir name="Validator"><dir name="Admin"><file name="Website.php" hash="2756df2695a06a83be3411bcb9577161"/></dir></dir></dir><file name="Website.php" hash="31b339b96bb96e512f79260e9a5afc03"/></dir><file name="Product.php" hash="8c4c96898c2368f0c31e7580f328b6e3"/></dir><dir name="Attribute"><dir name="Backend"><file name="Customlayoutupdate.php" hash="4f71a041b241a6051f9bf2807d8eae10"/><dir name="Urlkey"><file name="Abstract.php" hash="e71c6c05629f9dc08c98b1c55282461a"/></dir></dir></dir><dir name="Category"><dir name="Api"><file name="V2.php" hash="e6fbbe97c41494c132ec7aeea9c87edb"/></dir><file name="Api.php" hash="b5c9bc73000d7ee0d87611e9d55d2ff7"/><dir name="Attribute"><dir name="Api"><file name="V2.php" hash="919ffaf8afb68b7de4383cdea282c3ec"/></dir><file name="Api.php" hash="31e3c621e7aa05e138d79679d3be25e3"/><dir name="Backend"><file name="Image.php" hash="e0c94c3a7a733ff3f6360debc21ba0cb"/><file name="Sortby.php" hash="871e7ecabb88a4b266fadc66b96bd90b"/><file name="Urlkey.php" hash="4d03fb8f5c8e9a2f86a753a3a369d678"/></dir><dir name="Source"><file name="Layout.php" hash="30f933b82c25ceb87693b7dddc7e11d0"/><file name="Mode.php" hash="59bd9a55f9c05a1e16d93c13b7bd00fd"/><file name="Page.php" hash="51e0239fd81b1b84afe12aa535c00c84"/><file name="Sortby.php" hash="3154b4f40d663394f9b52981a8140ae2"/></dir></dir><dir name="Indexer"><file name="Flat.php" hash="0578468abf3a6e6a008289ed955f8907"/><file name="Product.php" hash="f8f8628ae7989920e66a966fdcac48ae"/></dir><file name="Url.php" hash="da29381b9738f76c5e40e16c9ebf5528"/></dir><file name="Category.php" hash="f742fe34437a8e1513625139763c438a"/><file name="Config.php" hash="c6cb79a74890b1cdd0d868afd9c54c75"/><dir name="Convert"><dir name="Adapter"><file name="Catalog.php" hash="dcc155e552940bfc5a02c684f7a89b26"/><file name="Product.php" hash="309254995fa3b74af1443668ce058fa8"/></dir><dir name="Parser"><file name="Product.php" hash="a74a6758c3a9393e2944423bf36be9b0"/></dir></dir><file name="Convert.php" hash="35820783c706501b561c88ed4df8101c"/><file name="Design.php" hash="469c7b539ad044a3a14f233abad3bbc0"/><dir name="Entity"><file name="Attribute.php" hash="42c1da9a0cf2c09708d49a2155eafdb1"/><dir name="Product"><dir name="Attribute"><dir name="Design"><dir name="Options"><file name="Container.php" hash="a488c062610376386a808380555c826c"/></dir></dir><dir name="Frontend"><file name="Image.php" hash="f75459842c6719efa25f9fba7556d0eb"/></dir></dir></dir></dir><file name="Factory.php" hash="49ffa00a153d76bb67a5b5037af090b4"/><file name="Index.php" hash="84675c1a6972b5cfd9802d0ea2dffe8e"/><dir name="Indexer"><file name="Url.php" hash="13d1537f025a3ac53b0b7be85750af49"/></dir><dir name="Layer"><dir name="Filter"><file name="Abstract.php" hash="91f645bcada81a35afe48b7ad5e51220"/><file name="Attribute.php" hash="d84c65856387111594b1e14b7991d799"/><file name="Category.php" hash="939f2abbd60db795ea9a1bab8ea8587d"/><file name="Decimal.php" hash="dc0af4ede52849788e85ecb8aa50777f"/><file name="Item.php" hash="e5b9bdd32066b742886062371b33f3c5"/><dir name="Price"><file name="Algorithm.php" hash="2435677ca60eefe587c54eb665f69fee"/></dir><file name="Price.php" hash="3dd92912a7862221713185384aa1adac"/></dir><file name="State.php" hash="990a6d76cbcbe51102c6f5d887b5254d"/></dir><file name="Layer.php" hash="0d727bfb585b48ccfce2940315f49ff1"/><file name="Observer.php" hash="56a8c232539252660850db93529f94c0"/><dir name="Product"><file name="Action.php" hash="945400a67e514745e3339094063f78ae"/><dir name="Api"><file name="V2.php" hash="61c4740ddd119b0549caa54b77a8b70d"/></dir><file name="Api.php" hash="3e70e4bc97c30ad29b27929f3dd5f767"/><dir name="Attribute"><dir name="Api"><file name="V2.php" hash="d44a80708539543d9a0efc56632f757a"/></dir><file name="Api.php" hash="716ceca750d6ec1616614a59e230ad6c"/><dir name="Backend"><file name="Boolean.php" hash="103e0910580ac174bd325fce6704da2c"/><dir name="Groupprice"><file name="Abstract.php" hash="98ee0afc04c584779bc4dc9863b50b07"/></dir><file name="Groupprice.php" hash="e9a4da3033b7e9530d4c22d59d17a98d"/><file name="Media.php" hash="2f39147281eb2856727f6e6c4d829361"/><file name="Msrp.php" hash="23af08bb487cc451e0f37719a35857d4"/><file name="Price.php" hash="a176a154712ee30c6f2fc0bf58552602"/><file name="Recurring.php" hash="f6e46f0095da6477558ef43e7bc59ce0"/><file name="Sku.php" hash="8eec3ae98532b263609f803850f9dd13"/><dir name="Startdate"><file name="Specialprice.php" hash="9bb37f9025733a1a0d12b667998d435f"/></dir><file name="Startdate.php" hash="ec2ca38d715e26295a8bf6494764045c"/><file name="Tierprice.php" hash="0b4e4f7edd3a0826ad1fa047ae95ec5b"/><file name="Urlkey.php" hash="60fa0bcf503edbeff513e3307f170f0a"/></dir><dir name="Frontend"><file name="Image.php" hash="8cf1825690c65208cc46cc0c07baefc6"/></dir><file name="Group.php" hash="041acb124bc47ce0330da1dc90215ee9"/><dir name="Media"><dir name="Api"><file name="V2.php" hash="69ea962d0a5ba1be9edadb2c883b1041"/></dir><file name="Api.php" hash="209734a6538b03b410cb29bce1d3e41a"/></dir><dir name="Set"><dir name="Api"><file name="V2.php" hash="56062fc7e14dbff04c35f08b3d8b2aea"/></dir><file name="Api.php" hash="28bdbcedf226cc47a764dbfdf544e362"/></dir><dir name="Source"><file name="Boolean.php" hash="f35b065d54dbd7618b6c16cf6010bb96"/><file name="Countryofmanufacture.php" hash="a1eb8b74c88a404073d47482ac0f9ea7"/><file name="Inputtype.php" hash="cb9972b3b4157340510b6597501e8ff8"/><file name="Layout.php" hash="3a9395a8b95de422cd246875251fef5e"/><dir name="Msrp"><dir name="Type"><file name="Enabled.php" hash="33446443e92a7113409f7fa3569b8a40"/><file name="Price.php" hash="2f9f628f2335cf1184c661556befc729"/></dir><file name="Type.php" hash="38b21f3e93ab3be6dd37040f032ddddf"/></dir></dir><dir name="Tierprice"><dir name="Api"><file name="V2.php" hash="9b02e3d2b6aa047dbf74f8d0233b2b06"/></dir><file name="Api.php" hash="a41db2f3587d58b2c0e906825e0d0f92"/></dir></dir><dir name="Compare"><file name="Item.php" hash="93054d70cac6c82520b89a6c9541c655"/><file name="List.php" hash="dd7dad9dcf10f159ac6b1af3f0527785"/></dir><dir name="Condition"><file name="Interface.php" hash="84dfc335bb313a02c408a437755d8dee"/></dir><file name="Condition.php" hash="330fa2d584478c5520c53c7b0eb026ee"/><dir name="Configuration"><dir name="Item"><file name="Interface.php" hash="5729aa2013c3ac5652f1d96e44e0a638"/><dir name="Option"><file name="Interface.php" hash="29c271a22c62d68374b7f44fec420941"/></dir><file name="Option.php" hash="8c40e80eded8c5d791ca6df2a5afead9"/></dir></dir><dir name="Flat"><file name="Flag.php" hash="5f0a3f5a920d9abaae21589182aaea1d"/><file name="Indexer.php" hash="3cbf8bc385991dbc2e1e48f155f94e12"/><file name="Observer.php" hash="2fb3f324b6a954beb41f0e6671b9455b"/></dir><file name="Image.php" hash="f8246c2671bdcba53d82a66054c2a1b1"/><dir name="Indexer"><file name="Eav.php" hash="0603f3ce80f40964308dc20a9a167756"/><file name="Flat.php" hash="c4412b77d30cd0f7a190201d767526ac"/><file name="Price.php" hash="a39e2ebc76de3326a943f85f8ceb30ce"/></dir><dir name="Link"><dir name="Api"><file name="V2.php" hash="b044b621c93507f4b011dba48e7827eb"/></dir><file name="Api.php" hash="743211e4ef7956e55c74b3c8e9603266"/></dir><file name="Link.php" hash="958fa52624c0e66d336f9bb1d8450570"/><dir name="Media"><file name="Config.php" hash="2e93a6f376f11a15e6b57aafe84fef88"/></dir><dir name="Option"><dir name="Api"><file name="V2.php" hash="1c441a1c4bd754fe29a49ea95f448af5"/></dir><file name="Api.php" hash="4a709d54da48a122aa0bb3799d6149ee"/><file name="Observer.php" hash="d2c312e9a55505d5c305444ac89a0644"/><dir name="Type"><file name="Date.php" hash="ab20520a8f9622a3f2ad2955b73e57c7"/><file name="Default.php" hash="532dbffb35de31ec77f8c6cc9750d24c"/><file name="File.php" hash="616bd61db43abe05f61dbad132b3005c"/><file name="Select.php" hash="cf11dd6431cf389dd559fb1491ba3a19"/><file name="Text.php" hash="ad1b8020e790c84dd7e10fcd7b0b6984"/></dir><dir name="Value"><dir name="Api"><file name="V2.php" hash="256f09df3ec86d691a6f7409f8a55878"/></dir><file name="Api.php" hash="52afd534ccdf59c919c39bb8e1e50296"/></dir><file name="Value.php" hash="50979e2b5651cf1c301951d8a33b3ef0"/></dir><file name="Option.php" hash="837561382abfc496643db078f879aed0"/><file name="Status.php" hash="684bce733fc2d6c4552d8b43ee32cabe"/><dir name="Type"><file name="Abstract.php" hash="a69edc9563c4b5b5a136621616677254"/><dir name="Api"><file name="V2.php" hash="f632cc948ce39537d05beed0f4cbf8c5"/></dir><file name="Api.php" hash="ae03277e9644d3af17f5e9824e61a207"/><dir name="Configurable"><file name="Attribute.php" hash="08dffa9a1f623c01de77ab2213fcba8d"/><file name="Price.php" hash="9be6f7f15f7cff7418fc2b6fcf04781b"/></dir><file name="Configurable.php" hash="face626d05e481700c0bd3622d3e40db"/><dir name="Grouped"><file name="Price.php" hash="f912aa2642f16b334b8ed0d513f3f1ea"/></dir><file name="Grouped.php" hash="f08f24732d6aa418fabd7630596facdb"/><file name="Price.php" hash="587bab738b606c332e8a812d0facf8d5"/><file name="Simple.php" hash="196f524d59b464cab7382340e92bcd7b"/><file name="Virtual.php" hash="d6ead6d829a4db87dadc8010dfe362f9"/></dir><file name="Type.php" hash="930b2692b620b46a625a4bbef8226f6c"/><file name="Url.php" hash="336b83224a5c2c87787a1c4f8f0114f1"/><file name="Visibility.php" hash="d3c23139aa773962b5d07332fbe4856f"/><file name="Website.php" hash="b90d8b8dd1d45731081bc570f112b29a"/></dir><file name="Product.php" hash="89bb76893d401c53d95ac3cd1c5ccc60"/><dir name="Resource"><file name="Abstract.php" hash="19b6160db81d5db980b808d4aa109140"/><file name="Attribute.php" hash="0dc867d45142ea21466eeb9a1fdf4694"/><dir name="Category"><dir name="Attribute"><file name="Collection.php" hash="af8c98ecc6c0578a7fe6372d1ab5f3fe"/><dir name="Frontend"><file name="Image.php" hash="311acf80045228bd098fa90895d81b7b"/></dir><dir name="Source"><file name="Layout.php" hash="4434cfbe2efd59781385d71f15f1930b"/><file name="Mode.php" hash="87c7babc1534942ec5a7067787f2030e"/><file name="Page.php" hash="9ee88bcc5ed4492dda83b2b0137428b9"/></dir></dir><file name="Collection.php" hash="ec2a09fe00ef76b8da0afb5cc0f5dcf9"/><dir name="Flat"><file name="Collection.php" hash="2e0b2cf84157b8bd92c15c4f4264512e"/></dir><file name="Flat.php" hash="03fe6bdb01d44a75c49c861c40ba00f4"/><dir name="Indexer"><file name="Product.php" hash="ea3447411fad121f3e8b1f0b2af7d731"/></dir><file name="Tree.php" hash="5eba667d6f07a792dd3243ad9deb1aad"/></dir><file name="Category.php" hash="3f999f30afe154e45e4ac0b9edbfd9e0"/><dir name="Collection"><file name="Abstract.php" hash="1d203fc1d1f44db35b97c1956c6bf9b1"/></dir><file name="Config.php" hash="658ff85ffd30e640b4b830e1b811ecf4"/><dir name="Eav"><file name="Attribute.php" hash="f5fc2e485506a2a787d33780f6afc5ce"/><dir name="Mysql4"><file name="Abstract.php" hash="a57ff9b820dbc0ab2ca994588fdc922e"/><file name="Attribute.php" hash="fd63be2fad5477754cdcfb3b23e91e38"/><dir name="Category"><dir name="Attribute"><file name="Collection.php" hash="515c4f6946d8585d0881989acca594cf"/><dir name="Frontend"><file name="Image.php" hash="625ad5dc0ce7066445836c245c68108e"/></dir><dir name="Source"><file name="Layout.php" hash="e2b15ec6f1b423404e8269b5f2a20976"/><file name="Mode.php" hash="248604940057c25910aedeb5c7877325"/><file name="Page.php" hash="dc4b6e14f7a26613620f27bc767339d3"/></dir></dir><file name="Collection.php" hash="aa93f5729bfdcf0575b1dea78011519a"/><dir name="Flat"><file name="Collection.php" hash="fe669496a6bd7d54541d1f638bc48075"/></dir><file name="Flat.php" hash="477e9be112d783f5275a763f5ccd68d1"/><dir name="Indexer"><file name="Product.php" hash="7a381e41ffed4de3024c46dab40fbcf4"/></dir><file name="Tree.php" hash="8f42f9b1ccfa9d0b1fd82af5c12639d5"/></dir><file name="Category.php" hash="8c3ec5bdd626497a0858aa1286f3f03d"/><dir name="Collection"><file name="Abstract.php" hash="df6b8ae52a3ef3e0231522f345e76406"/></dir><file name="Config.php" hash="575a44ad34e237a6a033f6eed66e9acb"/><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="9d9e8618b7886b642959db77c582f49a"/><file name="Decimal.php" hash="fe00b9e66c9eb85eb8b1dd7c5f397753"/><file name="Price.php" hash="fc5fcf0c4ce4c4947b1fe822583f476f"/></dir></dir><dir name="Product"><file name="Action.php" hash="14180a31728182c58c847ab72b93b17f"/><dir name="Attribute"><dir name="Backend"><file name="Image.php" hash="fd87d0c04038ed84458ef792af6cbebe"/><file name="Media.php" hash="7354f4ee0f084ebf267432a302edfd14"/><file name="Tierprice.php" hash="7acd8f8d36255691a2ca744e96096a94"/><file name="Urlkey.php" hash="8f88a0f716e32a571f7c67b18866c7e5"/></dir><file name="Collection.php" hash="00774b702ab1f817fe0a5bc07cf577e2"/><dir name="Frontend"><file name="Image.php" hash="cc50cd5b797739ed3f993ec6ce631a29"/><file name="Tierprice.php" hash="47d11e2407bfae81f575b33aef6ed568"/></dir></dir><file name="Collection.php" hash="a0a51b0c4b3d3890e11ed077bb7f0e68"/><dir name="Compare"><dir name="Item"><file name="Collection.php" hash="2f19ece265669f7d12c58fe9b2c9cc6d"/></dir><file name="Item.php" hash="c2779dd33f71955397254c041412ba3e"/></dir><dir name="Flat"><file name="Indexer.php" hash="421ff769046e72102413cf53a3023d18"/></dir><file name="Flat.php" hash="804985574582b90abb7c1e0af71cd364"/><dir name="Indexer"><file name="Abstract.php" hash="ac99f844abeb33eeaa597a0a687a0bec"/><dir name="Eav"><file name="Abstract.php" hash="407755d489ca55025719d0b44b7d831b"/><file name="Decimal.php" hash="8b87fd81bc0d5787da6004b225c67d6f"/><file name="Source.php" hash="6c37dabfba39f8a13d51d95982391460"/></dir><file name="Eav.php" hash="36e2cef994a054badf96905e5ff67ad4"/><dir name="Price"><file name="Configurable.php" hash="0887fbcc96beb485b79fcc46562baf3f"/><file name="Default.php" hash="913c93953f060d405a71d21a345cc579"/><file name="Grouped.php" hash="270b51a3d64aad86d20693115bf60022"/><file name="Interface.php" hash="cfbf4eb255056bca843b8a032322e1b5"/></dir><file name="Price.php" hash="1861454bd5b90fbcec5f903da15d67ee"/></dir><dir name="Link"><file name="Collection.php" hash="ce0567f583f4fafb98d30e84926e7389"/><dir name="Product"><file name="Collection.php" hash="df53142f0203d18baa0a28ed9be43dba"/></dir></dir><file name="Link.php" hash="199ea4db61fbfc189d23b0d484562a42"/><dir name="Option"><file name="Collection.php" hash="35936d40f2a3cfd7a4c24a812ec78bbf"/><dir name="Value"><file name="Collection.php" hash="e34d88aa078004e59b3003b3796768fb"/></dir><file name="Value.php" hash="8668f508f8bc2e754d59f32734415af4"/></dir><file name="Option.php" hash="ac13e2fa123c8b5b78d28882c1381f3f"/><file name="Relation.php" hash="75b6a299675af086c4834b0e4f1f58c4"/><file name="Status.php" hash="0b8bbd488d1e6bda46d047a4cb68f49a"/><dir name="Type"><dir name="Configurable"><dir name="Attribute"><file name="Collection.php" hash="826ae3d9a70ce7cbfae9dbc5dcc4a569"/></dir><file name="Attribute.php" hash="fa427552fa56dba2a6163bcac0443a79"/><dir name="Product"><file name="Collection.php" hash="b645351c8196c90fc34044753bb6ed0c"/></dir></dir><file name="Configurable.php" hash="0a8ba70018fa3425bb963ecc1b565d12"/></dir><file name="Website.php" hash="41639b989f066ed072128d7764b8f28a"/></dir><file name="Product.php" hash="b4eb13f4ebac328a5454d1a3c80c5e7f"/><dir name="Sendfriend"><file name="Collection.php" hash="ab347abb11e23a0e688067846034deb1"/></dir><file name="Sendfriend.php" hash="eb484c834db119877e57cec04c28e0c7"/><file name="Setup.php" hash="1b2e61c5a46de25b5bef4e1c74271862"/><file name="Url.php" hash="7058d86a68f2d2200fef3025d16aec1d"/></dir></dir><dir name="Helper"><file name="Mysql4.php" hash="eef161fe4a7d6dd2b71e7c01f81c38f5"/></dir><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="79bc074f2c8fb2a57fee77900f445fef"/><file name="Decimal.php" hash="16c48f459ccb2a26e29bd5b6b82ad4bb"/><file name="Price.php" hash="275745c5e4b38b2072fde44aa11fb1a3"/></dir></dir><dir name="Product"><file name="Action.php" hash="d989e10fa9979b7deb9919dedbe9b018"/><dir name="Attribute"><dir name="Backend"><dir name="Groupprice"><file name="Abstract.php" hash="5886e652dc1bb90b1f4d97de00336661"/></dir><file name="Groupprice.php" hash="193bb44ec1c07ab82e833834be225124"/><file name="Image.php" hash="4bbb6320580bb1bcd5e051e7af25e681"/><file name="Media.php" hash="8dcb7d768a2c19173d8428e9792f68fc"/><file name="Tierprice.php" hash="bde506b0bc8c42826d9b3552139f7ba0"/><file name="Urlkey.php" hash="77488a0e3033146374fe8af5116bc17e"/></dir><file name="Collection.php" hash="06d8be3979681e63b9d156ff61193cf2"/><dir name="Frontend"><file name="Image.php" hash="93a98644ed8d411ab6ad4e5603410e4a"/><file name="Tierprice.php" hash="534ddad4714f5324b981adced2c4e06e"/></dir></dir><file name="Collection.php" hash="35dcf6420a3c9c999ff5172e7e5a90fe"/><dir name="Compare"><dir name="Item"><file name="Collection.php" hash="8080c959c2dab3e071893fb5d515d761"/></dir><file name="Item.php" hash="7f8531c43226562a5fcb34229cfa63cd"/></dir><dir name="Flat"><file name="Indexer.php" hash="38dd0c8163b80bc6f7845c189cbf5c07"/></dir><file name="Flat.php" hash="7c205e2dd356c98d322f05874a7e1dae"/><dir name="Indexer"><file name="Abstract.php" hash="369a18d983e1a83508e7fdf776c7179c"/><dir name="Eav"><file name="Abstract.php" hash="3927d471e4b313294d64702987c4fa9d"/><file name="Decimal.php" hash="32221997a46e9836eb45e69ca9c6a4ec"/><file name="Source.php" hash="3680ffbe870e0f419153ac3ad85d0856"/></dir><file name="Eav.php" hash="9ade68c96a52e9a050da14a5744a2c4b"/><dir name="Price"><file name="Configurable.php" hash="1b3e20a346b6a38db70146b0b6623b8b"/><file name="Default.php" hash="69ecca5cc1a74b9629af8a146911c316"/><file name="Grouped.php" hash="691b794136c2fda7e47b57749cf5b290"/><file name="Interface.php" hash="ec314df5176297a4e2dc2549daed4aae"/></dir><file name="Price.php" hash="e12ed7fcfeac3c3d809cb01287c24fd5"/></dir><dir name="Link"><file name="Collection.php" hash="aa2b4f767777aa94c093ad723359ea70"/><dir name="Product"><file name="Collection.php" hash="643423664fc94fda1de750e1788ced8e"/></dir></dir><file name="Link.php" hash="33eff528bab474df2d35487327d252f8"/><dir name="Option"><file name="Collection.php" hash="3f6435318a177c11571812906ae0bf05"/><dir name="Value"><file name="Collection.php" hash="17e69109a64c405f3870854c4f31cf04"/></dir><file name="Value.php" hash="509fed5d5a8d99506b1cd61f7e32b737"/></dir><file name="Option.php" hash="c071e48deb2e6ac53283800916ea1f1a"/><file name="Relation.php" hash="bae8bdea38af18109acd070d490deaf2"/><file name="Status.php" hash="e4f1b063ba34f5d25eda3ad557a09b65"/><dir name="Type"><dir name="Configurable"><dir name="Attribute"><file name="Collection.php" hash="e09ee489d11cef0f319cc7c1531f9d5d"/></dir><file name="Attribute.php" hash="79b2009fea726479b885f4c579412ad8"/><dir name="Product"><file name="Collection.php" hash="8695310ffce046da01404e73b07dfa66"/></dir></dir><file name="Configurable.php" hash="fa68926f08a87c1a5e35823401f2c25c"/></dir><file name="Website.php" hash="8cc50eadf0497311e1bf5614ea0ecbe4"/></dir><file name="Product.php" hash="eae7ae0752a20d3f2e31ba94855f46fb"/><file name="Setup.php" hash="f4b0b59e17a36b7f01e4236b25ce7e3e"/><file name="Url.php" hash="4e8eaaf987ecc06874d22ee3ec2b321f"/></dir><file name="Session.php" hash="cf88e2b40efc70aced3f81039e4115aa"/><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Catalog"><dir name="Category"><file name="Flat.php" hash="79cc83d8c591789a656dd7be0a2ef1df"/></dir><dir name="Product"><file name="Flat.php" hash="7e44f2f959bac9a538d49dcdc5b4b222"/></dir><dir name="Url"><dir name="Rewrite"><file name="Suffix.php" hash="6ac63fca94e44df31bb7109c3cf29fd0"/></dir></dir></dir></dir></dir></dir><dir name="Template"><file name="Filter.php" hash="eb9a4a3667c86f856be5b9f159811eec"/></dir><file name="Url.php" hash="205dd9327ab6d381bef5d9fa66fdb629"/></dir><dir name="controllers"><file name="CategoryController.php" hash="3ccef0536e6f1fb11cb06c7e4acba989"/><file name="IndexController.php" hash="c64d13378b8a0577656dda2a588f5d7d"/><dir name="Product"><file name="CompareController.php" hash="64114986491ea196bd2898d60fcf7b5e"/></dir><file name="ProductController.php" hash="99cfb307395390690db9597aff270131"/><dir name="Seo"><file name="SitemapController.php" hash="e5fe39308d8d4e42d15a665a1ce4e967"/></dir></dir><dir name="data"><dir name="catalog_setup"><file name="data-install-1.6.0.0.php" hash="ea67564d144fa778da28f04638d61d0d"/><file name="data-upgrade-1.6.0.0.12-1.6.0.0.13.php" hash="e29c01743eb6474cd2bec053c0f798a4"/><file name="data-upgrade-1.6.0.0.13-1.6.0.0.14.php" hash="59b98841d7fec6e8d614892a2245e08b"/><file name="data-upgrade-1.6.0.0.4-1.6.0.0.5.php" hash="92d641d29b46a8740df540f15c4354cf"/><file name="data-upgrade-1.6.0.0.8-1.6.0.0.9.php" hash="dcd037f875af19151bfe87e13ae5dfe9"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="d9eb934345ae05bb4ce5b4a8ad1a3652"/><file name="api.xml" hash="5d4bc7bd76f353bbe01452f8f2ea8456"/><file name="api2.xml" hash="568708c0966ce159c7f48c113b63f405"/><file name="config.xml" hash="fc693c5db9377ac5218c70ad24f940a5"/><file name="convert.xml" hash="117c5cfc2da603284da88a460f85053b"/><file name="system.xml" hash="943335090c417d99bacc825ca43a25c0"/><file name="widget.xml" hash="d98c005e1f15475cae95440438e7a80d"/><file name="wsdl.xml" hash="fa198392d766134085b3c2ec1be4a0e9"/><file name="wsi.xml" hash="0acfd65c613ccb83404317500078a85d"/></dir><dir name="sql"><dir name="catalog_setup"><file name="install-1.6.0.0.php" hash="30f8d8a47e0fa73941e8bd233a0b3b6a"/><file name="mysql4-data-upgrade-0.7.57-0.7.58.php" hash="63dc14b0ddc3caff3bd058b2006ced07"/><file name="mysql4-data-upgrade-0.7.63-0.7.64.php" hash="fb8de248158813def08aa909fa871802"/><file name="mysql4-data-upgrade-1.4.0.0.28-1.4.0.0.29.php" hash="61b39aa32dda5cbd6e87c4f52f5384a2"/><file name="mysql4-data-upgrade-1.4.0.0.42-1.4.0.0.43.php" hash="f0f914ff26bb40a4b67a3f48c6f08d4c"/><file name="mysql4-install-0.7.0.php" hash="907da856c1a1fcd361ee95c538f70949"/><file name="mysql4-install-1.4.0.0.0.php" hash="10796fec3f807b8e4e95bf27426399ec"/><file name="mysql4-upgrade-0.6.40-0.7.0.php" hash="ffcb7b0d5f883001945d5bc4a5e44676"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="e1881989d386ff173d2f0fac904fcb9f"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="32644f7d104ab6edc1d2cc85b4071b46"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="1463b725295c7f694efd36cef35ba9c4"/><file name="mysql4-upgrade-0.7.12-0.7.13.php" hash="07f03d5fd401ed9fd64ae02b877bcee7"/><file name="mysql4-upgrade-0.7.13-0.7.14.php" hash="1c957019bed1bd4e42a79f2b1bdb369d"/><file name="mysql4-upgrade-0.7.14-0.7.15.php" hash="2256ee58154065644f2125cd68eecb6a"/><file name="mysql4-upgrade-0.7.15-0.7.16.php" hash="ab33fd441ec9eee51b7d6733ee27b23c"/><file name="mysql4-upgrade-0.7.16-0.7.17.php" hash="07f03d5fd401ed9fd64ae02b877bcee7"/><file name="mysql4-upgrade-0.7.17-0.7.18.php" hash="59e8f00d5ad1bbef427126bda3285ae7"/><file name="mysql4-upgrade-0.7.18-0.7.19.php" hash="dbc94e03b2d662efb72f36ba78402d9d"/><file name="mysql4-upgrade-0.7.19-0.7.20.php" hash="1463b725295c7f694efd36cef35ba9c4"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="6836c681a6d65ab89e8ca5798e019803"/><file name="mysql4-upgrade-0.7.20-0.7.21.php" hash="342c3a78d54e59cfab2a8a6ae2440be1"/><file name="mysql4-upgrade-0.7.21-0.7.22.php" hash="de3360f87732334711612705e6f8c46c"/><file name="mysql4-upgrade-0.7.22-0.7.23.php" hash="a0f24637351ed4e2d25c3b7f1fd6517d"/><file name="mysql4-upgrade-0.7.23-0.7.24.php" hash="d68dd69482ffc4765ff3a89b742d969f"/><file name="mysql4-upgrade-0.7.24-0.7.25.php" hash="84333d3ed0d46167924139b9b98dbe4b"/><file name="mysql4-upgrade-0.7.25-0.7.26.php" hash="84333d3ed0d46167924139b9b98dbe4b"/><file name="mysql4-upgrade-0.7.26-0.7.27.php" hash="61b6db8534906dc5731ca7c0561e5f1c"/><file name="mysql4-upgrade-0.7.27-0.7.28.php" hash="8f78dd0d3cf6a47cf742b35ecd35d630"/><file name="mysql4-upgrade-0.7.28-0.7.29.php" hash="7636c20d4ed10094e04460e75d720db6"/><file name="mysql4-upgrade-0.7.29-0.7.30.php" hash="a4d0b870919842f8d1b5a2a431c01e7e"/><file name="mysql4-upgrade-0.7.30-0.7.31.php" hash="9bde3da0981192d52d45c09692470ec2"/><file name="mysql4-upgrade-0.7.31-0.7.32.php" hash="3dcc6ad32a53bd9a6654b9a0d6211d74"/><file name="mysql4-upgrade-0.7.32-0.7.33.php" hash="46b8b9ab48deebcfecebc2da178e65ef"/><file name="mysql4-upgrade-0.7.33-0.7.34.php" hash="7234c0ace91c6bfebb414b0180cbf01e"/><file name="mysql4-upgrade-0.7.34-0.7.35.php" hash="98e3b676f59e8aa4d39ad812fa2526c8"/><file name="mysql4-upgrade-0.7.35-0.7.36.php" hash="2594e243ded10331ac685c42f1a67c35"/><file name="mysql4-upgrade-0.7.36-0.7.37.php" hash="5a375b7112a1d21cc11d82c206c95ca3"/><file name="mysql4-upgrade-0.7.37-0.7.38.php" hash="bc049d406a674b089254e873405ff576"/><file name="mysql4-upgrade-0.7.38-0.7.39.php" hash="a21eeacba9e5d31e55f70202210395dd"/><file name="mysql4-upgrade-0.7.39-0.7.40.php" hash="976605d8a45777a0df93aa3cdae65937"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="9dcd52d5beb2446e219c4548799bad93"/><file name="mysql4-upgrade-0.7.40-0.7.41.php" hash="8a2447532c5fb72beaed6b64667a6eaa"/><file name="mysql4-upgrade-0.7.41-0.7.42.php" hash="f3f1355ff5d35269b4956af370b3b56e"/><file name="mysql4-upgrade-0.7.43-0.7.44.php" hash="a11e6b91022f9e4b8a84fecd11ba9c32"/><file name="mysql4-upgrade-0.7.44-0.7.45.php" hash="04e5fca9922ae0f5a8e121e95ef2acf5"/><file name="mysql4-upgrade-0.7.45-0.7.46.php" hash="3b3a71506d628a7057f2d027b523a177"/><file name="mysql4-upgrade-0.7.46-0.7.47.php" hash="3bd5945cd04e2fa86dea0e18766bf923"/><file name="mysql4-upgrade-0.7.47-0.7.48.php" hash="6dad73e6c5e4f079cce8b7027fc64f2a"/><file name="mysql4-upgrade-0.7.48-0.7.49.php" hash="85c570f15529ea1ba2f84d0bde2a6dbe"/><file name="mysql4-upgrade-0.7.49-0.7.50.php" hash="f307cd3201198629d72d4b8268a3d064"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="ca8cb666ba8388b639565548342bb9bb"/><file name="mysql4-upgrade-0.7.50-0.7.51.php" hash="8789b86fe5542ca4860ad9f9675c712b"/><file name="mysql4-upgrade-0.7.51-0.7.52.php" hash="e724c6b617fb735261fcabd1e0e88061"/><file name="mysql4-upgrade-0.7.52-0.7.53.php" hash="037161523ff6d2588240ce02a1a5fd05"/><file name="mysql4-upgrade-0.7.53-0.7.54.php" hash="265917901dddeac588cfd19310e1b86b"/><file name="mysql4-upgrade-0.7.54-0.7.55.php" hash="ff62002a5b68832a0bda40ed45973f77"/><file name="mysql4-upgrade-0.7.55-0.7.56.php" hash="8b673926b8a5ee7cb671c6de6efe8130"/><file name="mysql4-upgrade-0.7.56-0.7.57.php" hash="9dfda04f2f806f1ad006b6662e26cb5a"/><file name="mysql4-upgrade-0.7.57-0.7.58.php" hash="971c1d5316c9ed0be057e01e24cc5bc1"/><file name="mysql4-upgrade-0.7.58-0.7.59.php" hash="164c9d56bdec6c93f01174bb9e34db87"/><file name="mysql4-upgrade-0.7.59-0.7.60.php" hash="573dfcba7f21baa2869b09fa918f3a83"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="1463b725295c7f694efd36cef35ba9c4"/><file name="mysql4-upgrade-0.7.60-0.7.61.php" hash="b5de45cdc5ca384c89af160fd579ac93"/><file name="mysql4-upgrade-0.7.61-0.7.62.php" hash="4de1f492be32ae538da5f9d93dd92ca3"/><file name="mysql4-upgrade-0.7.62-0.7.63.php" hash="b8e4aa8803843aa8754868f28fe301f6"/><file name="mysql4-upgrade-0.7.63-0.7.64.php" hash="a19ca7d2c3f81b3ae818838ef8be8b28"/><file name="mysql4-upgrade-0.7.64-0.7.65.php" hash="b2e7ec22dae65ce6a9b8be7af6ab7416"/><file name="mysql4-upgrade-0.7.65-0.7.66.php" hash="f4cd82f54f7a4a5f3e8b42dc9d0957cc"/><file name="mysql4-upgrade-0.7.66-0.7.67.php" hash="84879298cde7fbf8b648b44523616f60"/><file name="mysql4-upgrade-0.7.67-0.7.68.php" hash="e090af71f852d78781b3fc4cdaaf38e1"/><file name="mysql4-upgrade-0.7.68-0.7.69.php" hash="047f25f52aee2eeb6f765db9601b37e1"/><file name="mysql4-upgrade-0.7.69-0.7.70.php" hash="baf11657e25dbab59c16bfed43dd0cdb"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="45cec0b739d593e56b90f513368c72a8"/><file name="mysql4-upgrade-0.7.70-0.7.71.php" hash="c1b22174f364880e1d5c0909cdef7cb3"/><file name="mysql4-upgrade-0.7.71-0.7.72.php" hash="382f4fca7fadf786bece9345a8a3279e"/><file name="mysql4-upgrade-0.7.72-0.7.73.php" hash="7d80ed955670a951bb3d0bd9de243f8f"/><file name="mysql4-upgrade-0.7.73-1.4.0.0.0.php" hash="bf49313553057ebfd7b5cc36c33f95d5"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="5e0ff253c122523d71ca48ef4269007b"/><file name="mysql4-upgrade-1.4.0.0.0-1.4.0.0.1.php" hash="20791ac0cb4563b7ace158a24d7f34b3"/><file name="mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php" hash="ab45866294ee5627a552a7678c3f6a12"/><file name="mysql4-upgrade-1.4.0.0.10-1.4.0.0.11.php" hash="4ec9c73112c558b9cd51ee0d0a3c560a"/><file name="mysql4-upgrade-1.4.0.0.11-1.4.0.0.12.php" hash="7fa9a8c9be0adaf0755bb9a1cd283ba2"/><file name="mysql4-upgrade-1.4.0.0.12-1.4.0.0.13.php" hash="de55f0929a5b9cdddeb9b55c048d786c"/><file name="mysql4-upgrade-1.4.0.0.13-1.4.0.0.14.php" hash="13c3e1bd2ab375ac907c468b2a132919"/><file name="mysql4-upgrade-1.4.0.0.14-1.4.0.0.15.php" hash="e63cce527008f154a257e0422c021a1a"/><file name="mysql4-upgrade-1.4.0.0.15-1.4.0.0.16.php" hash="9d1532eb744328bc4a12cfc502d88e30"/><file name="mysql4-upgrade-1.4.0.0.16-1.4.0.0.17.php" hash="c61ae9236e3cde660391e11cd095b4ce"/><file name="mysql4-upgrade-1.4.0.0.17-1.4.0.0.18.php" hash="a76f812e25c6a312e677ca89ab41db7a"/><file name="mysql4-upgrade-1.4.0.0.18-1.4.0.0.19.php" hash="988086f48621867e4f455b64f21fb9fe"/><file name="mysql4-upgrade-1.4.0.0.19-1.4.0.0.20.php" hash="8e54eaba40013afa5a10a23db1c10106"/><file name="mysql4-upgrade-1.4.0.0.2-1.4.0.0.3.php" hash="5091888f24a0facf53180b618b7a5db8"/><file name="mysql4-upgrade-1.4.0.0.20-1.4.0.0.21.php" hash="38e868b5474d7918894ea17525cc5e19"/><file name="mysql4-upgrade-1.4.0.0.21-1.4.0.0.22.php" hash="3c7785620a1a1a70c96b1c7e7f220791"/><file name="mysql4-upgrade-1.4.0.0.22-1.4.0.0.23.php" hash="079b0935fed6a28a0145681904f8d9ce"/><file name="mysql4-upgrade-1.4.0.0.23-1.4.0.0.24.php" hash="feeff5ddc9bd64e93ea99c2b8c26c9f1"/><file name="mysql4-upgrade-1.4.0.0.24-1.4.0.0.25.php" hash="8ad6a4dc99e921eb509e6e2dfbddc59c"/><file name="mysql4-upgrade-1.4.0.0.25-1.4.0.0.26.php" hash="a7de1ae3ff4c6740de40fc71cabc5bdb"/><file name="mysql4-upgrade-1.4.0.0.26-1.4.0.0.27.php" hash="c333be5af54081b2a69e7cfd7da2569f"/><file name="mysql4-upgrade-1.4.0.0.27-1.4.0.0.28.php" hash="97ab16a187cb2b7c2a27d8b4ea9c4427"/><file name="mysql4-upgrade-1.4.0.0.28-1.4.0.0.29.php" hash="f23d240378b443f1cce1c26fb9ca630d"/><file name="mysql4-upgrade-1.4.0.0.3-1.4.0.0.4.php" hash="534cd3234a4dfa8dde3472c7ac3f5087"/><file name="mysql4-upgrade-1.4.0.0.30-1.4.0.0.31.php" hash="936b26df4c5a38cd4fe35b47c031fd08"/><file name="mysql4-upgrade-1.4.0.0.31-1.4.0.0.32.php" hash="5a15a67bf32439bf68fdc78d1ae64933"/><file name="mysql4-upgrade-1.4.0.0.32-1.4.0.0.33.php" hash="1df06690d06f824db849fc588ea41c65"/><file name="mysql4-upgrade-1.4.0.0.33-1.4.0.0.34.php" hash="95e8a00cc57869ae2eb3c126010baa48"/><file name="mysql4-upgrade-1.4.0.0.34-1.4.0.0.35.php" hash="f2d529ccf1831cfce2dbf80fc0844b46"/><file name="mysql4-upgrade-1.4.0.0.35-1.4.0.0.36.php" hash="03fb4c8356fd41c746ce132aa3f71df7"/><file name="mysql4-upgrade-1.4.0.0.36-1.4.0.0.37.php" hash="1ce24701ded674800ace11f777fe98fc"/><file name="mysql4-upgrade-1.4.0.0.37-1.4.0.0.38.php" hash="ba0810d23f2978d39ab2c637463464ce"/><file name="mysql4-upgrade-1.4.0.0.38-1.4.0.0.39.php" hash="fd9209ad7b47bcc48da75d34d7b97528"/><file name="mysql4-upgrade-1.4.0.0.39-1.4.0.0.40.php" hash="7c7442de82e5e7b48af65e480b68259c"/><file name="mysql4-upgrade-1.4.0.0.4-1.4.0.0.5.php" hash="513f067d4cea450db30fc22bab9832e4"/><file name="mysql4-upgrade-1.4.0.0.40-1.4.0.0.41.php" hash="0107de2ad489c3d40ea2f3f2694c53b0"/><file name="mysql4-upgrade-1.4.0.0.41-1.4.0.0.42.php" hash="36e7a599986a63521536efa90980fde9"/><file name="mysql4-upgrade-1.4.0.0.43-1.4.0.0.44.php" hash="92fde82e0b09b921ffbde9de9a9b7f3b"/><file name="mysql4-upgrade-1.4.0.0.5-1.4.0.0.6.php" hash="8995707e987478716747dbc1313eaa04"/><file name="mysql4-upgrade-1.4.0.0.6-1.4.0.0.7.php" hash="06604825f99adcde12031059f23382b9"/><file name="mysql4-upgrade-1.4.0.0.7-1.4.0.0.8.php" hash="f13e5b4937854805e2967360e4f00a8e"/><file name="mysql4-upgrade-1.4.0.0.8-1.4.0.0.9.php" hash="f2e4de073f07dd4d7335c667f607f56d"/><file name="mysql4-upgrade-1.4.0.0.9-1.4.0.0.10.php" hash="4ee27e8ee715bf6a8765871c5e8aaefe"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="aecb9ebb5c67cafddea8dce995a0c8b6"/><file name="mysql4-upgrade-1.6.0.0.8-1.6.0.0.9.php" hash="1d5dd120d80e804c4fff93c1d471d2e7"/><file name="upgrade-1.6.0.0-1.6.0.0.1.php" hash="b1897546da19f282af298cc9d51fc483"/><file name="upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="d181364a0cd1d425820ac78d7d0d16c8"/><file name="upgrade-1.6.0.0.10-1.6.0.0.11.php" hash="06c278dc88546febb856604925260e93"/><file name="upgrade-1.6.0.0.11-1.6.0.0.12.php" hash="14941877369eae1258de09270649a454"/><file name="upgrade-1.6.0.0.14-1.6.0.0.15.php" hash="435fc842d474d4677431b865edfc2709"/><file name="upgrade-1.6.0.0.15-1.6.0.0.18.php" hash="1f34f763742e6c2f1a4de5d363dcef2b"/><file name="upgrade-1.6.0.0.18-1.6.0.0.19.php" hash="068bc1fbf0bf168cb044352181d1f6b3"/><file name="upgrade-1.6.0.0.19.1.1-1.6.0.0.19.1.2.php" hash="be0557d61bf6e80184659d45857003ee"/><file name="upgrade-1.6.0.0.2-1.6.0.0.3.php" hash="ecab8711abeb953c197d2b8f8f26da8e"/><file name="upgrade-1.6.0.0.3-1.6.0.0.4.php" hash="639b3e944625d4f45f51f635019f03d0"/><file name="upgrade-1.6.0.0.4-1.6.0.0.5.php" hash="4fb54fb9f63c744fdce2747d1496cee8"/><file name="upgrade-1.6.0.0.5-1.6.0.0.6.php" hash="177c97f5a01f20f50f4ce9772e230e94"/><file name="upgrade-1.6.0.0.6-1.6.0.0.7.php" hash="bf9f0403dea0ab3b660c1a9ee043dfeb"/><file name="upgrade-1.6.0.0.7-1.6.0.0.8.php" hash="977dc6837711e5f920cb3731a0c9a27f"/><file name="upgrade-1.6.0.0.9-1.6.0.0.10.php" hash="94ba0f45bd439ffdab253f829f1f1ec3"/></dir></dir></dir><dir name="CatalogIndex"><dir name="Model"><file name="Aggregation.php" hash="77da4efc8abe97710a96b92eb574fd7b"/><file name="Attribute.php" hash="df6f3c491eb7fc8b37c7588186c4eec8"/><dir name="Catalog"><dir name="Index"><file name="Flag.php" hash="06aef49c18ad52bb27d5dc02da33aa31"/><dir name="Kill"><file name="Flag.php" hash="2254f391d0c4ec98867185ad9c34130e"/></dir></dir></dir><dir name="Data"><file name="Abstract.php" hash="68ebdae0319f6a9e09f5a539b298ae86"/><file name="Configurable.php" hash="d16b7dba554fd69ce1d2b160487707f9"/><file name="Grouped.php" hash="ca595ccddd66a7937a4d43ec4b68dc67"/><file name="Simple.php" hash="30a6517f4ade4e8533dd761ac8cc9070"/><file name="Virtual.php" hash="416011dd7433cd751063074fd92d7b11"/></dir><dir name="Indexer"><file name="Abstract.php" hash="4c18d1be9a5c53e30970962f9846867b"/><file name="Eav.php" hash="a30aaad6c62ed5f6278bb07a440df366"/><file name="Interface.php" hash="1b9e955e149aec1f434f67ab02e2b23c"/><file name="Minimalprice.php" hash="0ad37566b66cfc4b3b6d1b1a7c734982"/><file name="Price.php" hash="e42410d617cfcff565c69eff2773fffb"/><file name="Tierprice.php" hash="494ce4f47660128e8ce3945a14dc6f39"/></dir><file name="Indexer.php" hash="23af09a61e0b1bbcefb3e727956eb164"/><dir name="Mysql4"><file name="Abstract.php" hash="a633da999a691404cb447dbcf04b3f83"/><file name="Aggregation.php" hash="ea854e733ab641164fc40204ca281a61"/><file name="Attribute.php" hash="ac6266983f73a8b276581c8c01df29a3"/><dir name="Data"><file name="Abstract.php" hash="fa1973419b9589e84a3b0c0846bcb822"/><file name="Configurable.php" hash="cffa8ce2b2016d7be0a91ffd3b5e5020"/><file name="Grouped.php" hash="c3a3ee3ba0f4d1e487cae494f8ea8bab"/></dir><dir name="Indexer"><file name="Abstract.php" hash="64fcbcd03b01f4553a6b21db2f35296a"/><file name="Eav.php" hash="74be77f593d13e676c84e1231d0c6e65"/><file name="Minimalprice.php" hash="7ce2099f08e21ea54943447f9c0561a8"/><file name="Price.php" hash="92370f6092d2cbed270477b670d63a28"/></dir><file name="Indexer.php" hash="177e7d58702bc9b322420fc9178a92ca"/><file name="Price.php" hash="e13b05811808acfd29db23baf82e241d"/><file name="Retreiver.php" hash="ebc06e2960117f0e04baa405e6de1918"/><file name="Setup.php" hash="dd2c6c5ed1b7da02a672eb2adc178bd3"/></dir><file name="Observer.php" hash="48f117455c58e0506e55213fc86ce645"/><file name="Price.php" hash="5d74715f1df9f7cfe81bbf570290032e"/><dir name="Resource"><file name="Abstract.php" hash="934573673bd18620d7c3f44a172dd816"/><file name="Aggregation.php" hash="0febe0413a1b0fced08db10c011a2f46"/><file name="Attribute.php" hash="f47e5bdb16db1e02e94b2324f8f5a8b3"/><dir name="Data"><file name="Abstract.php" hash="d8c69386580f2b40ac5771f9b58749b8"/><file name="Configurable.php" hash="9dffc77a192c21b68f81f52c0a288b4e"/><file name="Grouped.php" hash="8d99699f22331577d322d9323ae310a6"/></dir><dir name="Indexer"><file name="Abstract.php" hash="7ca9404392edf4491a92c59677fcbe7e"/><file name="Eav.php" hash="95ba1e88935596b4c1a4299eb7c0bea4"/><file name="Minimalprice.php" hash="eff0c518f8c184be9abcd0ad34a39fd0"/><file name="Price.php" hash="ce24d5d9f67837cbccb8a83beb1d2ce0"/></dir><file name="Indexer.php" hash="966e804194ba6f5d96775e6dc07b4a14"/><file name="Price.php" hash="cf4a4d0cd6939e8694e06960e098bf96"/><file name="Retreiver.php" hash="e5b3e2a131c0ca622849bfb3589eecc5"/><file name="Setup.php" hash="415333ef6a3234207241fa1d24899793"/></dir><file name="Retreiver.php" hash="6da1777511f85324caee960042c0e749"/></dir><dir name="etc"><file name="config.xml" hash="dd728731c53fb9582043680283668c9d"/></dir><dir name="sql"><dir name="catalogindex_setup"><file name="install-1.6.0.0.php" hash="7366fa601b77f505fd2b5e6ff14614ea"/><file name="mysql4-install-0.7.0.php" hash="996a35b07552bf7764a15096e0c60d07"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="e53031b97a20dacf1b010037470eebe4"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="b704962db8fdf35c1e2599d3eff7eed9"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="7b9ef225f9f2eebe6eff8b24ece62a87"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="ab1b05986724dd261353f60d95fdc372"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="019b2c8e817d6b340d144e2f9200dc79"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="fcec06485205efe5144554338f71c6c5"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="0c6d7ba5aadd5890c4786095bdccc52f"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="2d524c2655830085c6b46aee4818bdfc"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="353017396d6436e4cbef20243a5eb8dc"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="886428471d8dbd8f0846f94eca5aeecf"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="8bc40fe3d870f20b93af45ab59da546e"/></dir></dir></dir><dir name="CatalogInventory"><dir name="Block"><dir name="Adminhtml"><dir name="Form"><dir name="Field"><file name="Customergroup.php" hash="0c3041c313f3d04516107dc4b3f17d85"/><file name="Minsaleqty.php" hash="1191f1d4cc36715629ae37cd0ca88615"/></dir></dir></dir><file name="Qtyincrements.php" hash="3d18369f1f237eee14fddefaf42bf82b"/><dir name="Stockqty"><file name="Abstract.php" hash="a40e538a6687ff5e16cb9d0431af0aba"/><file name="Composite.php" hash="4b3d3e3b8680c33982f274d093f2fd9f"/><file name="Default.php" hash="db1133d0f677b7b0ea067c35969bb908"/><dir name="Type"><file name="Configurable.php" hash="fe985019518a2c067c99914fbfff3545"/><file name="Grouped.php" hash="08fd964ae6e06047839e8b64e26fbdda"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="c67a731d7fd34ec8932ce399c092684e"/><file name="Minsaleqty.php" hash="ffaf77209479488212ae6784a13778b5"/></dir><dir name="Model"><dir name="Api2"><dir name="Stock"><dir name="Item"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="cfd06056f6b69608500d3fd27503d1b7"/></dir></dir><file name="Rest.php" hash="a1b599224634aca3e42dc2257dee0edd"/><dir name="Validator"><file name="Item.php" hash="fd8014f7e7a4251ef06b5f6aa75051a9"/></dir></dir><file name="Item.php" hash="df2b83b3d66cbec414b33d07f70255e0"/></dir></dir><dir name="Indexer"><file name="Stock.php" hash="42270b4601f51cdca3c07544ca93c83d"/></dir><dir name="Mysql4"><dir name="Indexer"><dir name="Stock"><file name="Configurable.php" hash="8eb359199f9c77841e8c4d746dde6267"/><file name="Default.php" hash="eb4930acadb0dcd9bf6aa7488cae2cf0"/><file name="Grouped.php" hash="e422cd037b6987fda5a188981379ab17"/><file name="Interface.php" hash="5c275e1fd8158cf0f12e0362f735f7dc"/></dir><file name="Stock.php" hash="b744c256bcb0f6b75805cdef05f97d3b"/></dir><dir name="Stock"><dir name="Item"><file name="Collection.php" hash="47cb6b0d5c286a1049cc8e7aba4198a7"/></dir><file name="Item.php" hash="3c97ba28551abb653133c68966ec2187"/><file name="Status.php" hash="438d07f9ec8b6a5fbe758ea21a0e1bfc"/></dir><file name="Stock.php" hash="90cff5537955f8830c1bff409613cbb5"/></dir><file name="Observer.php" hash="4c432799660695a6b25e2c6c78a53189"/><dir name="Resource"><dir name="Indexer"><dir name="Stock"><file name="Configurable.php" hash="d99379854e1a106bf504ce77fbaf2914"/><file name="Default.php" hash="bcbdb68b5e4b878b3fbe1386192ba7cc"/><file name="Grouped.php" hash="97385b92c83f4af603b7daaaaaf23b86"/><file name="Interface.php" hash="531d4ec3c762dd12690f28a4e02078da"/></dir><file name="Stock.php" hash="b8cdbf78b845eade58475f88634c8d96"/></dir><dir name="Stock"><dir name="Item"><file name="Collection.php" hash="9818f82c7d0db847220daec55cac2c9b"/></dir><file name="Item.php" hash="8668ef29a241a214059a4f88dc082871"/><file name="Status.php" hash="bf1b8d564a3fd344260210fc3c17bc28"/></dir><file name="Stock.php" hash="e4110d8b5264cecf1bc4aca0a6adf83e"/></dir><dir name="Source"><file name="Backorders.php" hash="a1c6ef7bea4bf7f6a3479893b48bc083"/><file name="Stock.php" hash="8800d9de12d98d4bb941e7a78af54e74"/></dir><dir name="Stock"><dir name="Item"><dir name="Api"><file name="V2.php" hash="813253f6bc540d5830de73175724b5dc"/></dir><file name="Api.php" hash="1e1479912723c013bb656fc54da1bb0c"/></dir><file name="Item.php" hash="75b13b6c9dc43c8b0c7926eaf73416c2"/><file name="Status.php" hash="3fc2ca01693f48d9f12c3726102516e7"/></dir><file name="Stock.php" hash="fe2732235259d11e06ce200b3d344b34"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Minqty.php" hash="c3c09cb0d16dbc9ff6e5be06645525f1"/><file name="Minsaleqty.php" hash="09b662ae5eef20d2bbe0c2afb90e1093"/><file name="Qtyincrements.php" hash="ee7ad897d5b408fbc2b04f969d78935c"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="d4568ead16fd41a9283b5caf490063b1"/><file name="api.xml" hash="747d83aba398cedccdb0c3fdea0ac96a"/><file name="api2.xml" hash="a226e5372dda1a88ce4dad6d6bf6d931"/><file name="config.xml" hash="8b4bb36713467236687e07e3da51e5fd"/><file name="system.xml" hash="4f6f8a716898a8588bf8f51e2a10b2f4"/><file name="wsdl.xml" hash="cfad5924eb32b8fb7ccf79309e5966df"/><file name="wsi.xml" hash="ec7bdd8cb2bc5dd12c0a4d865fe3d313"/></dir><dir name="sql"><dir name="cataloginventory_setup"><file name="install-1.6.0.0.php" hash="45e8b0671d2ef7a29aa655b3ff356910"/><file name="mysql4-install-0.7.0.php" hash="4ead6d32067dcec084fe061a37127748"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="79022509cf17a270f3115d245e0cfb74"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="15b083fb85e073a7d976da5546378d8d"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="2d929d079ee3492a0c4076c20bf384db"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="6d2d220fd7d675fa0d88a60ff4b3f28a"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="6f8213a268625b974d765a954cefc183"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="5d67d3221d7cde9d74a621296d7d8fa0"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="375e9a644e08004d3adea559fcbc47b4"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="b71763722da440d2a954acfe1946c4a6"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="c8d9f3e055c67710b57e0814dd3d47cb"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.0.1.php" hash="acda9e81ac3b8aab8f65a89087ef4b73"/><file name="upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="6c2f3023b2245c70d73a50d3d81e18b1"/></dir></dir></dir><dir name="CatalogRule"><dir name="Helper"><file name="Data.php" hash="125f5e33e84225446563950fad0b332e"/></dir><dir name="Model"><dir name="Action"><dir name="Index"><dir name="Refresh"><file name="Row.php" hash="f983713e0dbc96911ecc531d80171cb1"/></dir><file name="Refresh.php" hash="492f7ab4e2e89b894211bf1552715716"/></dir></dir><file name="Flag.php" hash="4507d18c8cd45845630c518b0dbfa484"/><dir name="Mysql4"><dir name="Rule"><file name="Collection.php" hash="273087045d68144c3f637136a52617eb"/><dir name="Product"><dir name="Price"><file name="Collection.php" hash="82bd891fba71bbfcb7266ecc1c0e42c3"/></dir><file name="Price.php" hash="7e2f48b7688272402730604c4d05ddc1"/></dir></dir><file name="Rule.php" hash="50030505528626eb9e62dd345906b3bf"/></dir><file name="Observer.php" hash="65d579152facd63975e7257f21bfe11b"/><dir name="Resource"><dir name="Rule"><file name="Collection.php" hash="2a80b9e84214dde8c298888eb9b90bfb"/><dir name="Product"><dir name="Price"><file name="Collection.php" hash="52773f1c795c6dbf9b748ecae36338a5"/></dir><file name="Price.php" hash="43a9bc79f1bcbbf1c8ee0d32bb140c10"/></dir></dir><file name="Rule.php" hash="34eae6ffdbc70e51a7bdb036794beaa3"/></dir><dir name="Rule"><dir name="Action"><file name="Collection.php" hash="ce966993e02e24ed5c11c48b1e3070f8"/><file name="Product.php" hash="c35d2bd414cff60610d87451dee9a5dc"/></dir><dir name="Condition"><file name="Combine.php" hash="f69718cd936b4796767aaebc5dfef4db"/><file name="Product.php" hash="513d9731bc55e60d49e1580b422b9238"/></dir><dir name="Product"><file name="Price.php" hash="6cfa84d1a5a69adfd9b78b2899044833"/></dir></dir><file name="Rule.php" hash="959c0107d0cf9f639fb74461f42b8356"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4703f3e53abf9740d3a20eaac1a99914"/><file name="config.xml" hash="989ee3823d62cd1ce67eb70ce8ed54b8"/></dir><dir name="sql"><dir name="catalogrule_setup"><file name="install-1.6.0.0.php" hash="9613a5d02ce3eb787fef1794eac0bc08"/><file name="mysql4-install-0.7.0.php" hash="4a713eec573775805f78dd5b671d91e5"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="330f21de6787b08c5d542214fefee088"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="5ec63e9fc5c286d0554bc255ad2e45be"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="8b64537abddc576919818a323ff06213"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="dd155a07c2e56abaa376bc4331c8d94f"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="c9d8490207754227fb65e5b7ae4e4aad"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="d5cbe7fbcddfd2c38c40e073ed8a0da5"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="24d32678497f3d11c411e5210a61f055"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="828eace53c2454b9bf9d9f6296ac5ffa"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="439c026649bf02b0f5836e03693c6ce0"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="4ed9b9d40b04bf85d75fe326cfc5503a"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="841225e0e9c41050dde0259c8b8a0bf9"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="2c14df676b9e7cd4f7b2dd418337b899"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="ec4eaa672433d0fc42d8b3efb8b1778d"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="3c5e7eca510460c99beff8ea9703be96"/></dir></dir></dir><dir name="CatalogSearch"><dir name="Block"><dir name="Advanced"><file name="Form.php" hash="2fc8fedd07e40d512517dc90fcb099d7"/><file name="Result.php" hash="a5a6d3db6a0ccfc0c1b6fbf64421e3da"/></dir><file name="Autocomplete.php" hash="d58666a1fde30eae966ae1bdde47f1ea"/><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="ad08c3030d4b3954e96d6a551526491e"/></dir></dir><file name="Layer.php" hash="b1d967ced64214d5bea294d606f3a74e"/><file name="Result.php" hash="699373bc177418d00ad1a165765d4fe8"/><file name="Term.php" hash="b3ec30838a8d02553922530c309295bb"/></dir><dir name="Helper"><file name="Data.php" hash="df036973048d7a7fd7adf928376fed79"/></dir><dir name="Model"><file name="Advanced.php" hash="d527ca028596aed941977d3235ea16d2"/><dir name="Fulltext"><file name="Observer.php" hash="849d834e564d8b49cdae4a42a81ba6e0"/></dir><file name="Fulltext.php" hash="ae080b6a10adf339584c1eced93833ab"/><dir name="Indexer"><file name="Fulltext.php" hash="9c777fe0f63decd6522d34d6fe7252ce"/></dir><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="f1341eab61b5f816234022deebff9309"/></dir></dir><file name="Layer.php" hash="1c09af91b68d4c9e75373e9ff1a36932"/><dir name="Mysql4"><dir name="Advanced"><file name="Collection.php" hash="edf02e2322f448941875143f63a8663b"/></dir><file name="Advanced.php" hash="33560c842232ce136af5e0ea70cc1eb4"/><dir name="Fulltext"><file name="Collection.php" hash="89717fc3e3bee338f796bfabfb33586f"/><file name="Engine.php" hash="01eddde3f058360d0883a3368b52f0c6"/></dir><file name="Fulltext.php" hash="652a4f3f3ec05e5aecbfb37861cd6a78"/><dir name="Indexer"><file name="Fulltext.php" hash="cd8e97f28679ca881a95a90b017bd648"/></dir><dir name="Query"><file name="Collection.php" hash="78d62b1f95b6ae47c4cd3014bcdf5808"/></dir><file name="Query.php" hash="d4a0bc92d7cc6e94e9c61b52e007249f"/><dir name="Search"><file name="Collection.php" hash="8ff161dec0257d44feb14f3d50db1a5d"/></dir></dir><file name="Query.php" hash="a32eaa45e02a361d9013481e031a4566"/><dir name="Resource"><dir name="Advanced"><file name="Collection.php" hash="56e449633b477a12dfc0921604087efe"/></dir><file name="Advanced.php" hash="3e0c7629de6b3c574fcc810542898f0b"/><dir name="Fulltext"><file name="Collection.php" hash="3a9fa395f7f7ff066afec194546ad022"/><file name="Engine.php" hash="5b3ad4ec0d213f81622e4d3f80ab70f0"/></dir><file name="Fulltext.php" hash="f74318f65b78af0f7118884080072217"/><dir name="Helper"><file name="Mysql4.php" hash="bf5efa4e60d39394186ce11a121e9a68"/></dir><dir name="Indexer"><file name="Fulltext.php" hash="4f34b6ed4cb7f8b15cfb4ffce02aff8d"/></dir><dir name="Query"><file name="Collection.php" hash="2d7aef011c16c3ab9f49c11a69e7f51b"/></dir><file name="Query.php" hash="a81bdc3e28a0904b58c4ef5068e78344"/><dir name="Search"><file name="Collection.php" hash="50ffb95ca221f8642dceca5c5dc2a9e7"/></dir></dir><file name="Session.php" hash="792e5a38e43f668d5f5d7226fea8c84c"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Sitemap.php" hash="2cba0db7d96d5e4f65fe2482ad7c304d"/></dir></dir></dir></dir><dir name="controllers"><file name="AdvancedController.php" hash="b9f3db21be99687629720eeca8afb4ad"/><file name="AjaxController.php" hash="acc42301b4485fd1a641f9b3553fd487"/><file name="ResultController.php" hash="d50f2d8dba1116d724dcf83a99879ed2"/><file name="TermController.php" hash="bfb8e5e76f2befcd964ff3ac8df03732"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f287761b5739c9ecc0585414d199b68d"/><file name="config.xml" hash="c736adc4ea997c046dfee8c61df514ec"/><file name="system.xml" hash="27b70a9d7ea1d7b5cd76dbc1dd2c492f"/></dir><dir name="sql"><dir name="catalogsearch_setup"><file name="install-1.6.0.0.php" hash="4fbaf6d6cac23f23c66880818cbf3ba3"/><file name="mysql4-install-0.7.0.php" hash="78fadd5171dea032b6e52e898bee4543"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="669b2a874dd84d51201cf545326bb2d1"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="931cdf417df69342714ce0e0aa97b33a"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="9520448b7747b835ee464421360dc443"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="40660c7b5d26c365e4b2627552caa6cd"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="d1c492c4c26b50f8bf132030fce9823b"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="0ba7e01d787b97a8e88197520d8e7d84"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="de97b3c11f9147c5d75b8019a02443e1"/><file name="upgrade-1.6.0.0-1.8.2.0.php" hash="13818315d36943860c9feb3ca027e685"/></dir></dir></dir><dir name="Checkout"><dir name="Block"><file name="Agreements.php" hash="f44ed9592a156124bd12cd1fdcc86093"/><dir name="Cart"><file name="Abstract.php" hash="f3befc397ff42ed6e4f37c4d5c210f42"/><file name="Coupon.php" hash="59c18dc9fa0372676c413617fd31db39"/><file name="Crosssell.php" hash="0dcfd845929da90ab6926df50b8fbb81"/><dir name="Item"><file name="Configure.php" hash="8f4e75f33a0a049898e80c3dc653c779"/><dir name="Renderer"><file name="Configurable.php" hash="dc8101c3cc56d851aa974d915246279d"/><file name="Grouped.php" hash="d792c91fdda6ad7102b0da5512d1b824"/></dir><file name="Renderer.php" hash="436f045bf4307865e13dd6a6eaaf161c"/></dir><file name="Minicart.php" hash="74abaea162716cd1563ecd7ff7f34397"/><file name="Shipping.php" hash="ae7e2519483233865df20500005b1a52"/><file name="Sidebar.php" hash="e00b72615b597ef2912e6aa0a5164b9d"/><file name="Totals.php" hash="09b5028f95e42fa222670e4d0f537836"/></dir><file name="Cart.php" hash="945e5ed7e80a997ea380f797bd551496"/><file name="Links.php" hash="22c138c062d26e8529dfdc12e626e3b7"/><dir name="Multishipping"><file name="Abstract.php" hash="0c0889a2dadfc7db705afd14aad1d6ac"/><dir name="Address"><file name="Select.php" hash="5b293cb83fc9162b56e91c32d6b6fd87"/></dir><file name="Addresses.php" hash="a7afedf0a75f5f7e2b0a503c4a004235"/><dir name="Billing"><file name="Items.php" hash="d4ad92e81f9e76ef028a1e25b44dbdb6"/></dir><file name="Billing.php" hash="68941f28c1826844315e77a22173ab31"/><file name="Link.php" hash="21053ac16856fbd0025c35ad9be641bc"/><file name="Overview.php" hash="79fa7d442609840d3acc2011fef7ee61"/><dir name="Payment"><file name="Info.php" hash="8887611a9b6288f10ef8323e1f24a8ba"/></dir><file name="Shipping.php" hash="a8fd11e2f6419bd3f289ca47c3e056f2"/><file name="State.php" hash="6afd106e9e81954cc50a53d2de337650"/><file name="Success.php" hash="862f6a5cb836bcba5c42e57f980d57d8"/></dir><dir name="Onepage"><file name="Abstract.php" hash="87b4ce458bfceab0c31cb753b53e48dd"/><file name="Billing.php" hash="6a99a3daa82a81bcce62628ac2aee498"/><file name="Failure.php" hash="080c1b435a93f559d290b4f8499e6367"/><file name="Link.php" hash="2638c7e1a6956d83c90ecc8b1310976e"/><file name="Login.php" hash="0186fdec4d8b91a11918648ff7a748b4"/><dir name="Payment"><file name="Info.php" hash="b4d1bb4cbd435ebe82c95ae9f6572da6"/><file name="Methods.php" hash="9d94d2a119cda6eb396f7293a09449c8"/></dir><file name="Payment.php" hash="828094bf9fee06398914622aed6f6995"/><file name="Progress.php" hash="443fa7aacdd1d3b468e0b6391949daa0"/><dir name="Review"><file name="Info.php" hash="4a8e2f7ff21acd722b14c6dd9a0ad979"/></dir><file name="Review.php" hash="304f56594981dd8de25a9427cfaff8da"/><dir name="Shipping"><dir name="Method"><file name="Additional.php" hash="916d359aed852273970ac58e93d807a4"/><file name="Available.php" hash="5015dd3f9062b696335e77923234182f"/></dir><file name="Method.php" hash="ed6ed73101747c2d90afd04b37562131"/></dir><file name="Shipping.php" hash="497538eb5465011efc617629542e8558"/><file name="Success.php" hash="ae301edbfa28eca9f814f7199b8cfc72"/></dir><file name="Onepage.php" hash="d65e82f0b335cdc9932a4e27c1377213"/><file name="Success.php" hash="fdcc2f1debb7086219a127a041d20520"/><dir name="Total"><file name="Default.php" hash="65728b2ad3cf95c74efbff1ce7692dd3"/><file name="Nominal.php" hash="6760a7ff7bdfe8db8f4d5ffc664df129"/><file name="Tax.php" hash="769405f948953c5161dce7cdbcaabff5"/></dir></dir><dir name="Controller"><file name="Action.php" hash="5c9c4ca3245814d570c2332ee18c6adc"/></dir><file name="Exception.php" hash="12c74e7ebd6e188b5f9ff55b24894adc"/><dir name="Helper"><file name="Cart.php" hash="5ca6034b902b0d3c02ab90c011a63db3"/><file name="Data.php" hash="57cfb9187a5765005aacf1fe57b66879"/><file name="Url.php" hash="d8ff6a5ef7869ef21a82f0ee025e4277"/></dir><dir name="Model"><file name="Agreement.php" hash="b1f7825c913dc568d07ac10b49681fd7"/><dir name="Api"><dir name="Resource"><file name="Customer.php" hash="15652bb4f2fee49de4641c062d864f1a"/><file name="Product.php" hash="d6078449b005f33a6312aa86fd46b7b6"/></dir><file name="Resource.php" hash="ccf21ed96bcc85ecf714c40c64236b91"/></dir><dir name="Cart"><dir name="Api"><file name="V2.php" hash="4c46b0eb3eeb7710e28052d60aa3e4a9"/></dir><file name="Api.php" hash="dd6c928dae885c6cff0423a0fae7c94d"/><dir name="Coupon"><dir name="Api"><file name="V2.php" hash="eb8f68bafdcfb5d25444cef38a67f789"/></dir><file name="Api.php" hash="690fd5c2b51ff94a85f24d6a8dc6aac0"/></dir><dir name="Customer"><dir name="Api"><file name="V2.php" hash="1ea1218ef7873cb6b7b4098e7d815469"/></dir><file name="Api.php" hash="63aa556a57dca5504152c4d1d97eb662"/></dir><file name="Interface.php" hash="f24a48f6eb6a8e252b01aecc396788bc"/><dir name="Payment"><dir name="Api"><file name="V2.php" hash="f129229232ccb0374892baccd72a3788"/></dir><file name="Api.php" hash="4c18918b58dd09e4d59c9ac1483811ee"/></dir><dir name="Product"><dir name="Api"><file name="V2.php" hash="61e07581598ecc010053b232309f18f8"/></dir><file name="Api.php" hash="1ca8f3f708339237c4ef516a15507ac5"/></dir><dir name="Shipping"><dir name="Api"><file name="V2.php" hash="485e449a54d8baa55b023f86727e3269"/></dir><file name="Api.php" hash="ab9e2c8055701a71d289073cf812d3fd"/></dir></dir><file name="Cart.php" hash="7888f922bc2e6f7165457ccfc03d4709"/><dir name="Config"><dir name="Source"><dir name="Cart"><file name="Summary.php" hash="1000923bf9a79ae03a9f648c94d4513b"/></dir></dir></dir><dir name="Mysql4"><dir name="Agreement"><file name="Collection.php" hash="02dd52cc270fbbdc7e7e69b7046aa52f"/></dir><file name="Agreement.php" hash="b50ee82ccc6f5b7861cd1d3d97db05bb"/><file name="Cart.php" hash="acfc91c9710cd47a8d8b55db2ffb7414"/><file name="Setup.php" hash="9872e5ad3dc55fa8286977162d34642b"/></dir><file name="Observer.php" hash="d599940c1f785712fd9f8afa68b64ed2"/><dir name="Resource"><dir name="Agreement"><file name="Collection.php" hash="3d0f54bf6ccdfcaf34400163be090b24"/></dir><file name="Agreement.php" hash="72164c72185c9d9e33eedbf9cdbdc4c0"/><file name="Cart.php" hash="e7cb3e3a138f86366bd61911e041e329"/><file name="Setup.php" hash="332a3bbd584be22a045ef93ba75782f5"/></dir><file name="Session.php" hash="a38a25c5e659591307cb291a3ba1801c"/><dir name="Type"><file name="Abstract.php" hash="8d96639b8f1b4c41fe751acd2e7eaa4a"/><dir name="Multishipping"><file name="State.php" hash="e6d4f31d926f0de519798cdb82cd12f0"/></dir><file name="Multishipping.php" hash="de057f8879aa869f9da695af18701265"/><file name="Onepage.php" hash="7bf289192e156a105492d2719af14be0"/></dir></dir><dir name="controllers"><file name="CartController.php" hash="20089db07ac78009568773cde58d61b1"/><file name="IndexController.php" hash="b925108214af9ea7dd600f139bc73556"/><dir name="Multishipping"><file name="AddressController.php" hash="07b76f7629b500df3ecac89f45a789db"/></dir><file name="MultishippingController.php" hash="806c963fed91ca35a82bbc1ff4ca36bc"/><file name="OnepageController.php" hash="fb0183246c87108a889f53a49051d9ca"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4e40440e10df083b62f716c6222b66ee"/><file name="api.xml" hash="67f0203e069fdc2945786f9b403f2d23"/><file name="config.xml" hash="e4344ad21ff2c4b098f852a54bf4d56b"/><file name="jstranslator.xml" hash="c65814f2dcf4bd80f542fe894351a67e"/><file name="system.xml" hash="40c485b78b18909e3c6be42b73e533fd"/><file name="wsdl.xml" hash="9a10e25803e84713f5031a168dd0c624"/><file name="wsi.xml" hash="2567bee4ef18e1b426c700ce66c3bcb1"/></dir><dir name="sql"><dir name="checkout_setup"><file name="install-1.6.0.0.php" hash="9fcfda64047fa4ef41531e76336d7879"/><file name="mysql4-install-0.9.1.php" hash="6c008e5dc56ab82305cd0c737d21db25"/><file name="mysql4-upgrade-0.9.0-0.9.1.php" hash="279b135674392ad6c7824faa0f1c4e75"/><file name="mysql4-upgrade-0.9.1-0.9.2.php" hash="2a427f0ebe413fbdb83bbeca6bfd4276"/><file name="mysql4-upgrade-0.9.2-0.9.3.php" hash="3751da027e48b0cc33b6aa10760eac0d"/><file name="mysql4-upgrade-0.9.3-0.9.4.php" hash="97c6759fb58d9f29f5a756f0bd2918d4"/><file name="mysql4-upgrade-0.9.4-0.9.5.php" hash="4b2dde87d93ab53879b0812cbbb423dc"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="c2b5d1325555a3bd75ff12d9632a43d5"/></dir></dir></dir><dir name="Cms"><dir name="Block"><file name="Block.php" hash="cc647c3c0e55c006a976f0e7d4c3840c"/><file name="Page.php" hash="2199fdd009b38c4de95117e186b71974"/><dir name="Widget"><file name="Block.php" hash="496dbe82476a73048f0a3b6661e9b5b5"/><dir name="Page"><file name="Link.php" hash="1cd1f0b4e013dcb0ab06b6b4ed40e57c"/></dir></dir></dir><dir name="Controller"><file name="Router.php" hash="cb05176dc6e185dac76cd437d03c0f8c"/></dir><dir name="Helper"><file name="Data.php" hash="176eb81f40218269ba443efff5863d36"/><file name="Page.php" hash="07348f1d074fbdf990e3de33fa33d82c"/><dir name="Wysiwyg"><file name="Images.php" hash="06aedfc1cac7817abc301c7afb9f8eab"/></dir></dir><dir name="Model"><dir name="Adminhtml"><dir name="Template"><file name="Filter.php" hash="907a290ceb3cdfb4a06cef5104ef55ac"/></dir></dir><file name="Block.php" hash="8d5025e8f189162b0cd738433ddedf22"/><dir name="Mysql4"><dir name="Block"><file name="Collection.php" hash="cd6ec00392f9995d5bbce496f77c24b9"/></dir><file name="Block.php" hash="e218f140ddd43e78ef4aba32779eae8a"/><dir name="Page"><file name="Collection.php" hash="ba6f6213d1962017945e3a9d9ba8385f"/><file name="Service.php" hash="cd0be7a046f74131110d84aaf28bc762"/></dir><file name="Page.php" hash="e0d9bd59f9373ec81806b9f1e4da545a"/></dir><file name="Observer.php" hash="fe54f5312bd644417060cc3876b906f2"/><file name="Page.php" hash="754dcc840a64c37241d0778b504d69ad"/><dir name="Resource"><dir name="Block"><file name="Collection.php" hash="f736bb9b86a9bd6d4455a987eeba4a4c"/></dir><file name="Block.php" hash="2be24c2b68562018dd4588c7be46d725"/><dir name="Page"><file name="Collection.php" hash="cec197324b7291f9234f6ba9a60739df"/><file name="Service.php" hash="9e022d1de5902a752510b60f35e0b056"/></dir><file name="Page.php" hash="d23167e365b44407cae5e1559bf3e80b"/></dir><dir name="Template"><file name="Filter.php" hash="bb26b1b8f2098a46ca187b1b6319ce02"/></dir><dir name="Wysiwyg"><file name="Config.php" hash="7771411d0ca0a3969d12ae33633fc34e"/><dir name="Images"><dir name="Storage"><file name="Collection.php" hash="d3ea04ce353580dcb8380b3f3d348939"/></dir><file name="Storage.php" hash="37aadd51e2cb0bf81e231bf77632e433"/></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="0ad066a0c43bcc685e6cd4438d0c0aac"/><file name="PageController.php" hash="9d497a497c8af8fb7a774383ed271141"/></dir><dir name="data"><dir name="cms_setup"><file name="data-install-1.6.0.0.php" hash="351de9ae43da64b11267fd861fc6dc97"/><file name="data-upgrade-1.6.0.0.0-1.6.0.0.1.php" hash="e63012a29bc20913b79b2097200c1f0e"/><file name="data-upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="ba0b90bd5032739d962e55fcb0e6e087"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="01e4ebcae1d06e69589544c0872002e1"/><file name="config.xml" hash="2f5b441af0cb20db576e7cd0d2f498e5"/><file name="system.xml" hash="efe4dca4683190eaee3b0ebaedf79952"/><file name="widget.xml" hash="8dbee08cee6c42b402fff1e70da9d23c"/></dir><dir name="sql"><dir name="cms_setup"><file name="install-1.6.0.0.php" hash="88f30bb1fc4c152aa875d65d09bdd4e3"/><file name="mysql4-install-0.7.0.php" hash="96eeacfa945486961bc78874bb0be94b"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="74e4aa5979dc668f3baf50ded819fdf1"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="75f561c73a547bdb4af4ae490b247511"/><file name="mysql4-upgrade-0.7.10-0.7.11.php" hash="5a102c23fab71e4b12961fec96983ab9"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="21f0fc01edea8844cb675e1af30c46f4"/><file name="mysql4-upgrade-0.7.12-0.7.13.php" hash="80eaaca3839e270fb02913a68ac18528"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="662d5cb9571926c3486dbe9ceb780a84"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="93bdea54fdbda942bda0a9b8fb038a2a"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="3c21b709b3d9b37fa6d6aa6cd1fdffe9"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="6b42b544abbbe5517ba94c5ad0de9550"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="bad31a6c24e5c885bebdff813a04cf49"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="e046e2f4029af74af52a666c14e13983"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="23a253220f96d8edbe95374882489459"/></dir></dir></dir><dir name="ConfigurableSwatches"><dir name="Block"><dir name="Catalog"><dir name="Layer"><dir name="State"><file name="Swatch.php" hash="3ae342968ef5ce80b7a60d91aea031dd"/></dir></dir><dir name="Media"><dir name="Js"><file name="Abstract.php" hash="d859b43f739f6b648c6120f44857e883"/><file name="List.php" hash="13927bbfedf128f9022004d012aefb4a"/><file name="Product.php" hash="1a66d6e23c1570eb86c17372bc075e5e"/></dir></dir><dir name="Product"><dir name="View"><dir name="Type"><dir name="Configurable"><file name="Swatches.php" hash="787faee23d9c0e8119f241aaa2ab48c4"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="52914a78ae18720a8e0b5cf45394a12e"/><file name="Mediafallback.php" hash="8bc7799116df645c6f20e24b617b21c1"/><file name="Productimg.php" hash="ff3ad571fefa3487011d7f0c7174ce75"/><file name="Productlist.php" hash="fb64a29e886a1bc18fec4d49f9998762"/><file name="Swatchdimensions.php" hash="9f4790515e45f2f3f64295e8e0e74e74"/></dir><dir name="Model"><file name="Observer.php" hash="6408b15a0aad7df7a59af686a54d6b32"/><dir name="Resource"><dir name="Catalog"><dir name="Product"><dir name="Attribute"><dir name="Super"><file name="Collection.php" hash="e8bed55f895d78faf75ba76fa96d4a4a"/></dir></dir><dir name="Type"><dir name="Configurable"><dir name="Product"><file name="Collection.php" hash="22b6d46f847d5f8abefab9fa1eb0181a"/></dir></dir><file name="Configurable.php" hash="3734c0a618b21d594e0e90fde79f65fc"/></dir></dir></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Catalog"><dir name="Product"><dir name="Configattribute"><file name="Select.php" hash="895bb5707dcfcaa7fa2f948f20c03a7b"/></dir><file name="Configattribute.php" hash="6a3e77c2c98ab755a3011e20d28676c8"/></dir></dir></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="51c554e063e8e609fed0b768c5677a6e"/><file name="config.xml" hash="186403a31fc583a2198b6a48675dfa63"/><file name="jstranslator.xml" hash="12be588e9de5f8399811aea38796affe"/><file name="system.xml" hash="0f68486de34f43d583901b3c1e7773e5"/></dir></dir><dir name="Connect"><dir name="Block"><dir name="Adminhtml"><dir name="Extension"><dir name="Custom"><dir name="Edit"><file name="Form.php" hash="07173ea44060923a89c8959c50e767f8"/><dir name="Tab"><file name="Abstract.php" hash="4e1fb3d9479f817b5765ca44a0fb65d5"/><file name="Authors.php" hash="4691d0a39b217b4f31a44a13df788d76"/><file name="Contents.php" hash="fd4c7c7f3f82ca5f46854d243efdfe58"/><file name="Depends.php" hash="9ff5da6b0c3f4fea39634a517946d507"/><file name="Grid.php" hash="4595121c721093da9260cecc7c371f24"/><file name="Load.php" hash="112493cfda8ac194542350a9be1eaf5a"/><file name="Local.php" hash="174456f2908eba3a40441e41d9fec963"/><file name="Package.php" hash="b65ecd92d59dace97a21c4ea67564b1e"/><file name="Release.php" hash="d63721431117e0e7ae6cbd542f104134"/></dir><file name="Tabs.php" hash="6e29e808eba4eb72de41d040a495c32d"/></dir><file name="Edit.php" hash="816623274855c26807e38fefdc7f2703"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="1dfeef012dd56711d4aabbfe9d787fcc"/></dir><dir name="Model"><dir name="Extension"><file name="Collection.php" hash="ba8bef01d08718841c1908b052097835"/></dir><file name="Extension.php" hash="d706235e356746ec1b54e8f93320a2f3"/><file name="Session.php" hash="e7839bdb6737f298c8af010fb3e6c420"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Extension"><file name="CustomController.php" hash="f50d8bef0286f1e53551aa48080824ad"/><file name="LocalController.php" hash="b05bb84a3f4620d7e32f3d857cc592d8"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="8ffc24c91bd99af1c3e7079c3e2185f4"/><file name="config.xml" hash="552c0be7d893a35805b8ff156390346b"/></dir></dir><dir name="Contacts"><dir name="Helper"><file name="Data.php" hash="2a053f7dda071e11d73ac0695f5ba454"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Links.php" hash="9f7253b9ac5a9a6541318928afeaf225"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="e0128b911b832d52022d72ac1aa94543"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3567060c2366e207061304771e9d50a9"/><file name="config.xml" hash="d953750c24de17d3a3d687c0cb976deb"/><file name="system.xml" hash="37c4560d40dfa93ed8eb943b207c7dfe"/></dir><dir name="sql"><dir name="contacts_setup"><file name="install-1.6.0.0.php" hash="dcb98b7ba1d903aa1d4428eec7f2a203"/><file name="mysql4-install-0.7.1.php" hash="9a0f8e47830011d65a1e4bd9ad6950d5"/><file name="mysql4-install-0.8.0.php" hash="c32aaf53deadcdbd6f31e77eeffa01a9"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="03395ee023762128f360bcf38caebfc1"/></dir></dir></dir><dir name="Core"><dir name="Block"><file name="Abstract.php" hash="81a0705efb59f693fe7f724c76bd298d"/><file name="Flush.php" hash="fb716126eec7f6b4806fb92f99f9a442"/><dir name="Html"><file name="Calendar.php" hash="5656d4d62ae36fb02a4234a93877920e"/><file name="Date.php" hash="7f1611011d011100b1987d9de1e28ac0"/><file name="Link.php" hash="b5c48f96b6c546fc3948d89052054f01"/><file name="Select.php" hash="822f6278a6568b2cdf0f980eebdb3453"/></dir><file name="Messages.php" hash="b333caf4caafe9030c9dfa354e84a19e"/><file name="Profiler.php" hash="976d433f7de7bafe0da2891c8d7c5f48"/><dir name="Store"><file name="Switcher.php" hash="6107a6687d722f56f62eb09b93115be3"/></dir><dir name="Template"><file name="Facade.php" hash="8d0eb944fdd7ee9bdb977da8173a1ee3"/><file name="Smarty.php" hash="c6c6fb5235ed5abb07c8c8a0acd9d2a1"/><file name="Zend.php" hash="933cfd8610e8a04e4c68fbd0d426158f"/></dir><file name="Template.php" hash="1456a2d322ab12fb06eec7fb16ede7fb"/><dir name="Text"><dir name="List"><file name="Item.php" hash="5f751dcbd01d3cc230405152f2ed5833"/><file name="Link.php" hash="2625bfb9e7f6bd6d43b14ca973e9818f"/></dir><file name="List.php" hash="01388506d4c8dd96b7b55f3a63adb273"/><dir name="Tag"><dir name="Css"><file name="Admin.php" hash="0fb36a16d1ef302bd4a80b00051d2a46"/></dir><file name="Css.php" hash="6d7590bef3bf6d5be2791c700aac744f"/><file name="Debug.php" hash="812337dae15f8d927e67bbc3ee3d2613"/><file name="Js.php" hash="48aa1121654fb95841e395a2d21acbe3"/><file name="Meta.php" hash="4306a9e22910ea2f738f9edd7ed3496b"/></dir><file name="Tag.php" hash="28866334a39e4b0f31f340a9bcf36e7d"/></dir><file name="Text.php" hash="35c89331dd87793a7198ae9cf146abbb"/></dir><dir name="Controller"><dir name="Front"><file name="Action.php" hash="d0187d56b5c0c9398fd5ab313fac8010"/><file name="Router.php" hash="9c167297048b7a2f46424fd0193c9154"/></dir><dir name="Request"><file name="Http.php" hash="539f75085f8519d24a50233486b544a3"/></dir><dir name="Response"><file name="Http.php" hash="ddfcdad65e781439ce23bf01466a66d4"/></dir><dir name="Varien"><file name="Action.php" hash="a17924d6574626befeb19663153cfe21"/><file name="Exception.php" hash="31b7a23e78269627e54d3efaeb9843df"/><file name="Front.php" hash="525beb4b37152b3bec4df1f9a90db2cd"/><dir name="Router"><file name="Abstract.php" hash="5d635a7f190ca640e2d71268aa243d33"/><file name="Admin.php" hash="075ea2235eeb74becc9bd24e0bca921a"/><file name="Default.php" hash="cd09c1da00293b8c076bf27d8173d028"/><file name="Standard.php" hash="6f8766a0aacaec2a6859006289f18f8f"/></dir></dir></dir><file name="Exception.php" hash="19c05d3f1ffa0ac497686ab7935daa42"/><dir name="Helper"><file name="Abstract.php" hash="20550ef59f51e3140bd058c3dcf53020"/><file name="Array.php" hash="527a77bb703d1ae5ff4520f86fb6984f"/><file name="Cookie.php" hash="e233759ac2e2db85ec5b69238c17f283"/><file name="Data.php" hash="1df9e73881f676611f1750e02148fcb9"/><dir name="File"><dir name="Storage"><file name="Database.php" hash="51b84efef685c64ad694d53b5c255a53"/></dir><file name="Storage.php" hash="8bfca1d19c2d2f8f74aca7a76ede0983"/></dir><file name="Hint.php" hash="fb02749c905b9c4fb3866de08d38181b"/><file name="Http.php" hash="22a921c046b3cb3eb00f6d1cae5a8322"/><file name="Js.php" hash="af5c046c41c706a9508bfba6f853f3dd"/><file name="String.php" hash="fa67493ea8d8009866377857593b2975"/><file name="Translate.php" hash="0bc90218c692ceb026357fdd2b8dbdfa"/><dir name="Url"><file name="Rewrite.php" hash="c5beca5991bb2d06ae6d17c4dd4b6a85"/></dir><file name="Url.php" hash="839166f9ca07677dbf6c5f658a8d5c10"/></dir><dir name="Model"><file name="Abstract.php" hash="0bd4901d22c78c0a841bcdadd9550e42"/><dir name="App"><file name="Area.php" hash="2ac86fab1e7461a40820cf273b05e3c4"/><file name="Emulation.php" hash="e68f979834fe3a4c6322815237c5e9d4"/></dir><file name="App.php" hash="2b343bdcdcaab5d5dba65313a4cabcf1"/><file name="Cache.php" hash="a37eb2cb12b0bc7145e9cfb583d54020"/><file name="Calculator.php" hash="80ba99b91749307c0189db9e089c9885"/><dir name="Config"><file name="Base.php" hash="4655e1b55ecc08497e364fe92c6ee34b"/><file name="Data.php" hash="4658820327fcac86a4774658a9a59440"/><file name="Element.php" hash="49cf76be39fa65d66f15d88728c37926"/><file name="Options.php" hash="b17b453d0bcb3e9245f9eef972a0f388"/><file name="System.php" hash="bd8d6253dfbd0c7e7baf1b369a4cab09"/></dir><file name="Config.php" hash="9de4eca34d4965964b5f457a1ac00053"/><file name="Convert.php" hash="b41fc3051a77d0eb75961d5f03096360"/><file name="Cookie.php" hash="df459088110eff264984699369b5aabd"/><file name="Date.php" hash="052d261b69aed3b608246ccbe0605544"/><dir name="Design"><file name="Config.php" hash="583768f3aa54e40192e7f4768914618c"/><file name="Fallback.php" hash="86081a0f7adff208bbf7d7c8ef7a4301"/><file name="Package.php" hash="1c85cd07d05d250c894f0a9fed66fda4"/><dir name="Source"><file name="Apply.php" hash="a2c3f002447f2b89ac3448ba85573700"/><file name="Design.php" hash="1bfb5cfbd77289d90110871200946c66"/></dir></dir><file name="Design.php" hash="67cf10f4106fb6468dcdcf40401cbff4"/><file name="Domainpolicy.php" hash="f5531f1b4656d1cf4a3a4d1d6fdb0244"/><dir name="Email"><file name="Info.php" hash="23b4a79ac5ca7738323e06a6c4a4da91"/><file name="Queue.php" hash="f8d3e328d1d2b6b151f0c87f236023ba"/><dir name="Template"><file name="Abstract.php" hash="96d53530335526a1b1c93bfb3f2d4b00"/><file name="Filter.php" hash="93bbf3dca71b437c8302b44477494019"/><file name="Mailer.php" hash="9c64f34bd944a48d3983f91f956d979c"/></dir><file name="Template.php" hash="054d0988d419d394ba0f7dd5e79f46d9"/><file name="Transport.php" hash="9136b0b15986f7e347dcb8532631f180"/></dir><file name="Email.php" hash="6b429286defdecab2a2a009007f079af"/><file name="Encryption.php" hash="e188ba30148b4344952082ef7e2a852e"/><file name="Factory.php" hash="761494d8b259a2468f5c1349004fa205"/><dir name="File"><dir name="Storage"><file name="Abstract.php" hash="b18565f53d0303352ef3d82e551401c2"/><dir name="Database"><file name="Abstract.php" hash="894049f3895bc26ac8a0ad2251cd3c3f"/></dir><file name="Database.php" hash="367418da2f06bdedb6ad750bcd841e75"/><dir name="Directory"><file name="Database.php" hash="defc4ccc80a308be8403d741e472ac9d"/></dir><file name="File.php" hash="5572c0ac762bdb2bbd32c4a027bca11c"/><file name="Flag.php" hash="ae2ad997f81ebb63ead16b218dc5bde7"/></dir><file name="Storage.php" hash="6d8f2e338395802a52955ed67595c943"/><file name="Uploader.php" hash="6aabe9131d3373b7c5f0a3b66a6aacf4"/><dir name="Validator"><file name="AvailablePath.php" hash="0bcea12b25a7b4c57baa7a5197fd0ad7"/><file name="NotProtectedExtension.php" hash="7c7e6bedb6c2176f6fc3163c0bdb7225"/></dir></dir><file name="Flag.php" hash="341fdc5317e83bad6947afeebdf695c2"/><dir name="Input"><dir name="Filter"><file name="MaliciousCode.php" hash="1c262e5ecd3680e153ce9000859a6c47"/></dir><file name="Filter.php" hash="4d94cea8b640baaf996963ecab8e2804"/></dir><file name="Language.php" hash="b8f971f756745bed40a6d6fdd333e031"/><dir name="Layout"><file name="Data.php" hash="87232690211ad7badb3e9cd8a564a087"/><file name="Element.php" hash="cb8c5779ea0267a0b6603a28e5355247"/><file name="Update.php" hash="8653ceb0976c2580dea5d6d450ab5596"/></dir><file name="Layout.php" hash="e29682c44cb83c24dc0b96be76c8d3b5"/><dir name="Locale"><file name="Config.php" hash="cde55210a77224c835f2fa8b2cda2b37"/></dir><file name="Locale.php" hash="5a0e905f0886bf797c1569779654b8f2"/><dir name="Log"><file name="Adapter.php" hash="e3c29eb2ae8975f15351030b3fa0f730"/></dir><file name="Logger.php" hash="53a1743f143c9c803a799e1bd070c27f"/><dir name="Magento"><dir name="Api"><file name="V2.php" hash="f447814e006fc34f1ca47252e05dd09a"/></dir><file name="Api.php" hash="6387e58768e4c5510e94576f3b0d094c"/></dir><dir name="Message"><file name="Abstract.php" hash="408ab21b2e6c49d0ed15e650d21da8a3"/><file name="Collection.php" hash="2d06b41b5885e738a9308af607a4b9ee"/><file name="Error.php" hash="aad2ec54a09647dcf60e1d62a15ef0d2"/><file name="Notice.php" hash="8cfa632be262de3e1e6b35ea0a1b79ba"/><file name="Success.php" hash="1f0a79d7f4900d612fb6baaf68519791"/><file name="Warning.php" hash="2891cb7bca592a80fc6c990303da6187"/></dir><file name="Message.php" hash="e37dd5b8ce7461c477f64580f8853044"/><dir name="Mysql4"><file name="Abstract.php" hash="0de09d9813460541380afef15df3cbfc"/><file name="Cache.php" hash="475b170cb0a0986d344623b311337ac0"/><dir name="Collection"><file name="Abstract.php" hash="1c1b3ba0fec6fadafeb5c4c0256f5351"/></dir><dir name="Config"><dir name="Data"><file name="Collection.php" hash="423324d399e60e1b165bb5890ba26f50"/></dir><file name="Data.php" hash="e738ce3a49d6f4bcd14abd0ce1a002f1"/></dir><file name="Config.php" hash="36fe6fe240e7edfeca9ebbf04518a85a"/><dir name="Design"><file name="Collection.php" hash="92564c15d603f767123775d7b106207b"/><dir name="Package"><file name="Collection.php" hash="1b7c8ea331a8cb080f007a96fa70fca2"/></dir><dir name="Theme"><file name="Collection.php" hash="0cd516d14e255025c9499106198e7c91"/></dir></dir><file name="Design.php" hash="73062ec0ffa67b4f6edc2386204f720b"/><dir name="Email"><dir name="Template"><file name="Collection.php" hash="7929cc7b7a6c48b476252b02b584e87b"/></dir><file name="Template.php" hash="89a2079e653c74227b26bf82e8a920d3"/></dir><dir name="File"><dir name="Storage"><file name="Abstract.php" hash="77ea6c711c0361fdb6905ec7fe2ba619"/><file name="Database.php" hash="2678fee2da178c158cfe8bfe471203bd"/><dir name="Directory"><file name="Database.php" hash="c2e075273c537a5afb4c13360ef61797"/></dir><file name="File.php" hash="848afd614b66ea71feac94dc804e3d1c"/></dir></dir><file name="Flag.php" hash="6058087105677a6d1eb6caadc3db4e6d"/><dir name="Language"><file name="Collection.php" hash="5b629249d22e02cd0e1734299bfb3904"/></dir><file name="Language.php" hash="55353bc68689f62803ab833be660ac35"/><file name="Layout.php" hash="553c0185ffed9d3c8f8133c078d5423b"/><file name="Resource.php" hash="b92282bc0656040944c50094aacaa334"/><file name="Session.php" hash="33f9432bd7f2199d950716a9997bca0c"/><dir name="Store"><file name="Collection.php" hash="24e8123425d89abb897b024cc8e7135a"/><dir name="Group"><file name="Collection.php" hash="fb606241738719f38a027c20b89dee89"/></dir><file name="Group.php" hash="3337cc167f405056df31d982104cdfeb"/></dir><file name="Store.php" hash="3cb5f89e64c36f1de15e34cb5113d797"/><dir name="Translate"><file name="String.php" hash="3876a54142788ee9e3c8733b7034b35f"/></dir><file name="Translate.php" hash="2fc963cf002bf03e2e3d71b135b23e15"/><dir name="Url"><dir name="Rewrite"><file name="Collection.php" hash="2b7a9555da067f79829543aae255a8fc"/></dir><file name="Rewrite.php" hash="41ab8920a4c84fe21a0b289dc9077f9e"/></dir><dir name="Variable"><file name="Collection.php" hash="312ddb3ea2e7f4fad9e9cebee5411dfd"/></dir><file name="Variable.php" hash="91c7fdc310aaa6cd0125e8c07814721a"/><dir name="Website"><file name="Collection.php" hash="22b67d7cc4d79fffe904f02256e83047"/></dir><file name="Website.php" hash="33219a8e4b12d1a408bd6022e5891d09"/></dir><file name="Observer.php" hash="4467c0e3ba76eefe4e2d0fca66cebb89"/><dir name="Resource"><file name="Abstract.php" hash="54dd9369b4c3981ea78d5d4577d61df3"/><file name="Cache.php" hash="100b07430b6cfc2ac3a9f885d2c6d6c3"/><dir name="Config"><dir name="Data"><file name="Collection.php" hash="badcc671ba4504e82488f99362302ccd"/></dir><file name="Data.php" hash="69bc99eacca1cbf3b48c320501cf1224"/></dir><file name="Config.php" hash="d5b003e1f1c56194a28c27240d19f487"/><dir name="Db"><file name="Abstract.php" hash="90c1627dc731c03dc0a209c36c17af69"/><dir name="Collection"><file name="Abstract.php" hash="eea6163b4aee23a397711082eac87d6c"/></dir></dir><dir name="Design"><file name="Collection.php" hash="b335a322179b3661a0cff7efb9fc383d"/><dir name="Package"><file name="Collection.php" hash="1b45de1dc1b287d339ebb133b338b2f5"/></dir></dir><file name="Design.php" hash="0a1d80019722dce94ba676b32ed7fce7"/><dir name="Email"><dir name="Queue"><file name="Collection.php" hash="fe56642ac33d29d71919e8008aab157a"/></dir><file name="Queue.php" hash="f24bafccb521558dab88bf3e4f52beed"/><dir name="Template"><file name="Collection.php" hash="384b82954e99e2a3108651f07187561b"/></dir><file name="Template.php" hash="8d571f5d3f86bdab82d4c8855b3004c2"/></dir><dir name="Entity"><file name="Abstract.php" hash="fa5c9e8c4fee59aa6ca51ad3a477ce0d"/><file name="Table.php" hash="6a680038d42606973ed70b0a30013d80"/></dir><dir name="File"><dir name="Storage"><file name="Abstract.php" hash="4ce7d0a0dd88b49bf0e4923aadfd83ee"/><file name="Database.php" hash="38cc80e5cc5eaa8608b0fad656205ec5"/><dir name="Directory"><file name="Database.php" hash="53a7099dd965e78886199ebf9abdd448"/></dir><file name="File.php" hash="a68884a7b5f46269478587832f6d5f91"/></dir></dir><file name="Flag.php" hash="5b8c149bdc06468897046c4632528baa"/><dir name="Helper"><file name="Abstract.php" hash="203d01626147f7f6f628951040c3b15d"/><file name="Mysql4.php" hash="0dd725c8ac29e5c769eb4d020fc0df94"/></dir><file name="Iterator.php" hash="95f047abc0b344be03b8b71813cb6499"/><dir name="Language"><file name="Collection.php" hash="c8dfd52f365dddc460e73238259f0a99"/></dir><file name="Language.php" hash="8319edc32bf988a03168e72a4443cfcb"/><file name="Layout.php" hash="01a21a37c14955bf59df8493e354835e"/><file name="Resource.php" hash="4ac17998993d0c9a5a0690bc8c77e9d1"/><file name="Session.php" hash="fb96d39b3a8cef4205474a98ecebd144"/><dir name="Setup"><dir name="Query"><file name="Modifier.php" hash="44b7c36844f229c40394740587929c74"/></dir></dir><file name="Setup.php" hash="1ad2e2136b3b9e197126e89827af9b81"/><dir name="Store"><file name="Collection.php" hash="54d533777bc6d1a6889c8b5ca0d222b5"/><dir name="Group"><file name="Collection.php" hash="15491c2013c6a6ab07286460754159c4"/></dir><file name="Group.php" hash="d554023d178848ce5ca2140f24ee08bc"/></dir><file name="Store.php" hash="be10c47818945a3c394de6b14205bfbf"/><file name="Transaction.php" hash="cefaa492a6931b909bcbe43fb23b7cf5"/><dir name="Translate"><file name="String.php" hash="4fb1b9888072a4ecac8060fbc06c2c1d"/></dir><file name="Translate.php" hash="491422852abf1b538c3ce9303aad691f"/><dir name="Type"><file name="Abstract.php" hash="412720f42b6e7764d1c011d2d511b0d5"/><dir name="Db"><dir name="Mysqli"><file name="Setup.php" hash="d01d7091d7feddc1999bfc5e6b67bfc5"/></dir><file name="Mysqli.php" hash="42118979ffedd9d74af7f8f00bff5c0f"/><dir name="Pdo"><file name="Mysql.php" hash="fc30331ae3fb4017350bcd7316352e2d"/></dir></dir><file name="Db.php" hash="1e44403bc150211cab14cbeae18b6284"/></dir><dir name="Url"><dir name="Rewrite"><file name="Collection.php" hash="664a4dc69b789a54ab4d34200f7948eb"/></dir><file name="Rewrite.php" hash="8f5aca345c347729383b8d2d6e2bfe91"/></dir><dir name="Variable"><file name="Collection.php" hash="d2dcb7f8367660a91d2ba839c9335759"/></dir><file name="Variable.php" hash="e1fb704529a7bf89a2669c98f07e9ef1"/><dir name="Website"><file name="Collection.php" hash="7a1e0c9834abe82fd77048cec17c4065"/></dir><file name="Website.php" hash="f31c609dc438ffb85aef7f85bb5232ed"/></dir><file name="Resource.php" hash="61f46264b3960f2bcd0f833bc217e970"/><dir name="Session"><dir name="Abstract"><file name="Varien.php" hash="5eafdbab0a4026248ff6a8de02546b7f"/><file name="Zend.php" hash="308121e8779976839c934e0c16518b7d"/></dir><file name="Abstract.php" hash="a306fb7a03da891958a90b69e4a5fdd3"/><file name="Exception.php" hash="59096fe50130f11abc218a64ebe0ee67"/></dir><file name="Session.php" hash="ad5a6a72ae0518af7d395e6fcfc464d5"/><dir name="Source"><dir name="Email"><file name="Variables.php" hash="b40a9e0556aa5a24e2aa468cd751194b"/></dir></dir><dir name="Store"><dir name="Api"><file name="V2.php" hash="3276c225c886ec37bcddff88dfe15df9"/></dir><file name="Api.php" hash="2ef30e8c26d0adbc6c466a7337f06c48"/><file name="Exception.php" hash="0d747454f89ef177b236990f19cb7cef"/><file name="Group.php" hash="6b74dc352c2213766df7652d3e083ff3"/><file name="Observer.php" hash="244bedfc67c9ac43ecaec12a8608de24"/></dir><file name="Store.php" hash="a9a8fc6bb2bfc5e36a3ef422ad6f8a95"/><file name="Template.php" hash="81e65c8fc1031934b60e247e0e1fdd5f"/><dir name="Translate"><file name="Expr.php" hash="2a117cccef1a6ab682fd73b1acc89def"/><file name="Inline.php" hash="8345d8ba75f9cd6b4b45e224d59c2b4b"/><file name="String.php" hash="e401d418b36493f848e6ccba1358036c"/></dir><file name="Translate.php" hash="54572b8ba781ef910f971c6a18beb7c8"/><dir name="Url"><dir name="Rewrite"><file name="Interface.php" hash="08e0834eaee034a87be8604d1bc8d901"/><file name="Request.php" hash="d8f45b1dcd8848b2bd24e3298fc75070"/></dir><file name="Rewrite.php" hash="f0fe824fca3d0338e2a0d6ec9be46517"/><file name="Validator.php" hash="7af861b5f389f89b536cc5fbc1739c20"/></dir><file name="Url.php" hash="4f889f4d846ebc75d9fb9eaa822b8168"/><dir name="Variable"><file name="Config.php" hash="4075faabca0e20fe76827a3095ce175b"/><file name="Observer.php" hash="ce61d65967521416c9e874347a846ecc"/></dir><file name="Variable.php" hash="bdb3c379197b11ddf080990a97611cb0"/><file name="Website.php" hash="c20335c1f4603ac2ef62e11a0142e5a2"/></dir><dir name="controllers"><file name="AjaxController.php" hash="67978710598fe230d78de970f85cce5d"/><file name="IndexController.php" hash="1f5f23e4271356aac35b1313f0c89dda"/></dir><dir name="etc"><file name="api.xml" hash="6dc71fb8833e6220073a74bd21307fb4"/><file name="config.xml" hash="bd33d30229e5623e6e32f40a20fe6054"/><file name="jstranslator.xml" hash="065dd32015cd42b954cdfaa462b9694f"/><file name="system.xml" hash="167118a8f9de4b7ffea9bec206e5751e"/><file name="wsdl.xml" hash="79501d6ccf39846b5dd551e85880dcb8"/><file name="wsi.xml" hash="31fa195d527181c946019bcd44d819d6"/></dir><file name="functions.php" hash="77b47d6fa42652e57f88bd88d7ffe70e"/><dir name="sql"><dir name="core_setup"><file name="install-1.6.0.0.php" hash="2b51646dccb96d354dab5a38b244408c"/><file name="mysql4-data-upgrade-1.6.0.2-1.6.0.3.php" hash="f0eb9dce64044a7b761d1d60e0e0fe1d"/><file name="mysql4-install-0.7.0.php" hash="7ab7dc4d1925db4e9aac4711df7b31c1"/><file name="mysql4-install-0.8.0.php" hash="f497c41050f784dd93923a256146bba7"/><file name="mysql4-upgrade-0.6.26-0.7.0.php" hash="69a4c05b21c5010c16b751fe40e97d6e"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="12f77ecb3a152c10ed6a2b50934a6dca"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="021ba977607d5ff0bb5805194bce1b40"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="796a960c02465cce55d3788ef4198ee3"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="bf4c8e9a70fa652c973231fbbcaf49ca"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="bdde8ae525eca81e0145190dfc519a5d"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="8b7eb2e4a13c02909cab3102e703f580"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="c101ab1cbfd842407066c232135fbe27"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="af0f52ed1ebf3ab16f2c6cdff534e99d"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="c25e8c379e3cc5957b4479c31e8b5cf8"/><file name="mysql4-upgrade-0.8.1-0.8.2.php" hash="33001787274ddb335cc3590df243db95"/><file name="mysql4-upgrade-0.8.10-0.8.11.php" hash="5dc04329e29a5ecf8cbf633ac4ac5911"/><file name="mysql4-upgrade-0.8.11-0.8.12.php" hash="dbe964d362065c653fff366bafcac29d"/><file name="mysql4-upgrade-0.8.12-0.8.13.php" hash="51779a315451a857025b8ae8bf3fad59"/><file name="mysql4-upgrade-0.8.13-0.8.14.php" hash="39427839177b40e7999020a3ee1187e0"/><file name="mysql4-upgrade-0.8.14-0.8.15.php" hash="7a3e9c57cf31873c2ba1a1882332a750"/><file name="mysql4-upgrade-0.8.15-0.8.16.php" hash="52f376031586894ed946641eed16839a"/><file name="mysql4-upgrade-0.8.16-0.8.17.php" hash="1c066c14c450a400a9a201e0d48d76c2"/><file name="mysql4-upgrade-0.8.17-0.8.18.php" hash="d88223d4e64d5211858e36a2fc80800f"/><file name="mysql4-upgrade-0.8.18-0.8.19.php" hash="fdbfa14985325e3dfbd050a1762df926"/><file name="mysql4-upgrade-0.8.19-0.8.20.php" hash="b16456e71b1119d839b5a7fc4473036e"/><file name="mysql4-upgrade-0.8.2-0.8.3.php" hash="df94eeb441837b24d776a9e924002931"/><file name="mysql4-upgrade-0.8.20-0.8.21.php" hash="10d80f0b3d05a0f8f2f6489beb7667fa"/><file name="mysql4-upgrade-0.8.21-0.8.22.php" hash="317400bee1ae5ac8256430cd5a6556e9"/><file name="mysql4-upgrade-0.8.22-0.8.23.php" hash="e392bf8fd7c18816c5933ae651622e75"/><file name="mysql4-upgrade-0.8.23-0.8.24.php" hash="1e5929a0b921b3d2deb641e929e1f90e"/><file name="mysql4-upgrade-0.8.24-0.8.25.php" hash="fc6078d5e67977e33d1525be18798506"/><file name="mysql4-upgrade-0.8.25-0.8.26.php" hash="0cf901e20c9efa73562994321d5748ac"/><file name="mysql4-upgrade-0.8.26-0.8.27.php" hash="ec364551ab3331f9a0cba7ee85b96e18"/><file name="mysql4-upgrade-0.8.27-0.8.28.php" hash="5f21cf970809212d63ee2fabe2be64cc"/><file name="mysql4-upgrade-0.8.3-0.8.4.php" hash="654ac054f9a1fd5f62f4ad1f74f8ad80"/><file name="mysql4-upgrade-0.8.4-0.8.5.php" hash="67311ac82db534b52bc1a2f196635643"/><file name="mysql4-upgrade-0.8.5-0.8.6.php" hash="8348dcccf8f1be3b014a14d17b485df1"/><file name="mysql4-upgrade-0.8.6-0.8.7.php" hash="b67ae7010b3309d9ce4eb774d4824f75"/><file name="mysql4-upgrade-0.8.7-0.8.8.php" hash="f9e66c4e66a74abed636d5f71d0700ee"/><file name="mysql4-upgrade-0.8.8-0.8.9.php" hash="306876999ab09a92c70558588d36a16d"/><file name="mysql4-upgrade-0.8.9-0.8.10.php" hash="b7f8e3fa5d94dcf0715e83b6ad5ab5d5"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="2ae024d29249264fa7c033f0536e4cad"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="b4b1087bb4689d8c2f3a5c65389bc3b1"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="4ee74a03dae6fd0bf2a3eea5ba4de599"/><file name="upgrade-1.6.0.3-1.6.0.4.php" hash="0e45d0bcadd0d7c7b0177108c0f4d836"/><file name="upgrade-1.6.0.5-1.6.0.6.php" hash="4780c8dc123edd977aa2cc3c1c79a044"/></dir></dir></dir><dir name="Cron"><file name="Exception.php" hash="759effa67bb6a06e955f5affe7c1719d"/><dir name="Helper"><file name="Data.php" hash="76bf7d1c0349e8c39a1099147a613b6b"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Schedule"><file name="Collection.php" hash="1efd6a398d3d0c5200ee03ad1ea06d02"/></dir><file name="Schedule.php" hash="6e1bc25964fe7496872a42724f9ac21f"/></dir><file name="Observer.php" hash="3370df879f0b9e4d56567b289b41b479"/><dir name="Resource"><dir name="Schedule"><file name="Collection.php" hash="8fa1ae0721d710a17c426fe68ce4f386"/></dir><file name="Schedule.php" hash="c3569d6b206132176279e597cc5800cb"/></dir><file name="Schedule.php" hash="b2cc0a3e2ef8fbbe4c092e5d66d903cb"/></dir><dir name="etc"><file name="config.xml" hash="c37978e253c45ab5718c308854e6b257"/><file name="system.xml" hash="19523090595fb6ec6ad3367d2e502619"/></dir><dir name="sql"><dir name="cron_setup"><file name="install-1.6.0.0.php" hash="389a12c99772697e50e388fcade1fe82"/><file name="mysql4-install-0.7.0.php" hash="8b85b9c8282a17ee1be03725fbac9dec"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="4d66182c7ff3eb4e71f1049609835939"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="d4de8a2b1bad18def45867602eb44c6a"/></dir></dir></dir><dir name="CurrencySymbol"><dir name="Block"><dir name="Adminhtml"><dir name="System"><file name="Currencysymbol.php" hash="24ab0e3878453bb78d2fc5a108617010"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="3197a699a5034d5563935ebc2ded5553"/></dir><dir name="Model"><file name="Observer.php" hash="20dcbebee4ac6a536425b9cf2943fb6e"/><dir name="System"><file name="Currencysymbol.php" hash="1764214261296d076577b14c3959c52f"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="System"><file name="CurrencysymbolController.php" hash="e37e17a5b92e05ba8691b7fb95d0279d"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="0617e7d629ee7d48f3fd81de88f306f1"/><file name="config.xml" hash="367222e85a4d3f574d0d26820ba83447"/></dir></dir><dir name="Customer"><dir name="Block"><dir name="Account"><dir name="Dashboard"><file name="Address.php" hash="9ce0965d547abc59f1fda2e29f13f6e0"/><file name="Block.php" hash="5bd89c90675cb15b4d94457bdc2a6a0f"/><file name="Hello.php" hash="44065de3f6a84de0ae023b473837e0d4"/><file name="Info.php" hash="5fa9c421dfdede1fdc71bf92f3859416"/><file name="Newsletter.php" hash="c73051e881485a4dbe9c2e2484464a00"/><file name="Sidebar.php" hash="125e73de038a24130ebe7d5e369bfab5"/></dir><file name="Dashboard.php" hash="ede59c8d7fd8b05f60b7bf5f2aefc3b3"/><file name="Forgotpassword.php" hash="af2a04d9d52ab6f14b89341f981bd215"/><file name="Navigation.php" hash="b55cdf7e429fa516fe896cc36b16675a"/><file name="Resetpassword.php" hash="e446f1c559aca3a8627ace39e90e1390"/></dir><file name="Account.php" hash="2cecef27cbe5418fdb56666d024b45e0"/><dir name="Address"><file name="Book.php" hash="c2a636323f0e05f3d3cb2ceb2eaac969"/><file name="Edit.php" hash="17bd55480ff0d4b11aa9dde46316b8d8"/><dir name="Renderer"><file name="Default.php" hash="49c787647da30cdabe498d2d69908f72"/><file name="Interface.php" hash="725312f20f1eac81dd1df07f01b6de76"/></dir></dir><dir name="Form"><file name="Edit.php" hash="703d8ea282ce1d373bfc513995d6bad4"/><file name="Login.php" hash="49da15c82055d460a6be79483aaebf65"/><file name="Register.php" hash="40fbbca41d6a1b95569bbdf6b81c232d"/></dir><file name="Newsletter.php" hash="002da07dab44a323282812e6caffd2cb"/><dir name="Widget"><file name="Abstract.php" hash="2b92db76b44b63da26df163aad4828d2"/><file name="Dob.php" hash="1315717062e39b9900a0cef0db9ba6f2"/><file name="Gender.php" hash="38752fe51147a1444b23edc041f05d26"/><file name="Name.php" hash="b410947579b7debee5abb12e83c6d948"/><file name="Taxvat.php" hash="da5382aecaadc5903ccfa39c20403275"/></dir></dir><file name="Exception.php" hash="21614d51e3c40c6c7981839e32280c7f"/><dir name="Helper"><file name="Address.php" hash="c2f1fdaff2797a4e0a368f2feadd96ec"/><file name="Data.php" hash="4bd6c13e5cd349d871e620817ad9b6e8"/></dir><dir name="Model"><dir name="Address"><file name="Abstract.php" hash="da328b171183c0468ef7b05a3c3f4484"/><dir name="Api"><file name="V2.php" hash="06edbe18183127d0b4d6121a9df1d984"/></dir><file name="Api.php" hash="e90b78d3725262aa81d74abfb72cc2c6"/><file name="Config.php" hash="58959c9bb2c61e4e2d77ec32767ba8a4"/></dir><file name="Address.php" hash="c6a9faf446f9b9d40925a762b851b40f"/><dir name="Api"><file name="Resource.php" hash="e1cdf4da520ba9aafcfb8b97ad0e7597"/></dir><dir name="Api2"><dir name="Customer"><dir name="Address"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="e632c5e221f9ba64f146a2287665cb4b"/></dir><dir name="Customer"><file name="V1.php" hash="3bc2b33c54104ff45525a730a9caf4ab"/></dir></dir><file name="Rest.php" hash="7f6a01e878789150727cf7ade5202379"/><file name="Validator.php" hash="5cbe7db48684fc170391331bd9a6b483"/></dir><file name="Address.php" hash="0e2f0b41493ecef083de5ae34e5b599e"/><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="5e395d08b9305a2ec81e1ba6f3ae8974"/></dir><dir name="Customer"><file name="V1.php" hash="1c0f1ad383218830b63fc6e677457fdb"/></dir></dir><file name="Rest.php" hash="04926ac1ae99defa2da559c98d3dc71b"/></dir><file name="Customer.php" hash="3863c2425dddd7f9da0993464638ccf3"/></dir><dir name="Attribute"><dir name="Backend"><dir name="Data"><file name="Boolean.php" hash="70eb9436d8f4facfd5cc445d6f0b98c2"/></dir></dir><dir name="Data"><file name="Abstract.php" hash="f54fee1603fb8184dbeb3241eb89fc05"/><file name="Boolean.php" hash="c250e3f93d3c70e274df3b29afefe7a5"/><file name="Date.php" hash="0fe2343e11cf58471f9b83b80bb3716f"/><file name="File.php" hash="bf33643502af59cb3516db75edf152bb"/><file name="Hidden.php" hash="8993d7375feaed72b945855d195f6ee6"/><file name="Image.php" hash="d128cc3cc434c861633441cb328745f5"/><file name="Multiline.php" hash="47d7014a52de8392b04e94bc836edb82"/><file name="Multiselect.php" hash="5750e187e8faa327326b2a13de135f5f"/><file name="Postcode.php" hash="3b94b67324103cf88cdf809725bb5ff4"/><file name="Select.php" hash="8df283571c392572ec7ba8e7fbcbb969"/><file name="Text.php" hash="2f5ede81c4f2aeb57e3de7f9970b0d10"/><file name="Textarea.php" hash="c69ae89a0143e309c842024c1af14a95"/></dir><file name="Data.php" hash="8dfd8b299392345566aafc827cbf93ba"/></dir><file name="Attribute.php" hash="fa5a67f06238ac42c8c4657171c75335"/><dir name="Config"><file name="Share.php" hash="82417f00ae1eb4281b46d05bf740d561"/></dir><dir name="Convert"><dir name="Adapter"><file name="Customer.php" hash="87393f75993ac11fbfd288a6285f3a43"/></dir><dir name="Parser"><file name="Customer.php" hash="31e8e6b5d796a4aba78d78775a7363fa"/></dir></dir><dir name="Customer"><dir name="Api"><file name="V2.php" hash="a6a75423c865d8bea6cd00bc5620eabb"/></dir><file name="Api.php" hash="4ff1d6ed8f809d75b75567dc971cd754"/><dir name="Attribute"><dir name="Backend"><file name="Billing.php" hash="81340c2f1a0a480cc8184d223c27611d"/><file name="Password.php" hash="91dd6ae5135259fc5b99615adcaa07b3"/><file name="Shipping.php" hash="a478e65af66345c28d241ee7c6575a6f"/><file name="Store.php" hash="05088dce615bd527b07a9ce5bde2afea"/><file name="Website.php" hash="be631641da0b44a7c7a889fdc7eada13"/></dir><dir name="Source"><file name="Group.php" hash="66daa579d90be35ee75d85120f445ab4"/><file name="Store.php" hash="02345b70624880213689448e826dbb76"/><file name="Website.php" hash="6400663afe89014aebdfe9acbe650cc6"/></dir></dir></dir><file name="Customer.php" hash="95957bf577f68e494ca095e28a569fdf"/><dir name="Entity"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Region.php" hash="bc9820ba09ef61d77bab26bcfe14ba85"/><file name="Street.php" hash="f8c38d56ecceb14e726051e19115a149"/></dir><file name="Collection.php" hash="e0204017faabe435cf9cf46559994bd3"/><dir name="Source"><file name="Country.php" hash="ee535a91d87d292072607c8dcffa8738"/><file name="Region.php" hash="242c8feb30cf5239fbc1cf08d534d968"/></dir></dir><file name="Collection.php" hash="a0fbbf6c26ac43d5a3bd1d4590ec651b"/></dir><file name="Address.php" hash="d0f14c033c3699ad5bcc000186e982e3"/><dir name="Attribute"><file name="Collection.php" hash="59e04dc589aecfa4d4da748a55d1f4b1"/></dir><file name="Attribute.php" hash="7d4aaffe1d6d14292f8e85ccb17b32d6"/><dir name="Customer"><file name="Collection.php" hash="3e422e12f1b6cc4f4d76fa2717e0c543"/></dir><file name="Customer.php" hash="876dbd2c21e3192b1d08f58e9549871b"/><dir name="Form"><dir name="Attribute"><file name="Collection.php" hash="7ef80005321826f3412e732909b22aa7"/></dir><file name="Attribute.php" hash="566a6535af7b312755473ad1da0786ca"/></dir><dir name="Group"><file name="Collection.php" hash="e71d4e31cab614ee779a70de6759e8eb"/></dir><file name="Group.php" hash="84486f3d4335f5dcaf1a9e68b1dd5769"/><file name="Setup.php" hash="f1a8a798768c4a34b95dde0636b03c45"/><dir name="Wishlist"><file name="Collection.php" hash="9ae6de30c22d686f607a09b03b9f45f0"/></dir></dir><file name="Form.php" hash="ee254fcad2224bf97c048e71e4a56847"/><dir name="Group"><dir name="Api"><file name="V2.php" hash="435d05b9ae54f002a16228d8b55b00ab"/></dir><file name="Api.php" hash="09515a19ae69484091441ed76a303a7e"/></dir><file name="Group.php" hash="d76f6ab9b62ae204b8b2d884fb25721d"/><file name="Observer.php" hash="1c8bdf8ee4ab18522be7391809f376d3"/><dir name="Resource"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Region.php" hash="ad8aa54d21b37e5410df0d466a18af29"/><file name="Street.php" hash="4a7e205bac5f5d12adc30ccfa4b1e519"/></dir><file name="Collection.php" hash="810cdd0fe1151d66ab3e02f2f0808da4"/><dir name="Source"><file name="Country.php" hash="c3e00ed143c432b4b0affc8f2bfabc4f"/><file name="Region.php" hash="58e105c963fc47d7449feae4216a13d4"/></dir></dir><file name="Collection.php" hash="804eb23284e0f743b7a4a6cda72fb8a3"/></dir><file name="Address.php" hash="e61fa559cb446c918100f7127cf3301e"/><dir name="Attribute"><file name="Collection.php" hash="7d2045a59aac1cdbaaef1b14cd4b3508"/></dir><file name="Attribute.php" hash="45ee8e635981c158f5e9437625109239"/><dir name="Customer"><file name="Collection.php" hash="25d268d0fd6843f908c957786e9d91f1"/></dir><file name="Customer.php" hash="fe2f0384017c709f1e787a155b339cad"/><dir name="Form"><dir name="Attribute"><file name="Collection.php" hash="21f5d83f3e137bfa1f52945f40b857c5"/></dir><file name="Attribute.php" hash="7d08e7717fca320fe291328ff095ccfc"/></dir><dir name="Group"><file name="Collection.php" hash="b6ff900dda4b65a4904a015e6da8699a"/></dir><file name="Group.php" hash="cdcea6325ba974eeeb1da08be2f4cbcd"/><file name="Setup.php" hash="c595d048d70bbc5a321e619e218633e4"/><dir name="Wishlist"><file name="Collection.php" hash="e6e5e3aff48d7adae2d07734b27fd7b4"/></dir></dir><file name="Session.php" hash="a0abece3eb1131eab8484e6efbb66ae9"/></dir><dir name="controllers"><file name="AccountController.php" hash="87c6d49b690101fad7792eb0e879ef3e"/><file name="AddressController.php" hash="9bb10f9a94ac1475dd211fdaaa49654b"/><file name="ReviewController.php" hash="b9ad8fb80d2a62fa84ea14fbf1ad7dce"/></dir><dir name="data"><dir name="customer_setup"><file name="data-upgrade-1.6.2.0.2-1.6.2.0.3.php" hash="62e88c60b64ee8d1c6b4e059980aba5d"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="29865a1b995cad87d512b75d1dfce81e"/><file name="api.xml" hash="ea58d0c0bfefd5eb50e8881f1ddcf5d2"/><file name="api2.xml" hash="a2ce3a0ce85b54bfeb06989e500d0359"/><file name="config.xml" hash="3af66649eb24fa5f0376dba1cf20f5f7"/><file name="system.xml" hash="6d1642b9ceab32a470cedba99493bad3"/><file name="wsdl.xml" hash="b31ebf1de4a58469781b383f455991f5"/><file name="wsi.xml" hash="4c81aee30c525677be5c38e078b98408"/></dir><dir name="sql"><dir name="customer_setup"><file name="install-1.6.0.0.php" hash="f030c0a01ffff464dd68cdc9e831432a"/><file name="mysql4-data-upgrade-1.4.0.0.11-1.4.0.0.12.php" hash="d6690c1c2405e43bcfd998b3ccfe2e2c"/><file name="mysql4-data-upgrade-1.4.0.0.13-1.4.0.0.14.php" hash="419428a99222db660f44db9dc14d8d03"/><file name="mysql4-data-upgrade-1.4.0.0.7-1.4.0.0.8.php" hash="b5c2557c1774511802aa848c06426316"/><file name="mysql4-data-upgrade-1.4.0.0.8-1.4.0.0.9.php" hash="f9fa64bbac8f0ad81ed988fb1e829615"/><file name="mysql4-install-0.7.0.php" hash="fe6714b410d13e58435e7863a1ee0949"/><file name="mysql4-install-0.8.0.php" hash="bef450c2c4f02acd669cd16a7fc6bb3b"/><file name="mysql4-install-1.4.0.0.0.php" hash="ff4d6f8b8626c41cec7489b75513f765"/><file name="mysql4-upgrade-0.6.1-0.7.0.php" hash="7dcfeef2b5547eb10d1b4e790ba4af49"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="544dde1e80fe8972e44b1c2b66e2ab8e"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="1de135c987252d37f311fe9706cbf0ef"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="5935a12c2aa42fa77f2dced04d9e927d"/><file name="mysql4-upgrade-0.8.10-0.8.11.php" hash="ca2530726a6b51bb5258a916ede51497"/><file name="mysql4-upgrade-0.8.11-0.8.12.php" hash="b2c46ffb6ca6c0fa1da2b684f7eb85e0"/><file name="mysql4-upgrade-0.8.12-1.4.0.0.0.php" hash="4621dbc4f71faff8a8254525d4f0029f"/><file name="mysql4-upgrade-0.8.4-0.8.5.php" hash="cf2d0fbeb510160cc0558d573a1e1e6b"/><file name="mysql4-upgrade-0.8.5-0.8.6.php" hash="05524183465cfe10f642fbad5f50e5de"/><file name="mysql4-upgrade-0.8.6-0.8.7.php" hash="bb4f09bed5a2ad64f4fb4493f7529408"/><file name="mysql4-upgrade-0.8.7-0.8.8.php" hash="6dc786a1ca7f9c72dd1a561428028a4d"/><file name="mysql4-upgrade-0.8.8-0.8.9.php" hash="3ce5ef3e4c709ea62122184218b9fd5e"/><file name="mysql4-upgrade-0.8.9-0.8.10.php" hash="540ded9ee33489a8f094ecaeb244fdcb"/><file name="mysql4-upgrade-1.4.0.0.0-1.4.0.0.1.php" hash="b4064477612c5f90851a0ef9c8c786ea"/><file name="mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php" hash="d0814e6b30578efed3d3c7b54cab7318"/><file name="mysql4-upgrade-1.4.0.0.10-1.4.0.0.11.php" hash="000f775834fb6cdabec6fd465abbd585"/><file name="mysql4-upgrade-1.4.0.0.12-1.4.0.0.13.php" hash="c947337e7ca912c2efe283eb069d73c8"/><file name="mysql4-upgrade-1.4.0.0.2-1.4.0.0.3.php" hash="50da11d37dbc9cd409717454ee041fd4"/><file name="mysql4-upgrade-1.4.0.0.3-1.4.0.0.4.php" hash="fca97f8f4649d39788c920b26ab0568c"/><file name="mysql4-upgrade-1.4.0.0.5-1.4.0.0.6.php" hash="41737edd96d202ad82de7d50d1957b31"/><file name="mysql4-upgrade-1.4.0.0.6-1.4.0.0.7.php" hash="0189c8654f200d022214203f198256ce"/><file name="mysql4-upgrade-1.4.0.0.7-1.4.0.0.8.php" hash="fbaabca3a10baa14e420f22d5f50f977"/><file name="mysql4-upgrade-1.4.0.0.8-1.4.0.0.9.php" hash="4cf046db6ce86020e5815523686e0da8"/><file name="mysql4-upgrade-1.4.0.0.9-1.4.0.0.10.php" hash="3d73916e9441225cd7910aaa37e21618"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="b072ac8b309ccb0f03b9e87cdf009ddc"/><file name="mysql4-upgrade-1.6.0.0-1.6.1.0.php" hash="a90ad117bc5623c393239c21fc4af12d"/><file name="upgrade-1.6.1.0-1.6.2.0.php" hash="a8cb13a8cd84b653cb4e1afedb8e2fb3"/><file name="upgrade-1.6.2.0-1.6.2.0.1.php" hash="352bd7c8fc6ce481d8a999bd255e5157"/><file name="upgrade-1.6.2.0.1-1.6.2.0.2.php" hash="d53285c0f27ab799300d0b957de9ea88"/><file name="upgrade-1.6.2.0.3-1.6.2.0.4.php" hash="9aa83a4353bcf779cbcff36b46bd92cb"/></dir></dir></dir><dir name="Dataflow"><dir name="Helper"><file name="Data.php" hash="368b22823f37650696c57f4ac1e57848"/></dir><dir name="Model"><dir name="Batch"><file name="Abstract.php" hash="46607ede4c72d69a2158e47baf0333c2"/><file name="Export.php" hash="cb294bae35300f267cf00a8a47b80e88"/><file name="Import.php" hash="a4873524bbeb7d058720ff2764bb4796"/><file name="Io.php" hash="972a1d2e31b294f682c35298dbc42b31"/></dir><file name="Batch.php" hash="ee8749bb049b1f5576eec3e303f9eeec"/><dir name="Convert"><dir name="Action"><file name="Abstract.php" hash="bd7c077c94c20c1fb4a9fa8801050200"/><file name="Interface.php" hash="cd8ca7616453f7407b8fce1ad87d29a8"/></dir><file name="Action.php" hash="2f30483f859a6e24e39e87fb6f189fbb"/><dir name="Adapter"><file name="Abstract.php" hash="a3e1efa7a602266ed22eaee585ee587b"/><dir name="Db"><file name="Table.php" hash="d2dc72f621641690b1af9983ee5af847"/></dir><dir name="Http"><file name="Curl.php" hash="d1c052a41665f8bd01fcff71974fecd0"/></dir><file name="Http.php" hash="2df118423adcb90e0ed590a1030cbf7a"/><file name="Interface.php" hash="bfd660358311db096a121c67ce35115b"/><file name="Io.php" hash="4b6fc3dea718c529ada04f7afa3ddfb7"/><file name="Soap.php" hash="29a20130219bda936090f206fd637dc8"/><file name="Std.php" hash="0c5ed82e35b6b6acc06a2de1f1def8e5"/><dir name="Zend"><file name="Cache.php" hash="fa396f99dbe29f0d59f9d80c36c15748"/><file name="Db.php" hash="a240277fbf5b2a7d0a69ee0d1250f5dd"/></dir></dir><dir name="Container"><file name="Abstract.php" hash="162f843c2ac0ed722f0f3c634e233af4"/><file name="Collection.php" hash="48c397a7024c9ee91e461fa2ee52fc5c"/><file name="Generic.php" hash="baeb8ed3a12ece05aa5bfd5d3ce41493"/><file name="Interface.php" hash="2530dab05048136ebde9149720faab4a"/></dir><file name="Exception.php" hash="45f16193c156519088f633868068cdb3"/><dir name="Iterator"><dir name="File"><file name="Csv.php" hash="113bc62fbcce90bc467d413a0acfc380"/></dir><file name="Http.php" hash="0123ae9052c70e6272cce19821a98e9b"/><file name="Interface.php" hash="a10e3eb2e3f47d12b83b4c6a2405e1d1"/></dir><file name="Iterator.php" hash="40e7384a0cbc1243cc5c8896bc6621d7"/><dir name="Mapper"><file name="Abstract.php" hash="457f78d498523f573eb9b0e3f80b030d"/><file name="Column.php" hash="290b521a146c9080004c99e67fe575b8"/><file name="Interface.php" hash="14121fb00d1079df612814a010b5f85b"/></dir><dir name="Parser"><file name="Abstract.php" hash="612aac1710f3b13a15715177b3c2760a"/><file name="Csv.php" hash="d25a6d1c26ef33401b07018179922acf"/><file name="Interface.php" hash="a3e666a62da28ca1fe7d8cafbf8385a6"/><file name="Serialize.php" hash="c2aa7fde1757309516ffdec343999f6e"/><dir name="Xml"><file name="Excel.php" hash="ee03bff7e513050d29f364b4f848584d"/></dir></dir><dir name="Profile"><file name="Abstract.php" hash="beb70a2209b6d75ee52ab64bf598cc6a"/><file name="Collection.php" hash="396ee52d8a57be7362e0ed9ff88e48b7"/><file name="Interface.php" hash="e5a255c5eb5c537223ce28f3a2b6fa9c"/></dir><file name="Profile.php" hash="2f5cde6325fbfcec39c3e0db471de290"/><dir name="Validator"><file name="Abstract.php" hash="5955b6616bd164f0e5b3449f72f9d6b1"/><file name="Column.php" hash="c941e38a51ebd2e00b053c3f356ade0a"/><file name="Dryrun.php" hash="a2640b10555c56b8486c175e6b0c8271"/><file name="Interface.php" hash="b16458e7aadf16f728dccbc9ba97440d"/></dir></dir><file name="Convert.php" hash="d5f04251ce41de12922586ff724c599f"/><file name="Import.php" hash="7df142e664b441418f6c05d115589467"/><dir name="Mysql4"><dir name="Batch"><file name="Abstract.php" hash="682c63b9a666363017ed04db1984d0d0"/><file name="Collection.php" hash="2a7cbf1fd3ec58ef7a1e3750f8d19073"/><file name="Export.php" hash="8a922d9e1182aff7b78d0c8813b71024"/><file name="Import.php" hash="7f937b0f94b7e9b12e50feb84ced3836"/></dir><file name="Batch.php" hash="3cc038415c83eff76b4d90553ed10cc2"/><file name="Catalogold.php" hash="591964b15a1ce337d10012b4f6c87300"/><dir name="Import"><file name="Collection.php" hash="b2182bac22a6c7cedf3af66696914e50"/></dir><file name="Import.php" hash="29450ac24054a9860b4a5b1c9f3a948e"/><dir name="Profile"><file name="Collection.php" hash="179cdff4d30e1f03000a8207e37cb0d2"/><dir name="History"><file name="Collection.php" hash="e27704f0e373b3c98ef8b3ca8836a1e3"/></dir><file name="History.php" hash="bee01a215b7a815f0998e44e252e9527"/></dir><file name="Profile.php" hash="a36d091e96d9857348b80302e19c5739"/><file name="Session.php" hash="10c586a7ecb70852ca98041a49878364"/></dir><dir name="Profile"><file name="History.php" hash="13848bd124cd90fc231b781945218d21"/></dir><file name="Profile.php" hash="14c7ae268e4bbee2bf336f2c4b29b014"/><dir name="Resource"><dir name="Batch"><file name="Abstract.php" hash="6dea99797296945d6cc0e597a79f255d"/><file name="Collection.php" hash="5a70491d0c332da7d0bbe327d76191e5"/><file name="Export.php" hash="9b257d06e0e3038a102d87767a3af733"/><file name="Import.php" hash="d0d49338e90a07a4d7286fd969276adc"/></dir><file name="Batch.php" hash="933890a18a7e39cccc7432d331aeccb2"/><dir name="Import"><file name="Collection.php" hash="a3a622645804d700404f2db099a173cb"/></dir><file name="Import.php" hash="a1ed7715c4aae3885273bd04603f1230"/><dir name="Profile"><file name="Collection.php" hash="80c4bdb27cd2d7cf2d827a71ad1aa8ea"/><dir name="History"><file name="Collection.php" hash="f920074bc69cf5bbde60eab8a5a8524c"/></dir><file name="History.php" hash="dd82d3849c20e4cf677740ee8b13c0e8"/></dir><file name="Profile.php" hash="2e1ec88afbafbab6131fb454cabb6049"/><file name="Session.php" hash="621fe14cb41566ccd9602a3a615bc8c1"/></dir><dir name="Session"><dir name="Adapter"><file name="Http.php" hash="c149d24012daa5e5c98abecd36181429"/></dir><dir name="Parser"><file name="Csv.php" hash="f0c03f8445a4d7c6c3d8b4aebafa8d53"/></dir></dir><file name="Session.php" hash="ed6db7114fdeb4e4ddd1a41d789b433c"/></dir><dir name="data"><dir name="dataflow_setup"><file name="data-install-1.6.0.0.php" hash="12e2c025361b779c08a83af84a5f140e"/></dir></dir><dir name="etc"><file name="config.xml" hash="371403721e26c09341c608b96bba54eb"/></dir><dir name="sql"><dir name="dataflow_setup"><file name="install-1.6.0.0.php" hash="cf956bf66c1398a4274c57a3e6174ce0"/><file name="mysql4-install-0.7.0.php" hash="4039d1da95c6a9b9f242b60e3f671c5b"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="51859ada967d4e330154c014192763d6"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="eedac328c066ef50a5075e819100352e"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="c0cb8e89953b0a3ee25a47003d87cd8f"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="efbedaab762c0530bf3b3c95edc87273"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="2c5ab1d98ca3b3bfa7234db66c5d29c5"/></dir></dir></dir><dir name="Directory"><dir name="Block"><dir name="Adminhtml"><dir name="Frontend"><dir name="Currency"><file name="Base.php" hash="b4666c1c91897e93866ef80f5643340b"/></dir><dir name="Region"><file name="Updater.php" hash="e752b17352154f43cf268aacb9fc6314"/></dir></dir></dir><file name="Currency.php" hash="ec00cb86f7902c06fd473911d7afa874"/><file name="Data.php" hash="b35a79f2b6542991b505e473bb292271"/></dir><file name="Exception.php" hash="a72b1813076a801321e73ac353f41bf0"/><dir name="Helper"><file name="Data.php" hash="ea40bc2ae5c1879cb1c8e7bf9f342151"/><file name="Url.php" hash="aa8c796d918fd596ef5a814256d48d85"/></dir><dir name="Model"><dir name="Country"><dir name="Api"><file name="V2.php" hash="82e98d003a5c56c11b19ec55051318b7"/></dir><file name="Api.php" hash="512ffb0142e4f4bd48f13504a5f454d6"/><file name="Format.php" hash="1111c079512b97f6e4b8935de38eb9c2"/></dir><file name="Country.php" hash="3d59bb8732190812fa9170405ecde26c"/><dir name="Currency"><file name="Filter.php" hash="51076b0d9366f18d5127d3120c771364"/><dir name="Import"><file name="Abstract.php" hash="ff2fb28054f15bc91826b76284d4708c"/><file name="Webservicex.php" hash="73a2afb55f761bf8b703dfcf152b3fb1"/></dir></dir><file name="Currency.php" hash="6549e2c33aa2a7c475e312b7b2dbb715"/><dir name="Mysql4"><dir name="Country"><file name="Collection.php" hash="5a142dd9de3b87ba96d35d3aa98582ac"/><dir name="Format"><file name="Collection.php" hash="9bf90adc41f8a312231a2de60296f9d2"/></dir><file name="Format.php" hash="2a2a8ccd1399cf6da9d3769b2366139e"/></dir><file name="Country.php" hash="876400dbf481bf3787a0699985cf03b2"/><dir name="Currency"><file name="Collection.php" hash="84c92eb47935cf7878d2011539f71510"/></dir><file name="Currency.php" hash="6dc18b6e4666dc2722c229db2a8fec1b"/><dir name="Region"><file name="Collection.php" hash="2f8d2d35e899af6bb2f5d9098e10a90a"/></dir><file name="Region.php" hash="ad76af1d3f94514bf94f481d4271269d"/></dir><file name="Observer.php" hash="a01ce407d54dc893cb65d684c557cff8"/><dir name="Region"><dir name="Api"><file name="V2.php" hash="7f7c25abef07efa95e9f24c260b7f104"/></dir><file name="Api.php" hash="6e3990748556b013b99c76e891ec980c"/></dir><file name="Region.php" hash="6320285ef5278313fabc4766ff9d2840"/><dir name="Resource"><dir name="Country"><file name="Collection.php" hash="52c5ec533e9ce6add2748a554d63971b"/><dir name="Format"><file name="Collection.php" hash="850704593a182817ae80aeac46d8be48"/></dir><file name="Format.php" hash="9bb37bc2487ce04a039da3a84992b398"/></dir><file name="Country.php" hash="9300f5b8639096c7c2d0c44cd0c719e6"/><dir name="Currency"><file name="Collection.php" hash="3c1a948dfe09e26d1479d1bd4b4a9e3e"/></dir><file name="Currency.php" hash="d52fb1227076cdf4d4b54d31ffbac2df"/><dir name="Region"><file name="Collection.php" hash="8503535294819898fc17caf4be2f452d"/></dir><file name="Region.php" hash="80b44977868f84dc49a1ca97fc40e821"/></dir></dir><dir name="controllers"><file name="CurrencyController.php" hash="b83a9954025eb05e9c9bf660e43a9a79"/></dir><dir name="data"><dir name="directory_setup"><file name="data-install-1.6.0.0.php" hash="48dc3622720115a2087f6858c769efb1"/><file name="data-upgrade-1.6.0.0-1.6.0.1.php" hash="369c7a212ca2ece6217dfbdd46417004"/><file name="data-upgrade-1.6.0.2-1.6.0.3.php" hash="bced5d6dc215718d9666de1060541102"/></dir></dir><dir name="etc"><file name="api.xml" hash="dbc81d78a3955eb391cb3b2e7bcc1fa0"/><file name="config.xml" hash="7c02db63d3082adacd30be0b4cc856d0"/><file name="system.xml" hash="9cb653a1cfe93607d2bc3ec76c7d1081"/><file name="wsdl.xml" hash="cc488b81c0eae648a0ee360d6e2d9960"/><file name="wsi.xml" hash="66de37cc17e24c0c66f74c52e2df616e"/></dir><dir name="sql"><dir name="directory_setup"><file name="install-1.6.0.0.php" hash="775ede8188d4545269fe4e13c619ec78"/><file name="mysql4-install-0.7.0.php" hash="cb9e703bb5c6dfc239c3266c9a0a3f1a"/><file name="mysql4-install-0.8.0.php" hash="7bbf7d24dd8b4ecc9b1585b034a7840a"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="836965c68b0124e1eb75a6f022849c04"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="1804dcc4e1396251ec03cdc45cda3759"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="2b24dc39a030871d6347f04432361067"/><file name="mysql4-upgrade-0.8.1-0.8.2.php" hash="00ff845eb34a26e7a69b30f46c7699ba"/><file name="mysql4-upgrade-0.8.10-0.8.11.php" hash="162008b0282b63d9076073498418cae2"/><file name="mysql4-upgrade-0.8.2-0.8.3.php" hash="531074cdf2d5d06dcb36a67041e5b654"/><file name="mysql4-upgrade-0.8.3-0.8.4.php" hash="9e73e7c8093ee2b1f18cce4412f24d0c"/><file name="mysql4-upgrade-0.8.4-0.8.5.php" hash="56f8df95dc5485dce9c01a785cd3f262"/><file name="mysql4-upgrade-0.8.5-0.8.6.php" hash="0cb06fce30fd4a4c30b7e01da70cfdc2"/><file name="mysql4-upgrade-0.8.6-0.8.7.php" hash="5c6a95b839500341848dc54eecaedbd1"/><file name="mysql4-upgrade-0.8.7-0.8.8.php" hash="743a8d1fdcdbfd167824f48a477f837d"/><file name="mysql4-upgrade-0.8.8-0.8.9.php" hash="feadf7849bb17126e51ceb91bb52dd4f"/><file name="mysql4-upgrade-0.8.9-0.8.10.php" hash="24ab6ea84f0e0603756f4d13c9fb64ea"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="55a54f1911b6e8cca24f2c66abf7e240"/><file name="mysql4-upgrade-1.6.0.1-1.6.0.2.php" hash="e46f04ccb679f1139843878a9e1a32f8"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="2f3284ab662103e425616be9a9e49e4c"/></dir></dir></dir><dir name="Downloadable"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Composite"><dir name="Fieldset"><file name="Downloadable.php" hash="e12d9aef3ce2764057e287680a76c63d"/></dir></dir><dir name="Edit"><dir name="Tab"><dir name="Downloadable"><file name="Links.php" hash="3c3ce076e5ffe5d0cde904df0c6bd270"/><file name="Samples.php" hash="2f0e4ec652220bf857a2937f8a591be7"/></dir><file name="Downloadable.php" hash="54f8f2dbea8a5bb442a93765ffc2de44"/></dir></dir></dir></dir><dir name="Sales"><dir name="Items"><dir name="Column"><dir name="Downloadable"><file name="Name.php" hash="bd1586be0e3c5ec83fa7fd29605d91bf"/></dir></dir></dir></dir></dir><dir name="Catalog"><dir name="Product"><file name="Links.php" hash="f6f7ddd1850d2d9cfa3eaffdc671042c"/><file name="Samples.php" hash="ef302121e2521964c3a61f8d7648f890"/><dir name="View"><file name="Type.php" hash="52cfa8ef3d8752be9c74afef32161ad9"/></dir></dir></dir><dir name="Checkout"><dir name="Cart"><dir name="Item"><file name="Renderer.php" hash="fb27fb4433075651e5eabe959b6f17f3"/></dir></dir><file name="Success.php" hash="45f65b52c47cbd57929213f953d258a3"/></dir><dir name="Customer"><dir name="Products"><file name="List.php" hash="bd47092262c2414f204bedd6ed1bec80"/></dir></dir><dir name="Sales"><dir name="Order"><dir name="Email"><dir name="Items"><file name="Downloadable.php" hash="53f174c87ea006f24d20b062d4ed5d78"/><dir name="Order"><file name="Downloadable.php" hash="2a1a9b388be90a122a348a77247ed21b"/></dir></dir></dir><dir name="Item"><dir name="Renderer"><file name="Downloadable.php" hash="f61a0b6015604019f43a569b8abefa0a"/></dir></dir></dir></dir></dir><dir name="Helper"><dir name="Catalog"><dir name="Product"><file name="Configuration.php" hash="e78a16560e2276be0714d373b2cee1d1"/></dir></dir><file name="Data.php" hash="6ef19e09fdcd7750eb2e39e88f622456"/><file name="Download.php" hash="6686cfe1ee152e51c28bb46c3f7c2e53"/><file name="File.php" hash="5a1a2f00856b9fe96d076102d947859b"/></dir><dir name="Model"><dir name="CatalogIndex"><dir name="Data"><file name="Downloadable.php" hash="2d5e9db79d2edfba97f2c14716d12148"/></dir></dir><dir name="Link"><dir name="Api"><file name="Uploader.php" hash="489ce0eb17504ffdd78c5e7056ba58fb"/><file name="V2.php" hash="bb4da7ee96fcdf25fbf9a71b75ec2892"/><file name="Validator.php" hash="d28561b2e26422f8a479d940e798f354"/></dir><file name="Api.php" hash="5a05d955b40c9925aae6be9dc9d028f4"/><dir name="Purchased"><file name="Item.php" hash="7e53ee7ff21d52e2127a9002f7d05961"/></dir><file name="Purchased.php" hash="ace4c388dd7da85b04a10facbf3f0b1e"/></dir><file name="Link.php" hash="da8ef977a2cc11791d9087b4047be2e8"/><dir name="Mysql4"><dir name="Indexer"><file name="Price.php" hash="020cae6b0286bb0e58a624e4e8406494"/></dir><dir name="Link"><file name="Collection.php" hash="5d1bf05a362f122985494c3f4f38d8e4"/><dir name="Purchased"><file name="Collection.php" hash="51ef30f1a8a9fa9a980284f14724d84f"/><dir name="Item"><file name="Collection.php" hash="170b335e0a3f3240a7cbea044aa3bf95"/></dir><file name="Item.php" hash="9b693f0c336441845a7693be109a7803"/></dir><file name="Purchased.php" hash="c5e8f97095d9003264dab53f785699f0"/></dir><file name="Link.php" hash="12dde7f676fa7e83dc58ed9468a4e1af"/><dir name="Sample"><file name="Collection.php" hash="1a4977cd3ef91078ef16438bcd942041"/></dir><file name="Sample.php" hash="d19760b5bc50a730758a667ebcc7a1c5"/></dir><file name="Observer.php" hash="5fe05cdb8831c97864c26575c43f1038"/><dir name="Product"><file name="Price.php" hash="98bdd50bb10df93216eb4aa6b55cc664"/><file name="Type.php" hash="2bcc85d03e04383545202ca8d2fdb4d5"/></dir><dir name="Resource"><dir name="Indexer"><file name="Price.php" hash="85f276d9ac24831929231cca1edd5be1"/></dir><dir name="Link"><file name="Collection.php" hash="6c06db31deef9e2122973ef512457f92"/><dir name="Purchased"><file name="Collection.php" hash="1e2a9fb95177611bcceedc1454201264"/><dir name="Item"><file name="Collection.php" hash="74e18636f58b37f5b4c96121fa4665dc"/></dir><file name="Item.php" hash="3fbc6862244df277d2a5bd94b9eca8d2"/></dir><file name="Purchased.php" hash="02ba8a2974242c22ab49a11e89eddc6d"/></dir><file name="Link.php" hash="05f14fc84ad9a6167807486180c598a3"/><dir name="Sample"><file name="Collection.php" hash="bd7ffa9e6389f5e2d0ab88bc2fb8c5ea"/></dir><file name="Sample.php" hash="49f57edea5d85f2736b9571fdb3b18a8"/></dir><dir name="Sales"><dir name="Order"><dir name="Pdf"><dir name="Items"><file name="Abstract.php" hash="af49f727abbe15994b5b5250dc34d0db"/><file name="Creditmemo.php" hash="ed6b2ec2d537efceeac8093f72655e28"/><file name="Invoice.php" hash="a6fa764db624a4a16865519fcb579513"/></dir></dir></dir></dir><file name="Sample.php" hash="64a89f9466dd1a24529058505c2d5208"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Contentdisposition.php" hash="c34d69f88e1afc833787bbef4d9b46ff"/><file name="Orderitemstatus.php" hash="c4348f964b79abfea5ecc4f57a0fe709"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Downloadable"><file name="FileController.php" hash="102efba7cf5e691ef5a22d83770fa4bf"/><dir name="Product"><file name="EditController.php" hash="c1a87d3ff837a2ef515afdd8fbdbdda2"/></dir></dir></dir><file name="CustomerController.php" hash="951127b693cfb5e9b45a9f72e90d9e4e"/><file name="DownloadController.php" hash="2c6b8f2d6bd7cb49bb47c71af3bd1717"/><file name="FileController.php" hash="ec8e81be2ded56f9f343f03fc4d76136"/><dir name="Product"><file name="EditController.php" hash="f73d9a8692a6e3ec11b46a083f19b23b"/></dir></dir><dir name="data"><dir name="downloadable_setup"><file name="data-install-1.6.0.0.php" hash="ead0317b44ad29d056a337e2b6940068"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e71a7ed55d47e69ac72c754b50bf5e73"/><file name="api.xml" hash="738d3901bb68ccb05aee5e872e05c175"/><file name="config.xml" hash="a182ff396976d7483c6f190c310b1f1f"/><file name="system.xml" hash="34cc94e614143b062fcb8bd26fa3c5a1"/><file name="wsdl.xml" hash="b3935ff3bf7e2ca40ddd304b4c78577f"/><file name="wsi.xml" hash="7eef36b29c2abf88596e63b6a042626d"/></dir><dir name="sql"><dir name="downloadable_setup"><file name="install-1.6.0.0.php" hash="6de81e1d40cdd9c9be8ae5b336f69bb6"/><file name="mysql4-install-0.1.0.php" hash="9cece8c3179630ed9f8f8469edfbd321"/><file name="mysql4-install-1.4.0.0.php" hash="3e3913a32f9855122906e36ce1cbf8f1"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="7e121910225bb54126f5033d81d4c1af"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="3fbed3cb76f9e68b560c9dd6391baa3b"/><file name="mysql4-upgrade-0.1.10-0.1.11.php" hash="c44f081536533860407e42c968bef66c"/><file name="mysql4-upgrade-0.1.11-0.1.12.php" hash="1efadcebe3e86890ed8ad6a291aae925"/><file name="mysql4-upgrade-0.1.12-0.1.13.php" hash="61e83ba5bf5d3cbaf4ba3c88f3e73c59"/><file name="mysql4-upgrade-0.1.13-0.1.14.php" hash="c37344a6db88cbd274806b095e7e2dd4"/><file name="mysql4-upgrade-0.1.14-0.1.15.php" hash="8e45b0604106ec31ab2dc1138991e8b8"/><file name="mysql4-upgrade-0.1.15-0.1.16.php" hash="985e647e7d85026c44979515229b6e51"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="186634f52fa8463d2e4c5f58a6648142"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="3ef2f81ff5ba49e1b8d8724f07e8cb36"/><file name="mysql4-upgrade-0.1.4-0.1.5.php" hash="e1d1ae34c5a6690923837074fbd83cb8"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="953c4673ff22eca9650630f9d822bbd8"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="611f3c09b55fa347fc92c9f9a5fc3044"/><file name="mysql4-upgrade-0.1.7-0.1.8.php" hash="002a9a8816693140b351c76a0a7d7688"/><file name="mysql4-upgrade-0.1.8-0.1.9.php" hash="f6921cfe14e38d76abc04113fc4fbc46"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="d09298fa15f7365edc42aeef6a070a38"/><file name="mysql4-upgrade-1.3.9-1.4.0.0.php" hash="21ff87411e42a56d2dcd34880b0ce974"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="6a2894d5498c91fd9335afacbdb78fcf"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="e6c46729769c77c04551d4dd47dd9f66"/><file name="mysql4-upgrade-1.4.0.2-1.4.0.3.php" hash="ccbc8634a941f3efccda4f92e5a6c63a"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="7ab0dcb19cb04fdac042cd4d85b46ec8"/><file name="mysql4-upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="cbb77922de277b155f197a25f389223f"/><file name="upgrade-1.6.0.0-1.6.0.0.1.php" hash="e5b6922bee500b39c878a9acdb1988b4"/><file name="upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="d9b849cb19c6983e4ffdf99544554d50"/></dir></dir></dir><dir name="Eav"><dir name="Block"><dir name="Adminhtml"><dir name="Attribute"><dir name="Edit"><file name="Js.php" hash="9e5b3ba9d7871ee04647d0eb7be79b7e"/><dir name="Main"><file name="Abstract.php" hash="1252b7c4a074f979dcca85e97ccfc442"/></dir><dir name="Options"><file name="Abstract.php" hash="dc17d939a5fd252ab29a09a95e697861"/></dir></dir><dir name="Grid"><file name="Abstract.php" hash="f5f2f6ab0af4698cfcff39a1214fecb2"/></dir></dir></dir></dir><file name="Exception.php" hash="faf4a46b17d66b7cc642e66af94aa513"/><dir name="Helper"><file name="Data.php" hash="d63732371317d1b0d00cf290e5372d89"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Inputtype"><file name="Validator.php" hash="d3f8e17e743d06bec9134dd8fdd1cfeb"/></dir><file name="Inputtype.php" hash="a15acf61b330f0d7445db8691396c58a"/></dir></dir></dir></dir><dir name="Attribute"><dir name="Data"><file name="Abstract.php" hash="ed72f2c5e46661c472e50fa249002b18"/><file name="Boolean.php" hash="fca2a3037b3ad5de220b511d38b0ba33"/><file name="Date.php" hash="dab6bd6164af9e823456436a14836cfa"/><file name="Datetime.php" hash="d07bf896d77e900dba8dcc1db9d58b8c"/><file name="File.php" hash="b1a529475cc23a81dc2611743e3549a6"/><file name="Hidden.php" hash="8132677a0ca577ac881bf97945d46ca4"/><file name="Image.php" hash="3c216e27f0c166c6b7def22ecadf1a85"/><file name="Multiline.php" hash="976c584a1a4313934b3927e6b815cf47"/><file name="Multiselect.php" hash="0f8f35d8a82d41e389e81f3cbcf3c557"/><file name="Select.php" hash="9e3cf2d516b1656fe6febda02c837f24"/><file name="Text.php" hash="279872cd3c6dede3d312b39d1f4fc711"/><file name="Textarea.php" hash="fa431d066852080a77c22b9cfefd8f59"/></dir><file name="Data.php" hash="a3b8965e2c2742cc44dd547b1dc1aff6"/></dir><file name="Attribute.php" hash="d11402cd010d18ca8357f1d5714e95d7"/><file name="Config.php" hash="551a4cad0d59a553b79fb448885ae337"/><dir name="Convert"><dir name="Adapter"><file name="Entity.php" hash="0bc4a91fc4631f0d97dc05c5fa5b389d"/><file name="Grid.php" hash="e588aca9297dbf3b580541117238b6f1"/></dir><dir name="Parser"><file name="Abstract.php" hash="937e5d9c8d1f3a077a3599730dda6808"/></dir></dir><dir name="Entity"><file name="Abstract.php" hash="56fbd9ae8f82611a94692d6725f26ad1"/><dir name="Attribute"><file name="Abstract.php" hash="f0069e10b67d98ea521898c18000ae94"/><dir name="Backend"><file name="Abstract.php" hash="319cd2c2c03498a4ce724a385c92dac1"/><file name="Array.php" hash="9cabf01718dc0b7f1d877ba019cd017a"/><file name="Datetime.php" hash="475be958200bce528a9816cad60d35ee"/><file name="Default.php" hash="badfb8c3a60349c5753e0fc77ad5736b"/><file name="Increment.php" hash="abcfb542d193b617241271f378db0da4"/><file name="Interface.php" hash="66dea08e50308ded0a3b41e63811cb61"/><file name="Serialized.php" hash="6fa47b20eeb46669e8b3f3b2151e9a75"/><file name="Store.php" hash="7a92bdfd6525f19978c04f4eac78d686"/><dir name="Time"><file name="Created.php" hash="e621396aa75f5925c61d65c534e08632"/><file name="Updated.php" hash="f64dd7822e1fdafbae26ee69e5113bd8"/></dir></dir><file name="Exception.php" hash="42b6cf236750166657f195147a60f4d1"/><dir name="Frontend"><file name="Abstract.php" hash="606b94e3338e4b0155788ecd0e9ace6e"/><file name="Datetime.php" hash="72c940c2892baf5fc64510ee427178be"/><file name="Default.php" hash="2c2d0d8d3367d3e72812c897693ab983"/><file name="Interface.php" hash="5b9605f1117a8c7e6a12c70f4a51b6b8"/></dir><file name="Group.php" hash="cb9727bd21db5a2510c2607efd19bf1b"/><file name="Interface.php" hash="53a430fb311ea3f1224bae800bc43b90"/><file name="Option.php" hash="d3fb812bf4cc58df7dc00472d86af241"/><file name="Set.php" hash="9f2b1d3762633973869d0fe83b1fa615"/><dir name="Source"><file name="Abstract.php" hash="d4f93c976f07b4a658f47cc40f03058b"/><file name="Boolean.php" hash="0edf68727f49717a707bd45af4c64744"/><file name="Config.php" hash="59c13fa11a11554dcea9e69fd690aa9b"/><file name="Interface.php" hash="4b6e7b4144cb8a3ab426f48abafaab86"/><file name="Store.php" hash="d6f5e7260a2e06a3f6e11803f61d1ff5"/><file name="Table.php" hash="1810e61b0ab607b7b208c774f90ce983"/></dir></dir><file name="Attribute.php" hash="39dc6532f5b3108a401007db38a87d27"/><dir name="Collection"><file name="Abstract.php" hash="c603afd7d9f25c5320e2e1c3f1fd5fe6"/></dir><file name="Collection.php" hash="e22868956cb2008068b8d4fdeccdce10"/><dir name="Increment"><file name="Abstract.php" hash="863a9ff61f9816910beccfcf837df0ad"/><file name="Alphanum.php" hash="de948aac5d8c1f016ea96124d26df392"/><file name="Interface.php" hash="1686ef4f5148620fdf54969174ad6e1b"/><file name="Numeric.php" hash="adb627a781e655dfc18767e272b522b1"/></dir><file name="Interface.php" hash="69c5e5084ab0976546ffe71afe84ccd7"/><file name="Setup.php" hash="7fb56915bd938d1f878b508e3e1b441f"/><file name="Store.php" hash="7fe1ab1a6f8673370a7df0707466df97"/><file name="Type.php" hash="8519b1216d5b4786cafd7d34d0c7db1b"/></dir><file name="Entity.php" hash="46a09c5477a63e9c783fc0bb0b2303fe"/><dir name="Form"><file name="Element.php" hash="047a9e38813ec6482bdc21ef03ff4c4c"/><file name="Fieldset.php" hash="194c2a9fc7bfc5127d74d50d3e20580d"/><file name="Type.php" hash="184682da8786f7f19bbba08e23f6f5c5"/></dir><file name="Form.php" hash="71a0a6de86ab04189375cf62760323a8"/><dir name="Mysql4"><file name="Config.php" hash="58e67fb4d30e24c49150054308c325bf"/><dir name="Entity"><dir name="Attribute"><file name="Collection.php" hash="9ea71d033ad4c53f67c99d8e1fa73795"/><dir name="Group"><file name="Collection.php" hash="310095583082f10b3e60d17939a191b5"/></dir><file name="Group.php" hash="a312f0b90390f3ebaf3477b0e1baf927"/><dir name="Option"><file name="Collection.php" hash="0a0f49a63deeae5fee028b5b9c8de881"/></dir><file name="Option.php" hash="e34d4f68f76febb8ff5663960615937d"/><dir name="Set"><file name="Collection.php" hash="6c58ddfebd70cf87afe7e19cc33a7f21"/></dir><file name="Set.php" hash="35545d3678039d9415c7e1d5b2e20f5c"/></dir><file name="Attribute.php" hash="a19fab9009787a7419a17a9180c8b01a"/><file name="Store.php" hash="0342e572bfb8006dbe0f1d3a6cea3c1d"/><dir name="Type"><file name="Collection.php" hash="a94fc8effee83b6904036256b819161e"/></dir><file name="Type.php" hash="c52313dc36db4dbcc02d1cdf08b56970"/></dir><dir name="Form"><dir name="Element"><file name="Collection.php" hash="c251f3aae8f4c8d0cda17c9c914b0f72"/></dir><file name="Element.php" hash="27b2b2c9cdb08538cf1cf8c8512153a0"/><dir name="Fieldset"><file name="Collection.php" hash="cc0dc2a4c310fa3ed9fbde6f939dc07e"/></dir><file name="Fieldset.php" hash="7dc67803c7e930a59476a101b34cbe7e"/><dir name="Type"><file name="Collection.php" hash="e0f78ca983c52b6d1cb1282d7172b98d"/></dir><file name="Type.php" hash="9bf51f19a7d3caa6169343841262db26"/></dir></dir><dir name="Resource"><dir name="Attribute"><file name="Collection.php" hash="ff94d2b8e12d92201c076d87a436281b"/></dir><file name="Attribute.php" hash="363872a60549052148d9bea3c127ad1b"/><file name="Config.php" hash="6ee4b4cae0f39fb6284c330b85630123"/><dir name="Entity"><dir name="Attribute"><file name="Collection.php" hash="f5d5c034f0a26e906a1cd73aa4e98200"/><dir name="Group"><file name="Collection.php" hash="7b2187a7a14e4d8a1374bdf900cbf061"/></dir><file name="Group.php" hash="168e900e08f01d2029f95cb591fd6d3c"/><dir name="Option"><file name="Collection.php" hash="c5c58b05bc359e25d6ff1c47cb3ba76b"/></dir><file name="Option.php" hash="d4c38f1d4be89c22276fcb0d672e543c"/><dir name="Set"><file name="Collection.php" hash="79338c6580dff6b8335388baa2196d47"/></dir><file name="Set.php" hash="6725ecaca654b896706f4c009af782d6"/></dir><file name="Attribute.php" hash="7fe2e98cadcdd9589a7c2d24b0921a2d"/><file name="Store.php" hash="3558d750b6de9ee30ced12eb2c1ad6ca"/><dir name="Type"><file name="Collection.php" hash="4e5e22274945e79242d99c12ede46856"/></dir><file name="Type.php" hash="041eeedf33ae68f5095652c6c3a87d7e"/></dir><dir name="Form"><dir name="Attribute"><file name="Collection.php" hash="b470fbaaa73ca5e37e8be5ea858ed72f"/></dir><file name="Attribute.php" hash="f561162a0d9982bb0a7a544879592d9a"/><dir name="Element"><file name="Collection.php" hash="cd37cd584bd2784cd3f5db00d69e58a3"/></dir><file name="Element.php" hash="621193dcfde829f4f1e7d01479db8529"/><dir name="Fieldset"><file name="Collection.php" hash="1f8aae1d6d58ebf983ed6841dfb7c54e"/></dir><file name="Fieldset.php" hash="ac62774f67e92a311a08ee1de116925f"/><dir name="Type"><file name="Collection.php" hash="fd35a84dec7de121a2532aea5b112785"/></dir><file name="Type.php" hash="c1983a248ff7db9c727064fc2320e74f"/></dir><dir name="Helper"><file name="Mysql4.php" hash="1942b7af955237b8eaa2572ff7175c38"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="fe331cfcbcd07b807d1369fcfff0dfce"/></dir><dir name="sql"><dir name="eav_setup"><file name="install-1.6.0.0.php" hash="8d7a81974923f35c07ad1b5d19b228ba"/><file name="mysql4-install-0.7.0.php" hash="f93039e2fda51a0f99bfbd17c8bd0493"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="17b13c519ee8f593913d6df65d97d7cf"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="9bacc98680f6e70c1f42ef7af68f25d9"/><file name="mysql4-upgrade-0.7.10-0.7.11.php" hash="bd87a4984256a18b525bc08dfd932996"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="45fe4e0757e580a8955bee3f1539e157"/><file name="mysql4-upgrade-0.7.12-0.7.13.php" hash="2ddb13417bcb82a618d8c6297cd0675d"/><file name="mysql4-upgrade-0.7.13-0.7.14.php" hash="30413ef25187caa0d45e33d47068b96f"/><file name="mysql4-upgrade-0.7.14-0.7.15.php" hash="4ddd5c0258a16b1e9b02f5eb2cfcbe0d"/><file name="mysql4-upgrade-0.7.15-0.7.16.php" hash="d8a196d282904a0b74f4ca0d27853f2c"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="56f8f7be87aaa3979021c2c7c22a68d2"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="72d6dbb992272c562182f12ae880fb0b"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="c8250d237bf7c15807291d38ff948c1a"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="3cf2df2426c4a5a7812f315a97795d3c"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="9e135caa7b0df3c287bce7e53c4e371d"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="a19734b1f2ed4956a8cbba86f4207729"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="6a9f9af68e05c36ca97f03d135b1b3aa"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="0f91d9e55bbdfc1aa9736c4d3a20357b"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="918823e72ec15e6cc20acfe62987979b"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="6a45d4c5809a637bce8fa18920adc80a"/></dir></dir></dir><dir name="GiftMessage"><dir name="Block"><dir name="Adminhtml"><dir name="Product"><dir name="Helper"><dir name="Form"><file name="Config.php" hash="4c596338a914b636b069d726cbb0b2c8"/></dir></dir></dir><dir name="Sales"><dir name="Order"><dir name="Create"><file name="Form.php" hash="3932db3303c29c46a71c1421fd0c1973"/><file name="Giftoptions.php" hash="ff13520d41c147c433613d66e68ccff0"/><file name="Items.php" hash="7e435585a568052a7d30def27b16b0fe"/></dir><dir name="View"><file name="Form.php" hash="0bb76110946a958432c6ce64e88d1071"/><file name="Giftoptions.php" hash="9e1147f847b114d5811dadda2a1fc018"/><file name="Items.php" hash="8ecac6112fffda18be45c0b08f58858b"/></dir></dir></dir></dir><dir name="Message"><file name="Form.php" hash="66d5c328dd57bd52c7e61876e9377eb9"/><file name="Helper.php" hash="444b3eb4912bc500660d1c830e559f29"/><file name="Inline.php" hash="d693acffaaa7e5bcfc70e7de009597f9"/></dir></dir><dir name="Helper"><file name="Data.php" hash="87698957abbd3e066a3fbd8b380d7f42"/><file name="Message.php" hash="4e2e1adb115dc2c600de3ac72c63ef12"/><file name="Url.php" hash="68ae1279c5802d2faaf5c96c132b0ace"/></dir><dir name="Model"><dir name="Api"><file name="V2.php" hash="b48ce1c8723be59b08f316ec29e9bb9e"/></dir><file name="Api.php" hash="61fdb8c4af33ee276f64881afb57b830"/><dir name="Entity"><dir name="Attribute"><dir name="Backend"><dir name="Boolean"><file name="Config.php" hash="3d04e195f9d7f43cf17b9678cdddd919"/></dir></dir><dir name="Source"><dir name="Boolean"><file name="Config.php" hash="bfa768725feb06966a8c1443c299eefa"/></dir></dir></dir></dir><file name="Message.php" hash="5fae33099eb97ebd73e33408883bf32c"/><dir name="Mysql4"><dir name="Message"><file name="Collection.php" hash="288925decf81263abe41e6f5537d1646"/></dir><file name="Message.php" hash="0eb056eb697ee4068233131274553a72"/><file name="Setup.php" hash="8e80b1fd818a5d349948ea21342d874d"/></dir><file name="Observer.php" hash="17ce9086adf6058c6cc66e0374bc19fc"/><dir name="Resource"><dir name="Message"><file name="Collection.php" hash="c678336e8605ada8a395dc1bca8568a0"/></dir><file name="Message.php" hash="23cd93c7b6b5c2ddc2a493b4f5c751ec"/><file name="Setup.php" hash="af1ee65e016a4b4471568dd7c941949f"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="fe599234ca40d1606dfa59408589a569"/></dir><dir name="etc"><file name="api.xml" hash="361411b25eabd0d2c26b1603724b378c"/><file name="config.xml" hash="9f1eacf607f1ba5aabb9825be79db282"/><file name="system.xml" hash="e946e060d755a3b08c3a53251a4fe1c1"/><file name="wsdl.xml" hash="b99aaaac0126c6e09a7ba59fa4dbcf30"/><file name="wsi.xml" hash="ab77c7cfecb0f5d6cb7b07c0b5abc1d1"/></dir><dir name="sql"><dir name="giftmessage_setup"><file name="install-1.6.0.0.php" hash="84166a0b6217ee3038f11178da51f2c7"/><file name="mysql4-install-0.7.0.php" hash="9c3860c1e63d8cb5fbc3a43c532fd47a"/><file name="mysql4-upgrade-0.1.3-0.7.0.php" hash="544728453535d7b7c3eb0e90fca9f77c"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="cb34fff9c62bba117ba1d64d21ed9a20"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="2de384fedf4f0338de03fc68f601570e"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="646b607da79d61ad5091f452e7e05403"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="ea0a7c896da75223de938721619f1170"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="918f8473239ade0119a7daa49f323cd2"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="45451cf50608bbc60b2a58b619fe6c29"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="c45f890e64a4f953a0a787b1d7f7f882"/></dir></dir></dir><dir name="GoogleAnalytics"><dir name="Block"><file name="Ga.php" hash="5824880d7cd7814e9631f89ef2246686"/></dir><dir name="Helper"><file name="Data.php" hash="12706819a2dd6d80df4e3c36487a8491"/></dir><dir name="Model"><file name="Observer.php" hash="9864fea9b6a3c5164d3ddd5132c14a03"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Type.php" hash="4eee7ad885494b18baa350d45ca19832"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="511b7e86aace6e69158721ee3930b747"/><file name="config.xml" hash="43c9e4a3285ba481e7969b3dcf812528"/><file name="system.xml" hash="7dff7f4835359a74cb23567903e55ced"/></dir><dir name="sql"><dir name="googleanalytics_setup"><file name="install-1.6.0.0.php" hash="c7ca29c456e38be6c0d2da0119e97904"/></dir></dir></dir><dir name="GoogleBase"><dir name="Block"><dir name="Adminhtml"><file name="Captcha.php" hash="5b6f4c1040d239be307b18f4d4eabac5"/><dir name="Items"><file name="Item.php" hash="2c840769a671a38fb9a5e3d39a00f165"/><file name="Product.php" hash="ded62d8930188044c194e3030af0f5a5"/><dir name="Renderer"><file name="Id.php" hash="dcd007615393a82d756d06a6c0b18b48"/></dir></dir><file name="Items.php" hash="9cdfa52c9802f8f4903e5ceec708c67e"/><dir name="Store"><file name="Switcher.php" hash="e81fa2b60477d84b9fe7264c70d95e67"/></dir><dir name="Types"><dir name="Edit"><file name="Attributes.php" hash="a9591bd7c075e7df7f9a5c74810722b1"/><file name="Form.php" hash="48c656611afca0667038d8580bf83e09"/></dir><file name="Edit.php" hash="c43805b51d7bd09fb8671aed963b35b3"/><file name="Grid.php" hash="e400786fa10484ef0f7338ee25711e71"/><dir name="Renderer"><file name="Country.php" hash="7319fc6f586a472eb01815dcc0a8bf8b"/></dir></dir><file name="Types.php" hash="dcb09e9a73d3ff437791b5c74d18a2a4"/></dir></dir><dir name="Helper"><file name="Data.php" hash="2bb1070172fae5f93f968b14bb45eeb7"/></dir><dir name="Model"><file name="Attribute.php" hash="63f418d94622cbfc1e424cc82aa2f974"/><file name="Config.php" hash="e311e126fe7033ce577e9eba9287b90d"/><file name="Item.php" hash="30ae4e73e668f4831b69567378721992"/><dir name="Mysql4"><dir name="Attribute"><file name="Collection.php" hash="32951146e3a855381fc25bd1ee9d6472"/></dir><file name="Attribute.php" hash="81e349943a986b2a4ac1cf823d322d6f"/><dir name="Item"><file name="Collection.php" hash="89c9604697f485111b5ecf0d71201604"/></dir><file name="Item.php" hash="53f816d4b1c891509bea2331679a247c"/><dir name="Type"><file name="Collection.php" hash="8b79362c8e760f8a611ce461e8c4a624"/></dir><file name="Type.php" hash="a968fbb9305c112ff2b0de57cea66231"/></dir><file name="Observer.php" hash="22958f0c96afda9d07f5d63b1e853392"/><dir name="Resource"><dir name="Attribute"><file name="Collection.php" hash="8581a79c674d210a126f69c0661e57d2"/></dir><file name="Attribute.php" hash="eecafe15071404a7e97aebae8b8f2e38"/><dir name="Item"><file name="Collection.php" hash="cf8b3fd28da17ce3897ea1754280eb62"/></dir><file name="Item.php" hash="5714ef44fadb2a3d677dec746c30cf95"/><dir name="Type"><file name="Collection.php" hash="e5902197cee8960d438e46c0449b2ad0"/></dir><file name="Type.php" hash="7e747882d373d1185d254760c4259470"/></dir><dir name="Service"><file name="Feed.php" hash="ce14956bf0f298fb5d051f82beed4ac6"/><file name="Item.php" hash="f3309e5a7b586574646eaf55d9c97618"/></dir><file name="Service.php" hash="c39b5f8bf5087c489a9d85c0c432fee8"/><dir name="Source"><file name="Accounttype.php" hash="57381d450ad2a8d5ff8672ba2ee6ee65"/><file name="Authtype.php" hash="657357cd7a1a46274b78aa91d1b6ad20"/><file name="Country.php" hash="ad7c434f424c891107706fbaf323bb28"/><file name="Statuses.php" hash="c0b344999fee60032ca0af129d6e034b"/></dir><file name="Type.php" hash="fcdd2b89f831ab814501f7867076db1d"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Googlebase"><file name="ItemsController.php" hash="cf5d82de42de3c1d4cff674de4861911"/><file name="SelectionController.php" hash="c78e4bc7f387b391e30d177d13b53a8c"/><file name="TypesController.php" hash="ba128bc21450920ba1a94a69f4135947"/></dir></dir><file name="ItemsController.php" hash="0adc1d8bc7130d4afc14b96b53375786"/><file name="SelectionController.php" hash="39b76c744d6b64c4ab300e0c01da564c"/><file name="TypesController.php" hash="c828df18cfb1e4209405b7b9a0ceb9ef"/></dir><dir name="etc"><file name="adminhtml.xml" hash="352cb0cccf3f416045b077e7747017df"/><file name="config.xml" hash="921f5d78455add5be9c867f97f02b351"/><file name="system.xml" hash="37981ec7611dfa294464120dd008203d"/></dir><dir name="sql"><dir name="googlebase_setup"><file name="install-1.6.0.0.php" hash="bb87f237283833aaff8eb56ac9bcc9b2"/><file name="mysql4-install-0.1.0.php" hash="4d500a27c443fded59b88f9767f4fea6"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="a72de32edc917c3a940c353a511eecd3"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="7f8ec7788ee89570aaa1856b48b333ab"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="8db6f1c9696a335160097d2f9e640f83"/></dir></dir></dir><dir name="GoogleCheckout"><dir name="Model"><file name="Payment.php" hash="bc22f18e358d87851d28b0725f351b33"/></dir><dir name="etc"><file name="config.xml" hash="a8bd48f34b4eb07dbaf4de086a90be1a"/></dir></dir><dir name="ImportExport"><dir name="Block"><dir name="Adminhtml"><dir name="Export"><dir name="Edit"><file name="Form.php" hash="e164e903029b48ab1a1ef78d80ce9669"/></dir><file name="Edit.php" hash="ee20fd3435e5628ceb4e6a35361e5450"/><file name="Filter.php" hash="00f064be1368c0a8b8426636536ab212"/></dir><dir name="Import"><dir name="Edit"><file name="Form.php" hash="e9cb48cf389de5cf4e6240ffd082fdcf"/></dir><file name="Edit.php" hash="974a087d75eb0d333943878fa226f10f"/><dir name="Frame"><file name="Result.php" hash="7e1395d4f6c1078d2e2eb014401851ec"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="82219b72ef495b077b0f791036b16150"/></dir><dir name="Model"><file name="Abstract.php" hash="7369bee189de5261e8050ab459d1c39d"/><file name="Config.php" hash="0fd32b54a74eab129509481dd000a4dc"/><dir name="Export"><dir name="Adapter"><file name="Abstract.php" hash="78403be0aa22536337d1b101924a1c16"/><file name="Csv.php" hash="9c31b1ff3fabd3834d309ffead73ffd4"/></dir><dir name="Entity"><file name="Abstract.php" hash="bd48ac623297e43cf56f5096d64ba60d"/><file name="Customer.php" hash="818c2eeb08ca295450857abf78243d0a"/><dir name="Product"><dir name="Type"><file name="Abstract.php" hash="1037c6257318fecb4c6f338db0106071"/><file name="Configurable.php" hash="d82f1b33fdc4ddc032f249c7b2e40e6f"/><file name="Grouped.php" hash="b2a2fe474b100f5da04f0683c1ebec46"/><file name="Simple.php" hash="b4e17dd1e60c68b2f57ed67b83ab2e57"/></dir></dir><file name="Product.php" hash="9f3fc96f98678b9abcdf435c62d49394"/></dir></dir><file name="Export.php" hash="b38c70d6d9191178ee135796f4275af5"/><dir name="Import"><dir name="Adapter"><file name="Abstract.php" hash="03657d0b8d3e9ff2cd1c5f418375b36f"/><file name="Csv.php" hash="53c4acb5f03be7ab3a4b92ea55cee693"/></dir><file name="Adapter.php" hash="f418c5210f460409fbdea58ff3fc60b4"/><dir name="Entity"><file name="Abstract.php" hash="5b07ca7fbf5d637781e27b4c4a4362b6"/><dir name="Customer"><file name="Address.php" hash="73e89d16683f0209f06ddf5a9090bf78"/></dir><file name="Customer.php" hash="dfe9c676356bd7f347efc9ba78b57434"/><dir name="Product"><dir name="Type"><file name="Abstract.php" hash="9abf477dc478c8a6fe187ce743d3b4a0"/><file name="Configurable.php" hash="354ec32dec378d64f7786d682e91261a"/><file name="Grouped.php" hash="f8dc9e109141e4d20782798ba1c11551"/><file name="Simple.php" hash="7ceeee3ada64a716478d67db62a2540e"/></dir></dir><file name="Product.php" hash="4f0fa30402938ec191c3d24322addf54"/></dir><dir name="Proxy"><dir name="Product"><file name="Resource.php" hash="e81a8f22e01f047e4482bca2f4bc7f03"/></dir><file name="Product.php" hash="e08ee618b3ca92f4733810f9bcda39cc"/></dir><file name="Uploader.php" hash="0a6c1ea6b64c148392409835eeb6a12b"/></dir><file name="Import.php" hash="27097b420bdcdf443ecf92a1d07ab8da"/><dir name="Mysql4"><dir name="Import"><file name="Data.php" hash="8b4a02156ac1da441b6d58e76aee7f3c"/></dir><file name="Setup.php" hash="59ca27a467c9ed983fe0990e4441a29b"/></dir><dir name="Product"><dir name="Attribute"><dir name="Backend"><file name="Urlkey.php" hash="67392ebe0ac23e06262f05d3152c1628"/></dir></dir></dir><dir name="Resource"><dir name="Helper"><file name="Mysql4.php" hash="c01fb8f465a46ab855272d19584ea266"/></dir><dir name="Import"><file name="Data.php" hash="644a5cc62fc671dfe08850585ec6f7ce"/></dir><file name="Setup.php" hash="1813364c39c78b75f7c998e301a00477"/></dir><dir name="Source"><dir name="Export"><file name="Entity.php" hash="dd4b44bac8e2706b015854a4cba42eeb"/><file name="Format.php" hash="48ce028b2a514299f0864e368c864aed"/></dir><dir name="Import"><file name="Behavior.php" hash="63f92d8f9886dd606e53d8f14656b0c0"/><file name="Entity.php" hash="7459baadd5a891b3dea332e13b68bb5b"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExportController.php" hash="450e8a743d8a3f005a6c41dac35ebe1e"/><file name="ImportController.php" hash="9765df1f9b94caa7a360caeb5378589c"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="fb66c8abf581ffed7ed2449aac0c0116"/><file name="config.xml" hash="67ab4b1b04535e471e1b5e8188f12e50"/></dir><dir name="sql"><dir name="importexport_setup"><file name="install-1.6.0.0.php" hash="27f8fd13fd51d147146dce1bb72edb1d"/><file name="mysql4-install-0.1.0.php" hash="d1f843029a78b8ab268d0808115a09c7"/><file name="mysql4-upgrade-1.6.0.1-1.6.0.2.php" hash="229adc71934a19fa3132313fad87e11b"/></dir></dir></dir><dir name="Index"><dir name="Block"><dir name="Adminhtml"><file name="Notifications.php" hash="9f17296cdfcfd8d4fec98321622e4b12"/><dir name="Process"><dir name="Edit"><file name="Form.php" hash="7861149c36ae0d600913769fc8232843"/><dir name="Tab"><file name="Main.php" hash="c4d25035571e72eb5bcd8f9dd2a07039"/></dir><file name="Tabs.php" hash="d9b854b95b6de929b4e52e9fa3c9a2b9"/></dir><file name="Edit.php" hash="c75a8910bcd1f09ae861cae44612b612"/><dir name="Grid"><file name="Massaction.php" hash="1934b65cfd3ec9f7b5bfc5baece5e18e"/></dir><file name="Grid.php" hash="fb8561d08bb1a4748a04354e36aab6d2"/></dir><file name="Process.php" hash="72668034d1f399533c5f780ac8d801e2"/></dir></dir><file name="Exception.php" hash="e1f19295b2b4a2685de132449c8188e1"/><dir name="Helper"><file name="Data.php" hash="208fe568f5cde428f4ed246a69e57022"/></dir><dir name="Model"><file name="Event.php" hash="bb5401820374960f0482762f8a9d569d"/><dir name="Indexer"><file name="Abstract.php" hash="17235b46414045d1b0d837bfdb8b3a96"/></dir><file name="Indexer.php" hash="18e432050b88ec6e03c1c87528bc561d"/><dir name="Lock"><dir name="Storage"><file name="Db.php" hash="4e195a4af2a3b1bc4264d6f2c0baaa69"/><file name="Interface.php" hash="b109877fcfb4da137a397f4e759d2185"/></dir></dir><file name="Lock.php" hash="5a5eee33d11a141e781450b3b25acbb4"/><dir name="Mysql4"><file name="Abstract.php" hash="81efc84b35a69f5e515f133ecd818748"/><dir name="Event"><file name="Collection.php" hash="38f14d86509905d9bb9369688b31b8f6"/></dir><file name="Event.php" hash="54dd722ec592011fb29db9f8289099e2"/><dir name="Process"><file name="Collection.php" hash="0103d8628ef60bb1ccf87c238e406fb8"/></dir><file name="Process.php" hash="4d13513a8699d0d6f014582d2ba31f3d"/><file name="Setup.php" hash="58430c5065c46864eb1c5434e4ffe560"/></dir><file name="Observer.php" hash="e3fa373b70e9656131c18f315d5f137b"/><file name="Process.php" hash="5066fdf138cf82da60706d71c1104b95"/><dir name="Resource"><file name="Abstract.php" hash="77d6c0809315810156e68187ce93dc11"/><dir name="Event"><file name="Collection.php" hash="1ec0972e0fb7921b32a3728cd0eb9a1f"/></dir><file name="Event.php" hash="4ba2f30ae448f1fa086f4843b5ee85be"/><dir name="Helper"><dir name="Lock"><file name="Interface.php" hash="1948a3a7511cf5db6a062bb268c6a368"/></dir><file name="Mysql4.php" hash="7a4d414410e79bbdf41b86250025cb19"/></dir><dir name="Lock"><file name="Resource.php" hash="9208544e8f339e902f5d66c459ac6eee"/></dir><dir name="Process"><file name="Collection.php" hash="d89e65f66f73b2f98564e4720a9c1d26"/></dir><file name="Process.php" hash="fa083846b9fc4d63bad9c27a6bca4fc2"/><file name="Setup.php" hash="1d6694598125f5cda2d93b480b76f39a"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ProcessController.php" hash="8a6ed8956242bbab1dfd3773a9208182"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="401922ad7464c85b0527a2e70df0f3f1"/><file name="config.xml" hash="69974813e9e2065c7568306faba27383"/></dir><dir name="sql"><dir name="index_setup"><file name="install-1.6.0.0.php" hash="c6aaeeb482ced30c95ae439a543b912d"/><file name="mysql4-install-1.4.0.0.php" hash="d2bf63e9f00c0086c1dd56fe2dd291e6"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="dda70edf3a0580dbdcf1c27a13eca844"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="18cbf579496bc160125a33ef7907ea9d"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="f29a70dc5733730b32f94d3a59bb4776"/></dir></dir></dir><dir name="Install"><dir name="Block"><file name="Abstract.php" hash="545d3aee9cc386abc2e5f93cf6852c94"/><file name="Admin.php" hash="1fa85e4bb75ba2e1a60f02e0bc9a2a65"/><file name="Begin.php" hash="6f2612e1b055a0d4241b2b61895780a2"/><file name="Config.php" hash="dd364bf6b9a92bdab2eef9d07b20f225"/><dir name="Db"><file name="Main.php" hash="c3e8e69f4cc72bb49a1dad91009a0970"/><dir name="Type"><file name="Mysql4.php" hash="73456c66fe1063f258327608f8d32a18"/></dir><file name="Type.php" hash="36d22f1f0d7736e2a2674a1981675e53"/></dir><file name="Download.php" hash="ee829bc75da4318e09e0372c39273e64"/><file name="End.php" hash="be91523bf36aa0bc6970ac5e017c61ee"/><file name="Locale.php" hash="3a90c7dce1f51e7c63d4e9f036e47143"/><file name="State.php" hash="88f73d2a4c25b2ff09cdfd723ca7ddfc"/></dir><dir name="Controller"><file name="Action.php" hash="1f8dcab3a08eeb270ab3c05dcdb774c6"/><dir name="Router"><file name="Install.php" hash="f15361fee313d550c7bac3f93f21eefe"/></dir></dir><dir name="Helper"><file name="Data.php" hash="c573e22536924bea17c028706ec8d809"/></dir><dir name="Model"><file name="Config.php" hash="dd35b4706eac1799e7290413c236a007"/><dir name="Installer"><file name="Abstract.php" hash="81f7879ece9dfa65bbe1a6f09cec98f6"/><file name="Config.php" hash="aabd4bcc52a80096ea3f4134458c95db"/><file name="Console.php" hash="07cce9c725275eaf54f2015543384814"/><file name="Data.php" hash="440e720640b8f9f4876cc1a135a16bea"/><dir name="Db"><file name="Abstract.php" hash="33a50b7da666becfde47e33d32133ff7"/><file name="Mysql4.php" hash="d945f3e3e8fdc5cf42f626ec61e676d3"/></dir><file name="Db.php" hash="92a441df39c3cb2efc21a5ea9e91f39e"/><file name="Env.php" hash="7e70e9ef679b77ac915af54264f054b6"/><file name="Filesystem.php" hash="6b964fe3ee97efc9cd2954a5a8b5ebcc"/><file name="Pear.php" hash="2b8f9d06ae5a82b7189258e773d82e7f"/></dir><file name="Installer.php" hash="f29a8d7c946a5053048948183c45c72b"/><file name="Observer.php" hash="a6dea4d2e54ac4b0b45a457f12aa2cbf"/><file name="Session.php" hash="7b6dbce40e288207e673d626984778e7"/><file name="Wizard.php" hash="2d7f8925b096eedc396ac02481f58fb4"/></dir><dir name="controllers"><file name="IndexController.php" hash="e71f2a8437b1ca4bb02eb7b012bf34d4"/><file name="WizardController.php" hash="f1b392ff08deec8c44e1c7ac8d69d8ca"/></dir><dir name="etc"><file name="config.xml" hash="715322b70da1fe08f702dde946c5b603"/><file name="install.xml" hash="10953d2565d999e134a31a785ce87949"/></dir></dir><dir name="Log"><dir name="Helper"><file name="Data.php" hash="5c5bb739dfa08bd423cd887ef155898e"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Loglevel.php" hash="438e710bf68441c2887edfccac3a4af2"/></dir></dir></dir></dir><file name="Aggregation.php" hash="3e4bed6331a67e166a711b845c9ae0cc"/><file name="Cron.php" hash="59ef1b6d26c14b92172039f5e6726600"/><file name="Customer.php" hash="c6a3ca61f01e94a099db51cbd780ed5d"/><file name="Log.php" hash="7bad1ec4a7888e9910b730d91a950ce8"/><dir name="Mysql4"><file name="Aggregation.php" hash="fe9c9f6fb0d4211de4d0ab7700376160"/><file name="Customer.php" hash="ff1049b36f27f266323fed8371f5b212"/><file name="Log.php" hash="15e5b11071a08cb81022215afe8834c9"/><dir name="Visitor"><file name="Collection.php" hash="52be99f42a86feb12be83d4553d4572f"/><dir name="Online"><file name="Collection.php" hash="e6560de7ee07a95615028e16ec5bfea0"/></dir><file name="Online.php" hash="d1f918f83190986aeb973a1d07d859a8"/></dir><file name="Visitor.php" hash="dca1c4a76bdd7b77c0ce4b1d085110f5"/></dir><dir name="Resource"><file name="Aggregation.php" hash="4317a96fff3d138ebab428ec9ca5e738"/><file name="Customer.php" hash="574a40f5e4d7aaefb2cb7c08e62c938a"/><file name="Log.php" hash="70dc4e1a30d75a4c57fc9e403c463040"/><dir name="Visitor"><file name="Collection.php" hash="72b3b87db71328b31d22adcba5eb413e"/><dir name="Online"><file name="Collection.php" hash="1af9a97f6d18eafe7333c729cb179057"/></dir><file name="Online.php" hash="ad9e17dbf85d1eb36adc0cf2b7881a5e"/></dir><file name="Visitor.php" hash="e80b132d8220b3748b4c6aff5f35fa14"/></dir><dir name="Visitor"><file name="Online.php" hash="18c1562ac462134748225d895bfe1269"/></dir><file name="Visitor.php" hash="239b799477b001bb617b4b371f246ba9"/></dir><dir name="data"><dir name="log_setup"><file name="data-install-1.6.0.0.php" hash="218d7b6402ca85f95707432407c04751"/></dir></dir><dir name="etc"><file name="config.xml" hash="da47680d0e25f16e07f44bd1a7d048b0"/><file name="system.xml" hash="e4ac2c69b0de7df7c0d87ccc4bf353c3"/></dir><dir name="sql"><dir name="log_setup"><file name="install-1.6.0.0.php" hash="d427212691aa07856cbd2c543d0f38c5"/><file name="mysql4-install-0.7.0.php" hash="b151af14547e81c3ac1a0b30d1f15801"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="cca731157706c3432036b4ddfcac3f89"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="d71e1a5855816723e4745b381e423154"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="56056f49587ac22778221843d5d3bd49"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="ff39b6672c2a32d188680b551610f12f"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="f0ad5bb4513c1cb3718489b6790db7f9"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="be89334bc449a716c770bc2196bc52ef"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="a17547a20627b64b3bc7a49937590ef1"/><file name="mysql4-upgrade-1.6.0.0-1.6.1.0.php" hash="1159ce1787857e764c649da877ae4cf0"/><file name="mysql4-upgrade-1.6.1.0-1.6.1.1.php" hash="eb5e24097bf27b8148955ae3f4708e3f"/></dir></dir></dir><dir name="Media"><dir name="Helper"><file name="Data.php" hash="723ae3e1907ba0c7a5626b173b8ae590"/></dir><dir name="Model"><dir name="File"><file name="Image.php" hash="a2a468cce8f11148d7cc16775a94b617"/></dir><dir name="Image"><dir name="Config"><file name="Interface.php" hash="5bc11b3e41a7a82b43415fdc6fdd2dc5"/></dir></dir><file name="Image.php" hash="43eecd8ec4d7e99aced3e1366852d0cb"/></dir><dir name="etc"><file name="config.xml" hash="2037ecf5021e3b26f485c465a7026a6c"/></dir></dir><dir name="Newsletter"><dir name="Block"><file name="Subscribe.php" hash="b4142cd925536ceaa0a86aded0f89cd0"/></dir><dir name="Helper"><file name="Data.php" hash="ed81c72dcfaaf5d0af94858a2e12de49"/></dir><dir name="Model"><file name="Message.php" hash="1489ca736955570c52d14c79e1175678"/><dir name="Mysql4"><dir name="Problem"><file name="Collection.php" hash="c885d3c60f30f105978cb1e1b35a5b91"/></dir><file name="Problem.php" hash="5a609eace5b7e9b2543f112d186f5cf0"/><dir name="Queue"><file name="Collection.php" hash="f967eb374ed9915cc446fca2ade5230b"/></dir><file name="Queue.php" hash="3a12181ffc87205351b960380b0130f6"/><dir name="Subscriber"><file name="Collection.php" hash="f8002b1224145889ae6571899641da1b"/></dir><file name="Subscriber.php" hash="30f4073723c92386432d626814673c58"/><dir name="Template"><file name="Collection.php" hash="8c75414bd4d9359d8657aea2dc10d672"/></dir><file name="Template.php" hash="180561f428061c43338dea169c583e7e"/></dir><file name="Observer.php" hash="5b28718beb46af7c11515484f9f03a2a"/><file name="Problem.php" hash="f323095445039ce22d20136d1eda7ef1"/><file name="Queue.php" hash="64370b3a0126430631f205340c87c465"/><dir name="Resource"><dir name="Problem"><file name="Collection.php" hash="ed19d54095d0502940e4322b3f2ed562"/></dir><file name="Problem.php" hash="2208a91b3bbf008988f93bab13d9839f"/><dir name="Queue"><file name="Collection.php" hash="68bf42f79a46b0ed259c3f1b7fb98add"/></dir><file name="Queue.php" hash="246e34907c41f06df8951b3ac5e3532d"/><dir name="Subscriber"><file name="Collection.php" hash="b2fcaab2ae9f606ade381b6acaeecc03"/></dir><file name="Subscriber.php" hash="9a43cd217db3e776c46c27d62fe7ec1a"/><dir name="Template"><file name="Collection.php" hash="552b03b3ab270ba9315aa4a215735530"/></dir><file name="Template.php" hash="4312dd3589a78ba1f003e77ee7f90c67"/></dir><file name="Session.php" hash="634c348f457ea5a8d0e4af5deb29f33a"/><file name="Subscriber.php" hash="fee070ec6f69c91064714cab468433f2"/><dir name="Template"><file name="Filter.php" hash="3d58b5feb434827c37dae17c5dd2083d"/></dir><file name="Template.php" hash="2c50e0d29cad3a6403c3ce2d46fbdda6"/></dir><dir name="controllers"><file name="ManageController.php" hash="9e6528044f83532125299878ae176ab6"/><file name="SubscriberController.php" hash="99d921286742857e0d18014bee55e013"/></dir><dir name="data"><dir name="newsletter_setup"><file name="data-upgrade-1.6.0.0-1.6.0.1.php" hash="5e34ea9eb5c9b3122f9dcb1fbe8235c5"/><file name="data-upgrade-1.6.0.1-1.6.0.2.php" hash="c850424ad4047af3758f54c21efd23d9"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="563ca128d87ecfcd0e972236dd075d21"/><file name="config.xml" hash="20ad796d94fac7967e2f0e1cdef383a6"/><file name="system.xml" hash="05ada37909394fea9e0a16a1f1506a6a"/></dir><dir name="sql"><dir name="newsletter_setup"><file name="install-1.6.0.0.php" hash="54027cfe9e07650035beb867baecf659"/><file name="mysql4-install-0.7.0.php" hash="6d876ab75906d4a23128d3af2efffe4c"/><file name="mysql4-install-0.8.0.php" hash="94f3a5c8f47afada27eb7170730bd488"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="78bf7d2543d7dc789800b797bbc37343"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="b4ba75abaf04c02e5888b5fb3d53742a"/><file name="mysql4-upgrade-0.8.1-0.8.2.php" hash="2648ceb4d652990eb4ba61598c7d4a91"/><file name="mysql4-upgrade-0.8.2-0.8.3.php" hash="aeeea159ea778877e380fbd6a3f1bc96"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="9994f965b943ba99deef601f3db5bbb7"/></dir></dir></dir><dir name="Oauth"><dir name="Block"><dir name="Adminhtml"><dir name="Oauth"><dir name="Admin"><dir name="Token"><file name="Grid.php" hash="58359341de57da6877f16e464da1ac6a"/></dir><file name="Token.php" hash="1e013c0a8d2308f974c07ee8c76c3868"/></dir><dir name="Authorize"><file name="Button.php" hash="be2efc6301fade92b9fe8a0b6fa9c5fe"/></dir><file name="Authorize.php" hash="a2fa7a88323ddf36f4d955df6c304618"/><dir name="AuthorizedTokens"><file name="Grid.php" hash="406497df39900b170f684453b1200bcb"/></dir><file name="AuthorizedTokens.php" hash="6e154c2162af18af580b685288baf366"/><dir name="Consumer"><dir name="Edit"><file name="Form.php" hash="ba64ed1cc9e8488d2dc4fab9853832ad"/></dir><file name="Edit.php" hash="66f08e25f1efa1fef3040af110957eaa"/><file name="Grid.php" hash="013987d192c2a8891e15c6e52d7210cc"/></dir><file name="Consumer.php" hash="beb275526f84e3a38b9cccca28def489"/></dir></dir><dir name="Authorize"><file name="Abstract.php" hash="0a0e6b31948f9be5e1c21411c3e328b1"/><file name="Button.php" hash="cfe16cee07958109d7e0f25a33f818e2"/><file name="ButtonBaseAbstract.php" hash="73c129f1dfa7ffb509091dcbb9b0d22e"/></dir><file name="Authorize.php" hash="01ff5f15627ab91ee82fd1edf27194cf"/><file name="AuthorizeBaseAbstract.php" hash="2cbbd583ad0d06cb8afc067821e96e36"/><dir name="Customer"><dir name="Token"><file name="List.php" hash="96fd8f576273b3a2be016b7819948054"/></dir></dir></dir><file name="Exception.php" hash="18a7e7e5391805c8073624273abba622"/><dir name="Helper"><file name="Data.php" hash="ea6fb683d7633434c7153f66fe9d8e35"/></dir><dir name="Model"><dir name="Consumer"><dir name="Validator"><file name="KeyLength.php" hash="3565aa243e0d1ad15800ddb95cf421f7"/></dir></dir><file name="Consumer.php" hash="787844ad7e91b5b2c5cf2539f15ff054"/><file name="Nonce.php" hash="6f3cb47393824dbaa0747540d740ea68"/><file name="Observer.php" hash="25cb917246c437a0a5b835871d4729b3"/><dir name="Resource"><dir name="Consumer"><file name="Collection.php" hash="fe1430996d1ee70a69d2f98540207a4e"/></dir><file name="Consumer.php" hash="41926a0152326efa061981cad656d6b0"/><dir name="Nonce"><file name="Collection.php" hash="be9a4ce14a62316dc32ec75023f08ec9"/></dir><file name="Nonce.php" hash="0ed4b7f1bf1de52a94285425d9b86dd3"/><file name="Setup.php" hash="c9a4aab53dd5abfc21cb18cb88abad31"/><dir name="Token"><file name="Collection.php" hash="8a9730489e6da959ad589e58ac4fb1cb"/></dir><file name="Token.php" hash="8907ac5a8c3598531e664dbf8f327cd2"/></dir><file name="Server.php" hash="6cc4a095beb761d9b6c3a1ae360cea17"/><file name="Token.php" hash="ab2256b742948baddc5c07aed76fb414"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Oauth"><dir name="Admin"><file name="TokenController.php" hash="89bf918108c823519a39babac425a39c"/></dir><file name="AuthorizeController.php" hash="d362dca05a9e6388380c0928576f9b03"/><file name="AuthorizedTokensController.php" hash="40dab11548d027a3f8a7a9f4a45233ec"/><file name="ConsumerController.php" hash="701339e73f8c7fe2d1d6ce3d1ea87f9a"/></dir></dir><file name="AuthorizeController.php" hash="a078c21f6c8c7a1782529e5cd4816736"/><dir name="Customer"><file name="TokenController.php" hash="b1dd19367a311e157b7bfd173fec6356"/></dir><file name="InitiateController.php" hash="735b0ec5726142521019cc594d92fbca"/><file name="TokenController.php" hash="6daa803cd6946322dfeaecaa108b54b6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="d3577d8c29771c44d20682ec4c9fab99"/><file name="config.xml" hash="d72e366a510948e8675170bca9f595b1"/><file name="system.xml" hash="3736e12df38c02c4548e6401f1daed5a"/></dir><dir name="sql"><dir name="oauth_setup"><file name="install-1.0.0.0.php" hash="f93c7ea36678f528553cf5016e1b3e5b"/></dir></dir></dir><dir name="Page"><dir name="Block"><dir name="Html"><file name="Breadcrumbs.php" hash="c92205314f8c95560c4182e309bc7174"/><file name="CookieNotice.php" hash="4cfacb927ee39bf896f885db6d6315a4"/><file name="Footer.php" hash="e239d4ab4892ac26df07e56f98676b30"/><file name="Head.php" hash="eef10c8ebf63739d7a5865395d94177f"/><file name="Header.php" hash="02eb59a0a33b81a36b734903a4617fed"/><file name="Notices.php" hash="1b843c724c9b3b5ee47a5cabac5029cf"/><file name="Pager.php" hash="e95d378654292489a31cfbc9ad016abb"/><file name="Toplinks.php" hash="5fa8612403f2993e0d083f0a27890ed1"/><dir name="Topmenu"><file name="Renderer.php" hash="50ac3789f7d250873dc29b321ca35adb"/></dir><file name="Topmenu.php" hash="68d407803a44b6249fee618a0fb77f63"/><file name="Welcome.php" hash="038fcc5e216b65b69a91b0d61c9e4831"/><file name="Wrapper.php" hash="426c7788f8193299e37c81d2a9a57f4d"/></dir><file name="Html.php" hash="8393707d7a17dca915f90a2ee6ace8b4"/><dir name="Js"><file name="Cookie.php" hash="a87a7e7c2f83d6227bedf8ddc8a8bbb3"/><file name="Translate.php" hash="7e826fefb2f5048923b1d97d5c4f4c85"/></dir><file name="Redirect.php" hash="7f95e0613fb48a5df60e77bd54062d91"/><file name="Switch.php" hash="feb360288834ddfef0dc13d10ea582e0"/><dir name="Template"><file name="Container.php" hash="f8e8f4a08a30545160833820bded5d8c"/><dir name="Links"><file name="Block.php" hash="761c4b04cfd81e8933a7234475353ba3"/></dir><file name="Links.php" hash="d295f2074338d5a95c73c0b65f275b85"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b6600a4eea1373c8d73783d1cfe9da34"/><file name="Html.php" hash="7dd89d080f353cabe458e395a64442cf"/><file name="Layout.php" hash="f165cd62d8504904b6865ff33753f75a"/></dir><dir name="Model"><file name="Config.php" hash="1d46adea7d3495277e7f668922e4733a"/><dir name="Source"><file name="Layout.php" hash="160cf7fc75345eb12ed598664244ffb4"/></dir></dir><dir name="etc"><file name="config.xml" hash="43c0f1a476adfc5c6735ceda9bdfd37e"/><file name="system.xml" hash="ed3f9ac1a778eb2e2c79edd351dd11f9"/></dir></dir><dir name="PageCache"><dir name="Block"><dir name="Adminhtml"><dir name="Cache"><file name="Additional.php" hash="3e3777fbe644163db08798941a4faca7"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="16f3aeba370d818e6add123d01f68e76"/></dir><dir name="Model"><dir name="Control"><file name="Interface.php" hash="5d4ec728179cb4929c295b8f0a5b1635"/><file name="Zend.php" hash="520f0627152c43e1af8a398f309e21ea"/></dir><file name="Observer.php" hash="5c2a19ef6d79c25a75d8c5b09120035d"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Controls.php" hash="f83f967e1ecc070de58a3a65e2af3cc1"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="PageCacheController.php" hash="fcacb31dd43eb1477ff1c13178e1de47"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="b600ce2dcaa6f793be8869cdabf5fe0b"/><file name="config.xml" hash="3dd37ab5479810955312f43564db00eb"/><file name="system.xml" hash="08224d6d7b3b068b1cb2a401e1ee45d5"/></dir></dir><dir name="Paygate"><dir name="Block"><dir name="Authorizenet"><dir name="Form"><file name="Cc.php" hash="2895b2319970738e667d9afc6da5e288"/></dir><dir name="Info"><file name="Cc.php" hash="301ecd276befb9d2ff9a451e2c9a3e66"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="c39971e7ae40d7909f4615e396af5880"/></dir><dir name="Model"><dir name="Authorizenet"><file name="Cards.php" hash="ec547fc0f32816806ccf741073713c88"/><file name="Debug.php" hash="7225ccf5dbff77f24cfd280ac6928b18"/><file name="Request.php" hash="6c3fed1b8bcd2837a49dbfbfc48498ef"/><file name="Result.php" hash="dab516a3e88880d8341470855eba0e9c"/><dir name="Source"><file name="Cctype.php" hash="46ba53f7c65dcf67e4b376fb53d320b8"/><file name="PaymentAction.php" hash="fdd7289f62b6e99038d35de042265630"/></dir></dir><file name="Authorizenet.php" hash="eb9423794ee443593ec6366d1ffe3f5c"/><dir name="Mysql4"><dir name="Authorizenet"><dir name="Debug"><file name="Collection.php" hash="d66706f5c8f4ea4969423e4e708092b6"/></dir><file name="Debug.php" hash="7f59ffe584c780ef437c66af6b96a045"/></dir></dir><dir name="Resource"><dir name="Authorizenet"><dir name="Debug"><file name="Collection.php" hash="1e1240dc03b53f7da4cf2cbfc99653a5"/></dir><file name="Debug.php" hash="c8d11cac7483adc00c93079a9f484eb8"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Paygate"><dir name="Authorizenet"><file name="PaymentController.php" hash="8c211406a75424ad39e4ac7511d156eb"/></dir></dir></dir><dir name="Authorizenet"><file name="PaymentController.php" hash="cbdedfea3fe3c7ca6d4845aa4685e06f"/></dir></dir><dir name="etc"><file name="config.xml" hash="8b5facff5d88087c59325a426c1501bb"/><file name="system.xml" hash="95f0cb4132ba79c85d84a8cfce99c712"/></dir><dir name="sql"><dir name="paygate_setup"><file name="install-1.6.0.0.php" hash="de7d3a1565b5bc7842fbe414a60be276"/><file name="mysql4-data-upgrade-0.7.0-0.7.1.php" hash="27f7b00e9cf64a83f29106be64f531f9"/><file name="mysql4-install-0.7.0.php" hash="8c5c921c7235ae909360ddb4d931a04a"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="5db46384790e2f414d9d9431fc661c8a"/></dir></dir></dir><dir name="Payment"><dir name="Block"><dir name="Catalog"><dir name="Product"><dir name="View"><file name="Profile.php" hash="d4f77ea022c22af8f3bbc58d7059e9ae"/></dir></dir></dir><dir name="Form"><file name="Banktransfer.php" hash="96e488298e56bcb681b505665a800206"/><file name="Cashondelivery.php" hash="cc71a3389fa94f4af3eb5635c75ccf1a"/><file name="Cc.php" hash="96f9a878d9774bce3b1e12010f082bcc"/><file name="Ccsave.php" hash="5e6e8daf4a498cfc0179d8bbecaa61c3"/><file name="Checkmo.php" hash="70d1845f7db7c812ef8f0d8f5e54b24e"/><file name="Container.php" hash="71e5f16a7ab953d2e517ca55b8f99434"/><file name="Purchaseorder.php" hash="ca11d5c48da12e76dc5842d9b0d44db4"/></dir><file name="Form.php" hash="7020d888b733e6a264d25f46a0015a41"/><dir name="Info"><file name="Banktransfer.php" hash="61a20712659eeb0054b424c44bc51ad8"/><file name="Cc.php" hash="137583e7739f62c4e2f570a3f9081a10"/><file name="Ccsave.php" hash="c8f8a88cb3a9615e4dd4f4cf78a86501"/><file name="Checkmo.php" hash="89e9a24c1e3c140795be3d32904db68a"/><file name="Container.php" hash="2721357d17f091eaeff2c80f095bc90d"/><file name="Purchaseorder.php" hash="83d989b30df59ee4c7307dceb739c713"/></dir><file name="Info.php" hash="646fdd8506ed6d09b275e3886c756278"/></dir><file name="Exception.php" hash="4cc6ab85f0778368f0eb39e2539a553b"/><dir name="Helper"><file name="Data.php" hash="bbd57ee0e70fbb754fd50ce15db40754"/></dir><dir name="Model"><dir name="Billing"><dir name="Agreement"><file name="MethodInterface.php" hash="397347e41a9ddba64085d5d775bfcdfd"/></dir><file name="AgreementAbstract.php" hash="6a747b6b1afdf82857430ac0c3cedfa8"/></dir><file name="Config.php" hash="16a0645f985d56a84f1b88de13c91f30"/><dir name="Info"><file name="Exception.php" hash="a0a14b39a0116c5eeb0fa0a2127a8b05"/></dir><file name="Info.php" hash="20a034e4865f8dd644a4f57c3f2da3a6"/><dir name="Method"><file name="Abstract.php" hash="a11d7a3661774be12bc88e519e63cb4e"/><file name="Banktransfer.php" hash="c1f4f380de30b1ef7aeade6c80b92b86"/><file name="Cashondelivery.php" hash="bf1df0bd580e6ae677407eb9f6f04094"/><file name="Cc.php" hash="40c7c4a3494fd4037eda3bb6a0c71ae6"/><file name="Ccsave.php" hash="a7b33a59b0f27f352957dc2cb3c2d58c"/><file name="Checkmo.php" hash="b287671a4294355a1c0f72fc7bf8f7c2"/><file name="Free.php" hash="8ffa55235dd9fd8e8a7dcfb1b778fdc4"/><file name="Purchaseorder.php" hash="1c455316ac9570fdebce43ff8ec897f6"/></dir><file name="Observer.php" hash="f0a18d39957401c7c475c765392e4780"/><dir name="Paygate"><file name="Request.php" hash="76c9029094e3b58788c3cb55e0450145"/><file name="Result.php" hash="86a6e127cb4dab852e67e7b87adbb787"/></dir><dir name="Recurring"><dir name="Profile"><file name="MethodInterface.php" hash="248b26d9e70af0ee456ec1aa561f4351"/></dir><file name="Profile.php" hash="8419896316938276d02a2743afba6d52"/></dir><dir name="Source"><file name="Cctype.php" hash="c0b08646a5b92460be0f2b08d00cc1b9"/><file name="Invoice.php" hash="98770bd79a045bb2eb922d6547b50dd8"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="13565ba2287d2e52f7ab1edac90350d0"/><file name="config.xml" hash="3d18e15c8f95b5e95b0268eb45922151"/><file name="system.xml" hash="83ecaa336bb071e06755a5351e94d804"/></dir></dir><dir name="Paypal"><dir name="Block"><dir name="Adminhtml"><dir name="Settlement"><dir name="Details"><file name="Form.php" hash="cb4fbdb42a7bc02b60f491c938324f9b"/></dir><file name="Details.php" hash="f8e8cbb3faaf3ee4b5756dfe60fcf8dd"/><dir name="Report"><file name="Grid.php" hash="741f42285f6f33a704606d0a4fe073e8"/></dir><file name="Report.php" hash="2889342c6304c0c2b0b0febe20123f45"/></dir><dir name="System"><dir name="Config"><file name="ApiWizard.php" hash="f32424bdfba05f95031e1a6c26422d65"/><file name="BmlApiWizard.php" hash="c5c64197283cb705f0d1f033c6fd7d5d"/><dir name="Field"><file name="Country.php" hash="f790734968e0337c407445dfacca1ce7"/><file name="Hidden.php" hash="461ed62155fd6bdf7ed0b59dec0d106a"/><file name="SolutionType.php" hash="9fb111b492ba47f44144d2687fb0cb40"/></dir><dir name="Fieldset"><file name="Deprecated.php" hash="1490fd00835dd0acdd38b4d59f2bf2bd"/><file name="Expanded.php" hash="ca208fd422cb24b0163911e07c71d1f6"/><file name="Global.php" hash="7926220fc2d1564a5c5aac362965ca75"/><file name="Group.php" hash="ee6dded78a1b56b313e6d4b865a25835"/><file name="Hint.php" hash="e22ef11190f4e5f7d76ecef7bfce0243"/><file name="Location.php" hash="e256cbef3b3fab60169e279e0846e34a"/><file name="PathDependent.php" hash="ec17fa76cadda7221c3af0182fda7b1f"/><file name="Payment.php" hash="f1ff188a4b051daec6d6adba1f6effcc"/><file name="Store.php" hash="37f04dd43325148bc8f703272e9ddc1f"/></dir><dir name="Payflowlink"><file name="Advanced.php" hash="14f826f6c9f2c18f4fb897ce2d12c747"/><file name="Info.php" hash="72b0964ec1c4e743b56a229e1fd70a73"/></dir></dir></dir></dir><dir name="Bml"><file name="Banners.php" hash="bb136122aeabd3a62ed4554d724ef34c"/><file name="Form.php" hash="68f759108c4855ba26e8b3ebddfbb59a"/></dir><dir name="Express"><file name="Form.php" hash="997dcb2278e780602906b7fd7eed56b3"/><dir name="Review"><file name="Billing.php" hash="c8c1f85ba76806e32fff5371667cc825"/><file name="Details.php" hash="a807d26c575b841e79a769bc40aeffb7"/><file name="Shipping.php" hash="1c8972a25b0673aa8aef3cb0107a02af"/></dir><file name="Review.php" hash="4b2edf5471ab1053e3a57b011a6446b0"/><file name="Shortcut.php" hash="72d079a13367c286697ed8f4de1f163a"/></dir><dir name="Hosted"><dir name="Pro"><file name="Form.php" hash="f74905adb7204c7e7729ec7c9a197b67"/><file name="Iframe.php" hash="c3e4d8ca016338fdd286f404776338f1"/><file name="Info.php" hash="3a3b8925e0f7e227de22cb9cd07b5089"/></dir></dir><file name="Iframe.php" hash="46e154ef444310411cde77d1aa4d073b"/><file name="Logo.php" hash="3f4c0d441e890862bc94de46c234a8cb"/><dir name="Payflow"><dir name="Advanced"><file name="Form.php" hash="d5c26641933bb05a4d569c236f7f0fc9"/><file name="Iframe.php" hash="a67a7571526d1a72f159796fdedb6bfc"/><file name="Info.php" hash="df5405653df7233ec3109cbb07d8f63a"/><file name="Review.php" hash="72d4850b6c55582b23cd601604926e32"/></dir><dir name="Link"><file name="Form.php" hash="1db34b9e40366a017678297f35f03ded"/><file name="Iframe.php" hash="8b6f79bb95bb348ca7cef6c1145a3215"/><file name="Info.php" hash="3c8b5648636c083937f493290ece23ba"/><file name="Review.php" hash="14b1ebb2eb4ef9d61d8c30a6f09bc186"/></dir></dir><dir name="Payment"><file name="Info.php" hash="d5cdfb665b6699850c464080244174c9"/></dir><dir name="Standard"><file name="Form.php" hash="5dc0ae2754570af5a633963f5e1815b0"/><file name="Redirect.php" hash="0d58f305a8501fca832024b2eb398bab"/></dir></dir><dir name="Controller"><dir name="Express"><file name="Abstract.php" hash="dbeb4902764b7905a6762589087a169c"/></dir></dir><file name="Exception.php" hash="29fb176e80dc9fdf0dc916a699477524"/><dir name="Helper"><file name="Checkout.php" hash="bd8913b89fcef6b96af51c38d0c87f75"/><file name="Data.php" hash="99ac0db41b2fe787c6c50473b54d57f7"/><file name="Hss.php" hash="e6b34f21723d0687415cf5da4ecf22bb"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="5eddd701e007da111744223362037808"/><file name="Nvp.php" hash="f3ac546457ee1a9ea6b786ee64ba3f74"/><file name="ProcessableException.php" hash="8a16dc1dc5148dbff52d8c9945f95fae"/><file name="Standard.php" hash="857e54a861f8a13cb9cddba1d9510b92"/></dir><file name="Bml.php" hash="92de9ec20fc50f0c5cea6f2f847da826"/><file name="Cart.php" hash="e7d6e387777312dd1306efb6e410f7db"/><file name="Cert.php" hash="9983bbf3539041c03d768cdd14e4b7ff"/><file name="Config.php" hash="dafb4118d18044e49fc852b2b637a3e7"/><file name="Direct.php" hash="f6ff9c1f627b0f7d692cc876d9d85ce6"/><dir name="Express"><file name="Checkout.php" hash="9ec1177ffedbaac0db0bc0f40b73e4a7"/></dir><file name="Express.php" hash="36bc7fea104dbe009c8dc66aa8beaed7"/><dir name="Hostedpro"><file name="Request.php" hash="0ba23512282ef0b79889aa8a7276c117"/></dir><file name="Hostedpro.php" hash="628c6b0d218a54ee3d71e8b0caab13b9"/><file name="Info.php" hash="17c64de93589f176c4d15537bbcc5ee4"/><file name="Ipn.php" hash="5f6eda02a02f5df2a1f3361218fa5a1a"/><dir name="Method"><file name="Agreement.php" hash="4d58de011031879ab2cba4f5c559fcd3"/></dir><dir name="Mysql4"><file name="Cert.php" hash="42f3a274a7f4246cdb9c3e8c47d4c74a"/><dir name="Report"><dir name="Settlement"><dir name="Row"><file name="Collection.php" hash="17c5bfb6308c86d2c1e2e9caa9b3d8fd"/></dir><file name="Row.php" hash="733172e2a2e12e2751a7af61a67d0893"/></dir><file name="Settlement.php" hash="80720af091db0e8cf41ffb32abcf3f13"/></dir><file name="Setup.php" hash="95cc7c744da1e6ceb22ef03b67af06f6"/></dir><file name="Observer.php" hash="76f44b13316cc5bafcbfbca33264a034"/><dir name="Payflow"><file name="Request.php" hash="bcb53dc4cfb431bf92189aaa2ed1bc3b"/></dir><file name="Payflowadvanced.php" hash="0b4a7cc0327611411b98437776ad7ab6"/><file name="Payflowlink.php" hash="4a4522b1bc34885bdb933bbd7ab9f50b"/><file name="Payflowpro.php" hash="2653b5d39e28d87b076a66e814faeec7"/><dir name="Payment"><file name="Transaction.php" hash="2b326a7d9aa13516df799b2ae67ff85d"/></dir><file name="Pro.php" hash="3514cfb19629e8c678cfc3ff0856bfb4"/><dir name="Report"><dir name="Settlement"><file name="Row.php" hash="9d7c717e718d8b06289e8619d818976e"/></dir><file name="Settlement.php" hash="71fec7bf195994e09c518d0b0cf305e0"/></dir><dir name="Resource"><file name="Cert.php" hash="46445a7ab3d8a58d2ebb0735f56f77dd"/><dir name="Payment"><dir name="Transaction"><file name="Collection.php" hash="5b7b63ac1a3b0915079178766629dc04"/></dir><file name="Transaction.php" hash="0283ff5f8025ff0548f1cd78fa6a8c3f"/></dir><dir name="Report"><dir name="Settlement"><dir name="Row"><file name="Collection.php" hash="0889ff9768f6246e8299c4f0692510bb"/></dir><file name="Row.php" hash="343d39ada8a6b5d0b06dc9bd37146a32"/></dir><file name="Settlement.php" hash="53063bed8256ed512508746e73a33a01"/></dir><file name="Setup.php" hash="519154f5c8cb55d51f6a050a191ba6f7"/></dir><file name="Session.php" hash="4f0ab4b0c3f116eecedef203f77ade34"/><file name="Standard.php" hash="b6bfd91569ba7dd2b41470a533d6842e"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Cert.php" hash="9a52b494077c7cc3f86137b95b0c64b0"/><file name="Cron.php" hash="ee3d78d0107af1506fd5e367c77d725e"/><file name="MerchantCountry.php" hash="d9740952b9adb2ed55f1fba737796756"/></dir><dir name="Source"><file name="AuthorizationAmounts.php" hash="3ad969f3f3b6d7ab2ec0ec9e095da7f7"/><file name="BmlPosition.php" hash="78507336db04c809b731b492a590b2ce"/><file name="BmlSize.php" hash="0fb1616643677a5653d08ddf85a84adf"/><file name="BuyerCountry.php" hash="0d7490f37b7f210b3ab9ddf554af28d6"/><file name="FetchingSchedule.php" hash="944c66aed6451ff4166d07a123864233"/><file name="Logo.php" hash="f6f09556a8960f3d72f28e623a84a2d1"/><file name="MerchantCountry.php" hash="f96ad7f4a55e58193387f56df8b08091"/><dir name="PaymentActions"><file name="Express.php" hash="4a783eac2022684b14e6d3349be16416"/></dir><file name="PaymentActions.php" hash="cc3e3109809102e307c9709a6aeea57a"/><file name="RequireBillingAddress.php" hash="addedf16e51df0630baf3d07d0f7fb94"/><file name="UrlMethod.php" hash="ed7d0dad869a990ac2250a84a6e5d872"/><file name="YesnoShortcut.php" hash="15f9f2c76fbe390a3a3d3c9e6eba5ad5"/></dir></dir></dir></dir><file name="UnavailableException.php" hash="83bfac0bc39a79e69bf479626646a295"/><dir name="controllers"><dir name="Adminhtml"><dir name="Paypal"><file name="ReportsController.php" hash="77b73ab98e242b2e15dacbbc8ab1e9d4"/></dir></dir><file name="BmlController.php" hash="7970135c5f16526ba709f8e03422e4b9"/><file name="ExpressController.php" hash="e915385a0b6fe1c9a7005c7853e5abec"/><file name="HostedproController.php" hash="cca007ce86c1a353f3c3a9e8777a9035"/><file name="IpnController.php" hash="48e057136a1fd15a0a57bc28883529f3"/><file name="PayflowController.php" hash="2ca92deea738cf0479ee14e43bfb3c86"/><file name="PayflowadvancedController.php" hash="aafcdb3c035468f153c6b8d72699a2db"/><file name="StandardController.php" hash="188b5bc423eddfc593e0277c40afded1"/></dir><dir name="data"><dir name="paypal_setup"><file name="data-install-1.6.0.5.php" hash="80a6277fc286982c03e3e03df746ad3b"/><file name="data-upgrade-1.6.0.2-1.6.0.3.php" hash="198c7d567bcd74c4652e47cfe5940fdf"/><file name="data-upgrade-1.6.0.4-1.6.0.5.php" hash="ea5de666cb1f484f83f6978a896634e1"/><file name="data-upgrade-1.6.0.5-1.6.0.6.php" hash="22b0a3eea54292e054d5d3f58211703a"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="f066a5fcd1035d67c1add4160e0c30af"/><file name="config.xml" hash="04c60960815af5ba3447661a691ecebe"/><file name="system.xml" hash="e5879b79b4abceeb5b5968345c30dfb0"/></dir><dir name="sql"><dir name="paypal_setup"><file name="install-1.6.0.0.php" hash="5aab34a77a51ad23d6370ace39e90ede"/><file name="mysql4-install-0.7.0.php" hash="07b8523f8b9b1147db02ea1bfc1bea05"/><file name="mysql4-install-1.4.0.0.php" hash="4da487c9d1e3af37926f5b6e72c41981"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="069b2508b8cfc634587d019dda0e90da"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="b159e3a62f978ac9eb4c321b89f8eb39"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="bf61e59c579c4b080276aaf6f27c48ec"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="4c0d32e585ccb1c3f98bc00620f53419"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="9b8878fc12a0aa8d621eeb818f747be9"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="60e397c77c9a1933aec08a8a46fbfac5"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="309043d8878a76d283660c34b667f096"/><file name="upgrade-1.6.0.3-1.6.0.4.php" hash="8ce4f91bd3ddfa83c495f6f89f3c8a1f"/></dir></dir></dir><dir name="PaypalUk"><dir name="Block"><dir name="Bml"><file name="Form.php" hash="aa7f730c42a791c5d1ff0d19c3ad7fc5"/></dir><dir name="Express"><file name="Form.php" hash="ae23bc95f0d4ca97cfcd3a4184efe85f"/><file name="Shortcut.php" hash="5c5bc0017b85e05503d8424561843565"/></dir></dir><dir name="Helper"><file name="Data.php" hash="7dc758abf9b37bc572ebf1945f013061"/></dir><dir name="Model"><dir name="Api"><dir name="Express"><file name="Nvp.php" hash="2c8c4eb5df7823f8be84984584bc5782"/></dir><file name="Nvp.php" hash="baae05021f32a8ae980649ddc292dbd8"/></dir><file name="Bml.php" hash="c724d7d0787b589bf84a9d3c7f3b486a"/><file name="Direct.php" hash="163fe941531a280057feb873c3d2b011"/><dir name="Express"><file name="Checkout.php" hash="0aad08fc30823d7f9582773437e857fc"/><file name="Pro.php" hash="fda95f10e8141047188d97f78c727ced"/></dir><file name="Express.php" hash="5fbd26cbabea4a4f8f3614c039aff61d"/><file name="Pro.php" hash="9b1b1e1a2345fd27bd0f674ad64491db"/><file name="Session.php" hash="6946cc189d6b18fd980fe79f2e152b1b"/></dir><dir name="controllers"><file name="BmlController.php" hash="97d2616ece430b8a6dd5b188e01c037c"/><file name="ExpressController.php" hash="53b5db3844b8025afbccfca9065fb154"/></dir><dir name="etc"><file name="config.xml" hash="694bac79fa33ca10d7c7ea576e548d67"/></dir><dir name="sql"><dir name="paypaluk_setup"><file name="install-1.6.0.0.php" hash="5709408d3fcaa73d2767f2a93cfbbb4e"/><file name="mysql4-install-0.7.0.php" hash="09a3f0fb731e51cca1a3f5b7007fb70b"/></dir></dir></dir><dir name="Persistent"><dir name="Block"><dir name="Form"><file name="Remember.php" hash="9e215555bd0c8238519d8335f7da98a2"/></dir><dir name="Header"><file name="Additional.php" hash="7ae1fa0418437a99f1e8cd849807c575"/></dir></dir><dir name="Helper"><file name="Data.php" hash="900672eed0e118901a11646f127c571c"/><file name="Session.php" hash="265e2fbcce6fce26cc3ba7fcc6a5e33f"/></dir><dir name="Model"><dir name="Observer"><file name="Session.php" hash="81bd5a09f4b53c28f71d456289b6cce7"/></dir><file name="Observer.php" hash="7501c651e1596cfdd0f49d0aae3b8280"/><dir name="Persistent"><file name="Config.php" hash="0b6850cbf022a76b8bdffe647af2efd6"/></dir><dir name="Resource"><file name="Session.php" hash="416713a0096c98ff3e0d62bbeb88ea2d"/></dir><file name="Session.php" hash="7d9e36e067d20fb095fc0076ca9bb270"/></dir><dir name="controllers"><file name="IndexController.php" hash="d5d6cba7c37d6e928ca796b2b1bbb9e5"/></dir><dir name="etc"><file name="adminhtml.xml" hash="1394708fdc3fdd96c2b9265ab4be2480"/><file name="config.xml" hash="b37925c33c4f918e9faec392afc25472"/><file name="persistent.xml" hash="c5d4f50fbfaddfaa7f1f8a7615472284"/><file name="system.xml" hash="d75d93f142387654f5a67b50fb81b085"/></dir><dir name="sql"><dir name="persistent_setup"><file name="install-1.0.0.0.php" hash="880cff7e4a71e0d1e3e34b72afb6aaa0"/></dir></dir></dir><dir name="Poll"><dir name="Block"><file name="ActivePoll.php" hash="e5ba156925c639bbc9ddfc36a073dcd9"/><file name="Poll.php" hash="1b50fa6521d460c8c25f602ac9b609b6"/></dir><dir name="Helper"><file name="Data.php" hash="58487bd4441080533ab2a2abc3826843"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Poll"><dir name="Answer"><file name="Collection.php" hash="d7293bf7cc210e439923d1e79de4931b"/></dir><file name="Answer.php" hash="0255aa278eefa20e06156208cebf3d22"/><file name="Collection.php" hash="d8f0af14b5dd43d55f917a9e1f8a9091"/><file name="Vote.php" hash="b3530fae4cbcca5fa51ab3bba431b632"/></dir><file name="Poll.php" hash="30887f6c97be68cb317e4427c105ac90"/></dir><dir name="Poll"><file name="Answer.php" hash="11e4fc5659f42815fafa0b7b52798b87"/><file name="Vote.php" hash="cf0b4ca7be19923ed2fc862adb12d7ab"/></dir><file name="Poll.php" hash="357fae42b2153b48f1b4e1a7f1a30f10"/><dir name="Resource"><dir name="Poll"><dir name="Answer"><file name="Collection.php" hash="b23303c6b6fdf0f42bcab2a57a58369d"/></dir><file name="Answer.php" hash="cabe728a0f9b139734c9dd04fe10a47e"/><file name="Collection.php" hash="7d928e7533a1fc68d119c79dff35731b"/><file name="Vote.php" hash="04d0d99d879449a8456008469d97c0d6"/></dir><file name="Poll.php" hash="18aebf0142533ca394b91c8e9c763df3"/></dir></dir><dir name="controllers"><file name="VoteController.php" hash="fe4ab0b8b3eac663212aa799a2dde743"/></dir><dir name="data"><dir name="poll_setup"><file name="data-install-1.6.0.0.php" hash="57ee7a529e411cf5997447fd4aa85001"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="0f685b9fa330060fc254ff3d2168f36c"/><file name="config.xml" hash="c509af89a1abd74d6d4a980dd06ef746"/><file name="system.xml" hash="008f6876075bba235f1ab72f3784e40c"/></dir><dir name="sql"><dir name="poll_setup"><file name="install-1.6.0.0.php" hash="4ccd0dd5fe933471bc655e08366b8d51"/><file name="mysql4-install-0.7.0.php" hash="a5c9b467dbb5fc2800d15b0b1b9b3214"/><file name="mysql4-upgrade-0.6.0-0.6.1.php" hash="e2406cf62bb09bcec5a5db48de1accbc"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="b01d926e5440af25aac2e3347d131fad"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="2f7e9e56787dd09feecd0a91f1c9b808"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.1.php" hash="22ba2c772198af04c98a16d892e6b3f6"/></dir></dir></dir><dir name="ProductAlert"><dir name="Block"><dir name="Email"><file name="Abstract.php" hash="b78f9c5cb60de60cc85448d5ffbde49c"/><file name="Price.php" hash="163553bdbb5fbb99c5f2116a6b86a5ce"/><file name="Stock.php" hash="b084bb6fc00c26f326efa177b66eab4c"/></dir><file name="Price.php" hash="0165ba8d6c3b306d41ac25d6df92c762"/><dir name="Product"><file name="View.php" hash="396ddff8a1fe15916453fa129c275a04"/></dir><file name="Stock.php" hash="705e1f239ca520b41eb0cd1bc6906770"/></dir><dir name="Helper"><file name="Data.php" hash="435bd2ebd4e1d70af8cdb98c38ce73a4"/></dir><dir name="Model"><file name="Email.php" hash="92b7d5f0b77fcb187ea9d653d21a176b"/><dir name="Mysql4"><dir name="Price"><file name="Collection.php" hash="4b2cf4cb50683825dc386e25a677b748"/><dir name="Customer"><file name="Collection.php" hash="b272f38b4ecc852e6221dc3a60612c91"/></dir></dir><file name="Price.php" hash="0b4624533bdaab83ae71c176dbf2892a"/><dir name="Stock"><file name="Collection.php" hash="275faf5f740553b5fb997b9b1e7564d8"/><dir name="Customer"><file name="Collection.php" hash="5e4e21378d827e45f29c31a3cef7d35e"/></dir></dir><file name="Stock.php" hash="33a1e288eaa6dd5976de8b3df0955d1d"/></dir><file name="Observer.php" hash="69003f2112b8cee2b2a7b8d1997e474e"/><file name="Price.php" hash="2d1b8f570abe73f7523eb6677e612f83"/><dir name="Resource"><file name="Abstract.php" hash="bd2b0184bd4d58bfadee48ef28ce35a0"/><dir name="Price"><file name="Collection.php" hash="b31e4fcdc39ab0e56cd6643b992985a0"/><dir name="Customer"><file name="Collection.php" hash="a347794fbf9ecade90d308fc1c00369e"/></dir></dir><file name="Price.php" hash="37f472ff58eed50d6f7c26940b155a8c"/><dir name="Stock"><file name="Collection.php" hash="774ea9841ef695ad19d65beb668e7205"/><dir name="Customer"><file name="Collection.php" hash="c4f768491f5b5d7798414fd332f43a7b"/></dir></dir><file name="Stock.php" hash="7cfe45ea4b2458894493672868018e70"/></dir><file name="Stock.php" hash="5f0e75d935e106b155734bbde07b7864"/></dir><dir name="controllers"><file name="AddController.php" hash="0b6f56b61df159fefea23fa4552692d6"/><file name="UnsubscribeController.php" hash="82505651bb5019bf3dfb95093b0995fa"/></dir><dir name="etc"><file name="config.xml" hash="001337e6c583d2f3f26d44e3cfe555d1"/><file name="system.xml" hash="d84bb963d7f5b4cf22a03c4deb52a624"/></dir><dir name="sql"><dir name="productalert_setup"><file name="install-1.6.0.0.php" hash="a92eddef23a3484b842856ef72121ef9"/><file name="mysql4-install-0.7.0.php" hash="e89de2fcea2f54aa14f7617cc681794f"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="b99ee730e3d14d63895955d2e5a427d1"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="3501c34d6ad3e1085829ba8dcde4d521"/></dir></dir></dir><dir name="Rating"><dir name="Block"><dir name="Entity"><file name="Detailed.php" hash="4eb25f1a9e6163f23b3faa9be30b322c"/></dir></dir><dir name="Helper"><file name="Data.php" hash="14fe099579be425e046cf4baa2269f81"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Rating"><file name="Collection.php" hash="199be75ea7936000cd96d7b9c447aa12"/><file name="Entity.php" hash="3f2022b5b67bd4abc7f0ac3f509afed7"/><dir name="Option"><file name="Collection.php" hash="e28ff13a03058bddd988f336d0ebde94"/><dir name="Vote"><file name="Collection.php" hash="fb2a13a29686bee06540ec84618c7785"/></dir><file name="Vote.php" hash="348ee316efdcd6e72f9c73698c3bb559"/></dir><file name="Option.php" hash="caa09c75e72bb9e9f7992dedce72a300"/></dir><file name="Rating.php" hash="d3d887ee5ea69fed5d702e4a44cf2d28"/></dir><file name="Observer.php" hash="899e728959dd4be39aaf149b487dc55e"/><dir name="Rating"><file name="Entity.php" hash="3f3f094661bfb22f8f084b1d59a7cfbf"/><dir name="Option"><file name="Vote.php" hash="c198b1db18445b3755f24cb0e1a426df"/></dir><file name="Option.php" hash="2c0f925d315040523d7f423e9ff8263e"/></dir><file name="Rating.php" hash="a9898f79371b07444aa2a775646610d6"/><dir name="Resource"><dir name="Rating"><file name="Collection.php" hash="16eb6ba087aa80451da36964c1f2fe5d"/><file name="Entity.php" hash="2ecde4c4d51ff6c1919d1c96da9bd98b"/><dir name="Option"><file name="Collection.php" hash="072da3b4546f54bea7f4ee0fd38f71d9"/><dir name="Vote"><file name="Collection.php" hash="40ba3db3de8631c5d096de1b3705a37d"/></dir><file name="Vote.php" hash="141e6b5e7e41cffa7410231052f672a7"/></dir><file name="Option.php" hash="1df0d964cd499fc573a851ba45f7afad"/></dir><file name="Rating.php" hash="9c8021dbf06bf4ed5a8e39b1d77bc491"/></dir></dir><dir name="data"><dir name="rating_setup"><file name="data-install-1.6.0.0.php" hash="013fcb8189067cd09670995b70d9b72e"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="2a4213e78f9a6bdbffe93bf795227d87"/><file name="config.xml" hash="3cafac7c52219f5b450bc8262efcf800"/></dir><dir name="sql"><dir name="rating_setup"><file name="install-1.6.0.0.php" hash="2af95cebba1b5331a74cd4693cb64a6f"/><file name="mysql4-install-0.7.0.php" hash="d1f324fa7fcefa3294ac7d2b485ef006"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="ccc59e88e752ca94f41a0a6fa59083c6"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="2b4d661f909b01b416d1b067053a1677"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="5ea2473117d80922687f752170475815"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.1.php" hash="51e3f91432ffe05adc7a38e6d9136057"/></dir></dir></dir><dir name="Reports"><dir name="Block"><dir name="Product"><file name="Abstract.php" hash="84279b6bd41a99e179b5d6733c9296fe"/><file name="Compared.php" hash="1f3e9f63cfd66abbf2b792307fdb21db"/><file name="Viewed.php" hash="ffb662948f5021b6c14e11c62bb67c21"/><dir name="Widget"><file name="Compared.php" hash="50899316b9002310264432953e6ed010"/><file name="Viewed.php" hash="215fa53c744069cb14810e6601a18ded"/></dir></dir></dir><file name="Exception.php" hash="780eddcb13be0be19d3634d118967d26"/><dir name="Helper"><file name="Data.php" hash="7870bb2046789112543f05af1a14c4f1"/></dir><dir name="Model"><file name="Config.php" hash="6b0e0b415ca9f9f7d4a2e5b49312462b"/><dir name="Event"><file name="Observer.php" hash="7d6b32da3850d56bf33c370a0d482389"/><file name="Type.php" hash="56ac6267c40a3ded7d068d6e132a6bc3"/></dir><file name="Event.php" hash="002fcbfa8ab7fb24f7f882f3a654e474"/><file name="Flag.php" hash="71c1659de5dafea988a8e2fa9e2dcdf5"/><dir name="Grouped"><file name="Collection.php" hash="02fff2843ae0faeeabee28aca358311d"/></dir><dir name="Mysql4"><dir name="Accounts"><file name="Collection.php" hash="4c955bfe44f66856e209bb5ec2b0b3aa"/></dir><dir name="Coupons"><file name="Collection.php" hash="f49a18767acbbb136630c7bd16870e07"/></dir><dir name="Customer"><file name="Collection.php" hash="31284ea647b5caf72fe3297494d56b35"/><dir name="Orders"><file name="Collection.php" hash="b4ac69f2925108e745ee8cded4bda25d"/></dir><dir name="Totals"><file name="Collection.php" hash="bec3fb73ae57b3fbbe5d463dae2d3be8"/></dir></dir><dir name="Entity"><dir name="Summary"><dir name="Collection"><file name="Abstract.php" hash="71f5c397154ba757e298b12ba24bdef0"/></dir></dir></dir><dir name="Event"><file name="Collection.php" hash="3485f83db23f134bf08af2e82b01ff7c"/><dir name="Type"><file name="Collection.php" hash="ccf66159be957e50effc852d3d5e5202"/></dir><file name="Type.php" hash="b260a0b771b5c540efe3bb58f25f2687"/></dir><file name="Event.php" hash="2cb8807d3e18b330aa8fc669c02ecf86"/><dir name="Invoiced"><file name="Collection.php" hash="fb6b71edbcb3d9e61f921f6ef3c6d0d7"/></dir><dir name="Order"><file name="Collection.php" hash="5b1c048f054309a4bb98992a90659642"/></dir><dir name="Product"><file name="Collection.php" hash="d4da30328940e3b3c2a135ec171f76a6"/><dir name="Downloads"><file name="Collection.php" hash="44ef2f2cfc225504dc0b044b67ff24fe"/></dir><dir name="Index"><file name="Abstract.php" hash="a44e990b577f6da352d6c636df730858"/><dir name="Collection"><file name="Abstract.php" hash="202d2878a5ea7f2def457203308d5618"/></dir><dir name="Compared"><file name="Collection.php" hash="5ea35ad1d21a89092fada7823751c53e"/></dir><file name="Compared.php" hash="3c816b64bc478ccf4593b3194f810bba"/><dir name="Viewed"><file name="Collection.php" hash="c5bacf86092ea22f6f2341ac22335083"/></dir><file name="Viewed.php" hash="22507421f423dd2c56d84e3aadec04ff"/></dir><dir name="Lowstock"><file name="Collection.php" hash="818d2050f2414286cf84801bf84d3e64"/></dir><dir name="Ordered"><file name="Collection.php" hash="005c54fa10d6e4bac5aa0c218116e575"/></dir><dir name="Sold"><file name="Collection.php" hash="71f70f331766f66578461767fc4327d5"/></dir><dir name="Viewed"><file name="Collection.php" hash="e225a8a54630d25ca7a2ed12ccdd1878"/></dir></dir><dir name="Quote"><file name="Collection.php" hash="41fa1f9b19183a07450c21aa43e812d8"/></dir><dir name="Refunded"><file name="Collection.php" hash="99593327686e5f4c8b6abf28168bf572"/></dir><dir name="Report"><file name="Abstract.php" hash="9db755ff69ffefe639a7ac734a87e0c1"/><file name="Collection.php" hash="eec07c4626ac3ca8f943253b3a4ffcac"/></dir><dir name="Review"><file name="Collection.php" hash="431eeec47f2ea1acf23e567f369f8253"/><dir name="Customer"><file name="Collection.php" hash="a3b3bde95da81071d8c951c74bc4b09d"/></dir><dir name="Product"><file name="Collection.php" hash="09cb236f679aadf5e7cbb1b8bc3b3982"/></dir></dir><dir name="Shipping"><file name="Collection.php" hash="22e7ff4b223b7b76b66469c8449f263c"/></dir><dir name="Shopcart"><dir name="Product"><file name="Collection.php" hash="b3d961d45442eb7933805a7ba1476f52"/></dir></dir><dir name="Tag"><file name="Collection.php" hash="7bb1ab1800d256dbf65c26b59d9f5ac9"/><dir name="Customer"><file name="Collection.php" hash="587aa58142c6fd111f7919935da2b2ea"/></dir><dir name="Product"><file name="Collection.php" hash="0e82990be2ce11915569bf3ec27436cf"/></dir></dir><dir name="Tax"><file name="Collection.php" hash="b3dd7894e3fbb70d9317c8803e9c0e41"/></dir><dir name="Wishlist"><file name="Collection.php" hash="d27c4aa7b6184f50c58bf3dde3e8da20"/><dir name="Product"><file name="Collection.php" hash="20c9c052c7d9450871e8295eb8779be6"/></dir></dir></dir><dir name="Product"><dir name="Index"><file name="Abstract.php" hash="2c01aef755ba4d455fa335cdd0fbc2d2"/><file name="Compared.php" hash="ac3cb2a91ee9dfb864d92f621d3bb162"/><file name="Viewed.php" hash="55f058551e8ac76ba414b613a39f8a9b"/></dir></dir><file name="Report.php" hash="3c1b4e737d3e253bf279e89248dd554e"/><dir name="Resource"><dir name="Accounts"><file name="Collection.php" hash="d19025a8dd08197357d6e060320932d5"/></dir><dir name="Coupons"><file name="Collection.php" hash="017a761830676d307b1a2e1191056b5f"/></dir><dir name="Customer"><file name="Collection.php" hash="b1864148ece98435c46be9bbb3e2b561"/><dir name="Orders"><file name="Collection.php" hash="081a89777f6447950ff1bb12e80c215c"/></dir><dir name="Totals"><file name="Collection.php" hash="fb38af2826508e6f0b7b9baffa237dee"/></dir></dir><dir name="Entity"><dir name="Summary"><dir name="Collection"><file name="Abstract.php" hash="cd7ec154ef4159a97baf6ea14a947a1f"/></dir></dir></dir><dir name="Event"><file name="Collection.php" hash="4d42c1587f9cb9a02ac697b9fe8f7108"/><dir name="Type"><file name="Collection.php" hash="549d5db0c8d977efff04f33e322627a0"/></dir><file name="Type.php" hash="7ad4f1460759d9cda8bb5a73d9f0a137"/></dir><file name="Event.php" hash="539c79606fe9e3e888057ce4fb6d566c"/><dir name="Helper"><file name="Interface.php" hash="3116aaf28495958a0e87f7d970c53e4a"/><file name="Mysql4.php" hash="928d299e487b87e73847aabd1c9f54eb"/></dir><dir name="Invoiced"><file name="Collection.php" hash="2328952817792708cafe8be72f7fdc43"/></dir><dir name="Order"><file name="Collection.php" hash="bf912db30ee00ab56b5d87104a94b72b"/></dir><dir name="Product"><file name="Collection.php" hash="97f50027ce5d1b7b36014d483777e449"/><dir name="Downloads"><file name="Collection.php" hash="6eb1a2b4df22d97c19b1cb5893292ee1"/></dir><dir name="Index"><file name="Abstract.php" hash="9378642a0cf610652836f2203d91ec82"/><dir name="Collection"><file name="Abstract.php" hash="bc77165af6e44c4b618cfb1ce4febe44"/></dir><dir name="Compared"><file name="Collection.php" hash="af07a96efd43e443f8113cfdc346d43d"/></dir><file name="Compared.php" hash="f10eaf6f020766259fff8e5b12911ce8"/><dir name="Viewed"><file name="Collection.php" hash="cfe72d1508634b4e2f8d1fe347341e1d"/></dir><file name="Viewed.php" hash="d9b60ea12f4e343cb654c21755c8403c"/></dir><dir name="Lowstock"><file name="Collection.php" hash="3ed61f3306728d0d8bc7d7a114142d0c"/></dir><dir name="Ordered"><file name="Collection.php" hash="55d6ac3f0a47c05784e406a940a92a8f"/></dir><dir name="Sold"><file name="Collection.php" hash="ded9bc78f4e2ec6e88fd0c0d83e693aa"/></dir><dir name="Viewed"><file name="Collection.php" hash="0880e78344264e8b772d55e748571d3f"/></dir></dir><dir name="Quote"><file name="Collection.php" hash="4faa58dde06596a3ce3d4c4332ef4d9c"/></dir><dir name="Refunded"><file name="Collection.php" hash="67775d8ffdd7f002d1a3637b7cc67f63"/></dir><dir name="Report"><file name="Abstract.php" hash="52d0e26c16be0fb57d0c1f85b04f8911"/><dir name="Collection"><file name="Abstract.php" hash="1cf06cac42e30b9eb021fc1adfa2eae2"/></dir><file name="Collection.php" hash="df7bc07501d6d9f7be652f57c9852976"/><dir name="Product"><dir name="Viewed"><file name="Collection.php" hash="632e85fceba284d438ccd3b23b8b6055"/></dir><file name="Viewed.php" hash="671690577fc63f26c98c60fcd32bc612"/></dir></dir><dir name="Review"><file name="Collection.php" hash="5a4e589fa97534ccc54f1c36218c4e26"/><dir name="Customer"><file name="Collection.php" hash="b57a86eee5d585fd5e4648acb263f82f"/></dir><dir name="Product"><file name="Collection.php" hash="a15d98640d141aa32e5bc1be4cfa5941"/></dir></dir><dir name="Shipping"><file name="Collection.php" hash="0142438241217c75d3b2f8c82f755b0a"/></dir><dir name="Shopcart"><dir name="Product"><file name="Collection.php" hash="7c031bda5ed3ef59dae88877a7a2c37f"/></dir></dir><dir name="Tag"><file name="Collection.php" hash="9ba05f83f2c3c06c11d426a18ced07e5"/><dir name="Customer"><file name="Collection.php" hash="0d78985f36ed4ceb86facf1239511a45"/></dir><dir name="Product"><file name="Collection.php" hash="9b6b1e99fa504f98a09369c6c5f44b9e"/></dir></dir><dir name="Tax"><file name="Collection.php" hash="d93b2c97d8063ecd8c90e28a0b3094a9"/></dir><dir name="Wishlist"><file name="Collection.php" hash="07ac9c25526ab0c5923d25b471f4495c"/><dir name="Product"><file name="Collection.php" hash="c8fa7350060465742760225a808c4156"/></dir></dir></dir><file name="Session.php" hash="d161e0bff0110dd26d37aabc4e170eba"/><file name="Test.php" hash="14141f8e5e765e48210430a40830599b"/><file name="Totals.php" hash="b65c42d96cf097514bda30c39131c55e"/></dir><dir name="data"><dir name="reports_setup"><file name="data-install-1.6.0.0.php" hash="e3f2f580963a87099fd93d94d27c0295"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7c75d513b591c0127618aebef0496fcc"/><file name="config.xml" hash="1576084909d15ecae4903b473081d0b9"/><file name="system.xml" hash="29ff911437eec4b7323321089e17d4a8"/><file name="widget.xml" hash="69cb80f9483375830da34d8b509a80a6"/></dir><dir name="sql"><dir name="reports_setup"><file name="install-1.6.0.0.php" hash="22520bce7d3b9600e1430086e77b18a1"/><file name="mysql4-install-0.7.1.php" hash="f213429ca5b64c7d1357f675db48a479"/><file name="mysql4-install-1.5.0.0.php" hash="3d62516542e4e3d387be9b20fff55091"/><file name="mysql4-install-1.6.0.0.php" hash="dc805f09ebea08d7bced102ebeb79e35"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="e744c9a29feb0aff13ed89afa5095378"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="07e5e26f7ff398c3501fe9a114995b1b"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="ae3ff3414b7f677d852f8c6200b0f298"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="473431a7b1fdcc069f04fc9ee20d717d"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="5a67f9e9ff733fd79605aa289cbc0752"/><file name="mysql4-upgrade-0.7.5-0.7.7.php" hash="3a7f1fec2a7d18a30305a69c498af483"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="88fd7094d9e711dfb88e0f138b4716be"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="2466d8fad4d04353f91512f5771b8aba"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="9b4ba738e3924b8078311f590f1ad452"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="1bc358a5d96b28b99fd9b4ba58202c90"/><file name="upgrade-1.6.0.0-1.6.0.0.1.php" hash="b0dd75ebedcf02ebd49b1b78c5128b31"/></dir></dir></dir><dir name="Review"><dir name="Block"><dir name="Customer"><file name="List.php" hash="da6098e2e97f87201cbb7ade506caabb"/><file name="Recent.php" hash="9483bd6b243f84b680c16360bc7855b1"/><file name="View.php" hash="a5febcf56a5b68b7f62af322469b9784"/></dir><file name="Form.php" hash="7ef294ab7c87551d6fbc5e1ac139b6ba"/><file name="Helper.php" hash="cf458d0ec36c88801c2e285d6571d725"/><dir name="Product"><dir name="View"><file name="List.php" hash="32791fbb2d6ba9f38545356dfcff95e7"/></dir><file name="View.php" hash="2844574e062962de88e502d12f12b339"/></dir><file name="View.php" hash="22a6bb4535dd41c7a9a3f91e3434e8ed"/></dir><dir name="Helper"><file name="Data.php" hash="a884dc36e502fe89af27d879f2ea8cd3"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Review"><file name="Collection.php" hash="77b6622d146df351da5f99f270199c0a"/><dir name="Product"><file name="Collection.php" hash="63efd4501aefa2840c93893f709b9636"/></dir><dir name="Status"><file name="Collection.php" hash="33c0bbb99eb7cffd5499eaa2cb707e32"/></dir><dir name="Summary"><file name="Collection.php" hash="dd6a52e659c3e9b2af2d2b4f36e798f2"/></dir><file name="Summary.php" hash="cb2fb56510a256b4f1fd4b0795b8b420"/></dir><file name="Review.php" hash="068598865af73d2b9ac55b4967e6863e"/></dir><file name="Observer.php" hash="e45dd718bbace38014514a422bd0adb9"/><dir name="Resource"><dir name="Review"><file name="Collection.php" hash="2b1984eeaf10e76419c80fce3347f1c8"/><dir name="Product"><file name="Collection.php" hash="f5c9d8da2802b69244c21dcf82b338b2"/></dir><dir name="Status"><file name="Collection.php" hash="1257240942f9b6dd9f1127eb281376ce"/></dir><file name="Status.php" hash="f882153681b24a246e54c3d1f907493b"/><dir name="Summary"><file name="Collection.php" hash="6f940d0c760b01fff7bd4e526913fefe"/></dir><file name="Summary.php" hash="0c322f5621c42ea2d7c8ff5fa70e4ef9"/></dir><file name="Review.php" hash="773adc91cc46bf83deed255d91545ce9"/></dir><dir name="Review"><file name="Status.php" hash="1d262e9814b8c3f74ec21273dd29a896"/><file name="Summary.php" hash="12985fc317504d7e25787feb868d5664"/></dir><file name="Review.php" hash="b12960c1072027e218d80779a09bffc7"/><file name="Session.php" hash="90016708828719eca8c813e23757511d"/></dir><dir name="controllers"><file name="CustomerController.php" hash="ab612f5e8904fe4f8dfad67ef75b33dd"/><file name="ProductController.php" hash="221345337a93e3aad3a26a0d3f99d2ec"/></dir><dir name="data"><dir name="review_setup"><file name="data-install-1.6.0.0.php" hash="3c6b7c508b8bbab77656027b8f94cd30"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="c9024cee5aab00fbdf8ca7c7197a6d11"/><file name="config.xml" hash="7d491690ef6e4e3348f1428f15c3cb97"/><file name="system.xml" hash="95aa38420335660d1faa2305e7dee592"/></dir><dir name="sql"><dir name="review_setup"><file name="install-1.6.0.0.php" hash="88ac39f064f56f040de24e10f438a263"/><file name="mysql4-install-0.7.0.php" hash="d62cdecff86ee942671c8f97b87b3a2e"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="d798c86f12e202cd4ca0333fc71aadde"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="e75d98e8d5950443af79c6ab35d04e8e"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="645c190f70ee7b589a5a3408e638a7fc"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="21374db84067cf84763cce7fc8060c5d"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="593effd2b9205ddbb4b2535e585206fb"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="3a0b6402373fffc83406ede8223ea370"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="465fc4ec5e8c624b4540d283e52d0277"/></dir></dir></dir><dir name="Rss"><dir name="Block"><file name="Abstract.php" hash="baa742cc2ec62f6c93edc09ee003c5a7"/><dir name="Catalog"><file name="Abstract.php" hash="44fbd407bbe41237faf75fe5cd95bc5e"/><file name="Category.php" hash="f599e619ed41b7a2f1c4c47b29815546"/><file name="New.php" hash="666a13d4d8d74737da462711131a33dc"/><file name="NotifyStock.php" hash="8c3922e61c7579b43fe996df9f6f43eb"/><file name="Review.php" hash="7827db1dc8b5655c644d2a6438d260c0"/><file name="Salesrule.php" hash="b353173798806c5be1fe19b5ec23da2c"/><file name="Special.php" hash="7eea5ca9d1d4393aea13b4c9ee1e7972"/><file name="Tag.php" hash="dde6d12ac5be4d97f57054d947c8e8e2"/></dir><file name="List.php" hash="b03dfd5bcb0783cb6c5a675a37d32b5b"/><dir name="Order"><file name="Details.php" hash="6ed212bcd56f0dae25281f751553e04a"/><file name="New.php" hash="f6165e5db1198e460f22d9432b0d8a94"/><file name="Status.php" hash="095948ce050916640bcce68295ddaa54"/></dir><file name="Wishlist.php" hash="8f986310fe0b661e2292a04e750de513"/></dir><dir name="Helper"><file name="Catalog.php" hash="df0278b047255d7c0d3f5a0ee5f21bf6"/><file name="Data.php" hash="28a3e0867a253fe707643b2faa3652c3"/><file name="Order.php" hash="4ffe455f2d60727cb4423dfb7d1ce8e5"/></dir><dir name="Model"><dir name="Mysql4"><file name="Order.php" hash="3a4ee5c330f04b85078e8bfd170d66bb"/></dir><file name="Observer.php" hash="3cd031067227b2b36443939e20c9cb2a"/><dir name="Resource"><file name="Order.php" hash="5e59851aa73b71a162964f236f3a949c"/></dir><file name="Rss.php" hash="fab4c181fb76bb6bf4e4f8a26ae13b4f"/><file name="Session.php" hash="8f6765d8c8e966dc04697de27279f4da"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Links.php" hash="8b67c064f0b6a948eb54b94feefd6be7"/></dir></dir></dir></dir><dir name="controllers"><file name="CatalogController.php" hash="950a884ef50c6308034933e7f93b09bc"/><file name="IndexController.php" hash="dde92fa35164b14453fad2d7de7fbc06"/><file name="OrderController.php" hash="9ebd1f3e52ed2329ab4ac51bab61be15"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c168d364e705450499a84f8044252e7a"/><file name="config.xml" hash="c87c0428753f52d025e696fb0d374514"/><file name="system.xml" hash="ac31dde92beae4bb244b80de421b493d"/></dir></dir><dir name="Rule"><dir name="Block"><file name="Actions.php" hash="a8ecf20949cabf1e4787a131e0fa750e"/><file name="Conditions.php" hash="f620da02ee04b33faf13f0157ecdd465"/><file name="Editable.php" hash="8c30216e6dab891d02c479bf253763d2"/><file name="Newchild.php" hash="39272a18566e034ed147ca845696529e"/><file name="Rule.php" hash="26d4b23b0640e914c11d95579520a008"/></dir><dir name="Helper"><file name="Data.php" hash="c5fe1b1bc3a30c7ef64f36d85e4fe452"/></dir><dir name="Model"><file name="Abstract.php" hash="f55ef5c3b6e7b15c3e0eb08340f8f17a"/><dir name="Action"><file name="Abstract.php" hash="d9a4127d552ae0aefa31fdbe93f74a4f"/><file name="Collection.php" hash="045c4696c30a513be6a27c54354f8112"/><file name="Interface.php" hash="78b461e527aa0f31801c221c8cf77724"/></dir><dir name="Condition"><file name="Abstract.php" hash="b05b8fc3ba8657851a4f0fcd26fa04bf"/><file name="Combine.php" hash="949b29e65057e0acf129a80564f58cf9"/><file name="Interface.php" hash="e00e9c7741572b09572e4d272dba3a07"/><dir name="Product"><file name="Abstract.php" hash="3bac0e450c6e892b8fe72739309a9de9"/></dir></dir><file name="Environment.php" hash="98bc60d201d4dc8740df2727d6c4ec35"/><dir name="Mysql4"><dir name="Rule"><file name="Collection.php" hash="484cb7cc771c1834d74a59fc3a8e378c"/></dir><file name="Rule.php" hash="04c5ada32e632af1131e7564040e808d"/></dir><dir name="Renderer"><file name="Actions.php" hash="40d90d6ce847f2c921ef8d32af877476"/><file name="Conditions.php" hash="8c8606b1a86f060366662610962556f6"/></dir><dir name="Resource"><file name="Abstract.php" hash="c627d26201eb0c41de79e0af6faac068"/><dir name="Rule"><dir name="Collection"><file name="Abstract.php" hash="275c05583653a34df19c023de437a5dd"/></dir><file name="Collection.php" hash="9048b011deb57ef5771a03c2a7b3a5a4"/><dir name="Condition"><file name="SqlBuilder.php" hash="d7e2abf2b56a9c00c6661f14a1c08cad"/></dir></dir><file name="Rule.php" hash="ac9c3a9f573d3e358575febe2443272b"/></dir><file name="Rule.php" hash="eea2473382cbfeb5fe844f673bb7056a"/></dir><dir name="etc"><file name="config.xml" hash="9f027a15f129eeaef0bd05a8c8f3c955"/></dir></dir><dir name="Sales"><dir name="Block"><dir name="Adminhtml"><dir name="Billing"><dir name="Agreement"><file name="Grid.php" hash="b66db5e0476fea7ad5e658592c814dd4"/><dir name="View"><file name="Form.php" hash="b38730172cf4aee977976ab8a1bdb3f0"/><dir name="Tab"><file name="Info.php" hash="f8db26f315094d701b21f970bfa9487e"/><file name="Orders.php" hash="a9ca66b0047d625c1192c68f12c2c537"/></dir><file name="Tabs.php" hash="7b89461544bfc5058e2a5def88014bf7"/></dir><file name="View.php" hash="2a9f081dabbd00df1519e3ad32159782"/></dir><file name="Agreement.php" hash="821bb5bff50355facc9ed39487b915ff"/></dir><dir name="Customer"><dir name="Edit"><dir name="Tab"><file name="Agreement.php" hash="e2f49fff691f2cf5b41f33defec9aad1"/><dir name="Recurring"><file name="Profile.php" hash="cf3ff23d2cfb4cbd10cec14d594610e9"/></dir></dir></dir></dir><dir name="Recurring"><dir name="Profile"><dir name="Edit"><file name="Form.php" hash="1aa1e24e127ef0e1dcfa95a0ee742404"/></dir><file name="Grid.php" hash="ec5e946ec3f750d9e5f581e05fc23014"/><dir name="View"><file name="Getawayinfo.php" hash="e2009521610f2e81355bdbe6f70c8edf"/><file name="Info.php" hash="4def8038977944c91d2046ae2e45bc89"/><file name="Items.php" hash="af7e3495853a9cc4a9cf1b18e8275dc0"/><dir name="Tab"><file name="Info.php" hash="ce18884be3dccbdbc650d23851bfd030"/><file name="Orders.php" hash="8f256dc10efe0315b073e6faa2ead6ce"/></dir></dir><file name="View.php" hash="02a4ef9a62eca0cf36753418dcc5dbd0"/></dir><file name="Profile.php" hash="a456aab846fec63ff8552681c0a619f6"/></dir><dir name="Report"><dir name="Filter"><dir name="Form"><file name="Coupon.php" hash="fd36806b1f978ee40c7324aa67365a30"/><file name="Order.php" hash="912ba323ed00f43e0a24644986ea14c7"/></dir><file name="Form.php" hash="1c8a82c62c31737f39eee4cf23aff635"/></dir></dir></dir><dir name="Billing"><dir name="Agreement"><file name="View.php" hash="f97613dcf05c7e20acd28dd5d4f06b73"/></dir><file name="Agreements.php" hash="af35951d19bef9d4d8507f2d9e504429"/></dir><dir name="Guest"><file name="Links.php" hash="567bd5051ec2e002e48e7ecc98bf49fa"/></dir><dir name="Items"><file name="Abstract.php" hash="dbd9d68ac4e7be5c8eb39f734e39e972"/></dir><dir name="Order"><file name="Comments.php" hash="e71683eb7c479b567bedbfaee3de4a18"/><dir name="Creditmemo"><file name="Items.php" hash="9448bdc7e5bab827ac651c3a6cb2b5dd"/><file name="Totals.php" hash="726c284da2d8871bcb9fd056c1657eb9"/></dir><file name="Creditmemo.php" hash="6de41ec032182bdf1a196cfed53f73c8"/><file name="Details.php" hash="e12be3942dcb62446c1382c912cd27e1"/><dir name="Email"><dir name="Creditmemo"><file name="Items.php" hash="584864e06603ab2ad72df55c63da1354"/></dir><dir name="Invoice"><file name="Items.php" hash="950d5e73bbd96b71f786e49f77a498e7"/></dir><dir name="Items"><file name="Default.php" hash="af918257ab1944a0a487eed96cb2def6"/><dir name="Order"><file name="Default.php" hash="4a8be9e14161acee900851f736468059"/><file name="Grouped.php" hash="7a7fb827e82822c2fd18249ed93b7e3f"/></dir></dir><file name="Items.php" hash="23c93499aababa4b63ae50363b693a3f"/><dir name="Shipment"><file name="Items.php" hash="faee084ecf5e7512430f8bcacb8a1464"/></dir></dir><file name="History.php" hash="bdd3dfbeb7b94a9847c1ffe884a6ebb9"/><dir name="Info"><file name="Buttons.php" hash="a3f4bfd597a42723b11d4038ae87045b"/></dir><file name="Info.php" hash="1e26d10bf842ed12cac4c0c45e831073"/><dir name="Invoice"><file name="Items.php" hash="7bf65feb8e7ef4a196f8d1b3745ea6d7"/><file name="Totals.php" hash="d41e746246944000c4d60d3327a2032e"/></dir><file name="Invoice.php" hash="9c34ad9edbbd3eb0b932add096719d8b"/><dir name="Item"><dir name="Renderer"><file name="Default.php" hash="f71f818dc81504b38e573f26247c6062"/><file name="Grouped.php" hash="1f40a0bb7d9b229ce154bd33ebbcc851"/></dir></dir><file name="Items.php" hash="94f596083ea52a9fa77640957e925541"/><dir name="Print"><file name="Creditmemo.php" hash="b08034594ebb033d810315de0b5e90de"/><file name="Invoice.php" hash="ca7f61ccd70162891717fc71513532a3"/><file name="Shipment.php" hash="83aea475a0ef70cfc7ed86b7e23cec3d"/></dir><file name="Print.php" hash="3fe17650df3d7d71764db3ba381d809f"/><file name="Recent.php" hash="f3c051ad719d89fd3d975db493eb0264"/><dir name="Shipment"><file name="Items.php" hash="a776a741a4c21299cbb473d5d1cfb083"/></dir><file name="Shipment.php" hash="ed85bcff6686ef82428263aa4b02f105"/><file name="Tax.php" hash="1c2df3fa6a02df5b0eea299399fc5c2d"/><file name="Totals.php" hash="970b344a9242a5c76a412894867f8f23"/><file name="View.php" hash="95175866f9e1b7ab62b9a180da359336"/></dir><dir name="Payment"><dir name="Form"><dir name="Billing"><file name="Agreement.php" hash="470c445bb3285738fa736216fc5ab4e4"/></dir></dir><dir name="Info"><dir name="Billing"><file name="Agreement.php" hash="4283f3918361c818cc19cc897510b774"/></dir></dir></dir><dir name="Recurring"><dir name="Profile"><file name="View.php" hash="bd1fa7bc5e80e301ef733be7250633e9"/></dir><file name="Profiles.php" hash="f674bc81dacca1431023ace82276e174"/></dir><dir name="Reorder"><file name="Sidebar.php" hash="ca7c9ef56d598f8a45ffe731551e0ffb"/></dir><dir name="Widget"><dir name="Guest"><file name="Form.php" hash="68d4573876795014ec4275623e43b037"/></dir></dir></dir><dir name="Controller"><file name="Abstract.php" hash="0f95a2fbc502cdf0a926dbadbca464ab"/></dir><file name="Exception.php" hash="170867ff5e816acffa8edb9f99735c55"/><dir name="Helper"><file name="Data.php" hash="0c45d8fbfcc7ccc578a66e22d730180b"/><file name="Guest.php" hash="f8b421f7280799d9f899d6b215e9d8ec"/><file name="Reorder.php" hash="9da7430b78aa00c14d48bce8f51d6c2d"/></dir><dir name="Model"><file name="Abstract.php" hash="6231fc9ba7b01c770ebe8b499d66eeee"/><dir name="Api"><file name="Resource.php" hash="089b01f6685d362b86f16f7df6cdd9a5"/></dir><dir name="Api2"><dir name="Order"><dir name="Address"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="46f006dcc8d4ac759f899fdacaa6bd58"/></dir><dir name="Customer"><file name="V1.php" hash="541d2f772c51cfa6879134a280d192ef"/></dir></dir><file name="Rest.php" hash="9a14d0ad9266fb5766aad3d4b566cd93"/></dir><file name="Address.php" hash="07c6d7c872eac36cfc7b7f35031a6472"/><dir name="Comment"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="63aba78b4b50183dc4c3783b282e56f1"/></dir><dir name="Customer"><file name="V1.php" hash="a8f49312150120ec5476c15d659a34f8"/></dir></dir><file name="Rest.php" hash="3cfcd9b971de67fc94d80cf2f5abc653"/></dir><file name="Comment.php" hash="d000df9027db8f70b690ef7dead52ce8"/><dir name="Item"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="76738d09a357b78b1f39dcd7dd35f9fc"/></dir><dir name="Customer"><file name="V1.php" hash="b9a68bfd3a106017fc17bafb8f478e95"/></dir></dir><file name="Rest.php" hash="8d5b76b490e216022ae2fe9e80709fa8"/></dir><file name="Item.php" hash="76f20300659af0d425424b9247917e51"/><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="d0c0c4b10b3b622572fc210f207dabe8"/></dir><dir name="Customer"><file name="V1.php" hash="27f37aef8b3e7539f1d48737eff2110f"/></dir></dir><file name="Rest.php" hash="f36112245b2d32bc9f0b3efeb0bc0762"/></dir><file name="Order.php" hash="f283c969763e93d70092b7bd57bf0bd5"/></dir><dir name="Billing"><file name="Agreement.php" hash="0e55e4a857bba14b375e06c9a0b46730"/></dir><dir name="Config"><file name="Ordered.php" hash="ba4b0dfb039b8cd6046d386a664cd4be"/></dir><file name="Config.php" hash="c17212ba756aff437fcd6ec4efce7a0c"/><dir name="Convert"><file name="Order.php" hash="29f060850284998d85cc37ebad7372c0"/><file name="Quote.php" hash="6b81c4f8206f665c221b3281d9214815"/></dir><dir name="Email"><file name="Template.php" hash="1d76fc7b9b6d9ce389c71c4f4d9bbb42"/></dir><dir name="Entity"><dir name="Order"><dir name="Address"><file name="Collection.php" hash="31a44eddbab93564dbc173ec91593788"/></dir><file name="Address.php" hash="d6a7a11445390deb459784b634dcb633"/><dir name="Attribute"><dir name="Backend"><file name="Billing.php" hash="46b1af31ecc2d4cd0999fdaa22653c80"/><file name="Child.php" hash="06f365ebb46191245c6e23b3e890b8bf"/><file name="Parent.php" hash="b664416237ec6ea6a5b65e0c4f290605"/><file name="Shipping.php" hash="865b62d56ef1ae1abbd5c54fc691a455"/></dir></dir><file name="Collection.php" hash="75f9702e8c9c52bd2698123a3a846c11"/><dir name="Creditmemo"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="f0a85ca1d98171aaabb35d69bb8b79ab"/><file name="Parent.php" hash="b83ba898f33e7a57658405b974052c8f"/></dir></dir><file name="Collection.php" hash="e37c22112ab99c0b50f1bb87da287c7b"/><dir name="Comment"><file name="Collection.php" hash="0aa86fd11977119ad3547504dee0907d"/></dir><file name="Comment.php" hash="cf7ba5b84a8090cdb8b4cbe0b527da1d"/><dir name="Item"><file name="Collection.php" hash="6849da52e1b83a2ede4b33a5f4e1ae2f"/></dir><file name="Item.php" hash="3fa26ede31f9496104f54e22c69c2585"/></dir><file name="Creditmemo.php" hash="2a2c2da02adc1a26457c39fe35c64d6a"/><dir name="Invoice"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="034ec2c63c783b803ef69ca82fbc3949"/><file name="Item.php" hash="885842e2ff7a5c9109b6c75ad5b2bf3b"/><file name="Order.php" hash="b03b89b5885dbbea0e8f756088073199"/><file name="Parent.php" hash="9a7ff55fad1cd509ab44fc971f9be255"/></dir></dir><file name="Collection.php" hash="a0c0e6c24e9cd36014f983d6d28c3eee"/><dir name="Comment"><file name="Collection.php" hash="bc54adfe4a536f9eefb87856a35dd6c1"/></dir><file name="Comment.php" hash="6e990932c39f5505b1ed444689e36ead"/><dir name="Item"><file name="Collection.php" hash="a8b0259fdfcbee61f6c77d7bf01d5efa"/></dir><file name="Item.php" hash="d395a4e4b779c44a839ae5b8bf118aa2"/></dir><file name="Invoice.php" hash="a035ea51efd4fcea82d771f9dfc75b9f"/><dir name="Item"><file name="Collection.php" hash="13bedba73c443af082f6c544f15eadab"/></dir><file name="Item.php" hash="9d8d67d43d106ec5b2bdc679d93cf3f9"/><dir name="Payment"><file name="Collection.php" hash="2849a1fae295763e6c3241a994915719"/></dir><file name="Payment.php" hash="af37f0073c939010a743889b82214a23"/><dir name="Shipment"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="23a0b9738a621b32597276415a18f2e1"/><file name="Parent.php" hash="7fe38c8372720c49a552c0ae783466ea"/></dir></dir><file name="Collection.php" hash="f9ca3638cc1ed69c33c2866e994253c7"/><dir name="Comment"><file name="Collection.php" hash="5d4df578d533f3eab008aa7a6a6732f6"/></dir><file name="Comment.php" hash="08d84263821b15a89feca37e48819c7f"/><dir name="Item"><file name="Collection.php" hash="e430e6bb003a5a7f3b8360506f5f7542"/></dir><file name="Item.php" hash="e09e7b5e2592bc9b243c1a524bdf596b"/><dir name="Track"><file name="Collection.php" hash="90c036784ae25b71fe6e6472e1bb2a4e"/></dir><file name="Track.php" hash="bfd45d8e974abf34031eed26425209e3"/></dir><file name="Shipment.php" hash="acd72e41240827f0e3dc0d9f297c03a0"/><dir name="Status"><dir name="History"><file name="Collection.php" hash="318ecc75b67920d2dcd14e322716bcab"/></dir><file name="History.php" hash="8e578ce419083c7f5b2f9d9c36d0d2f6"/></dir></dir><file name="Order.php" hash="31c6206fcd9ea6e8eb4bbe9fbe18f139"/><dir name="Quote"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="88d95b23dab512adbf01a4df6fbd3df8"/><file name="Parent.php" hash="8db914a7c04a8cbbc726d73eee461a07"/><file name="Region.php" hash="a44d04882a918329cf6718b8a74ca49f"/></dir><file name="Backend.php" hash="aced55007e04a154baf69333175e378c"/><dir name="Frontend"><file name="Custbalance.php" hash="a3eb56a5fc1a01aabf0b63f0fe6ece6e"/><file name="Discount.php" hash="1109048bb05f4512b0ab9ac57807777f"/><file name="Grand.php" hash="52de08b4d8ee1ae866c74773bdddd381"/><file name="Shipping.php" hash="c91b579a1ef43ee40b1e1a624855b725"/><file name="Subtotal.php" hash="6d121f851465d0e99875786c00d9485f"/><file name="Tax.php" hash="674d9c6f38311b8a8ed814ef664c3204"/></dir><file name="Frontend.php" hash="d07522ac34085bb9db079632cb56840e"/></dir><file name="Collection.php" hash="11104ace6887f223c55f9f833fcdb97f"/><dir name="Item"><file name="Collection.php" hash="6bb37e3a9b37bd8b97ef5dcf85c9ce13"/></dir><file name="Item.php" hash="7d3bbc6c7a2b4f642b5e6a1a9b1326ba"/><dir name="Rate"><file name="Collection.php" hash="3d5a1ea54700a78792ba27d9f274638f"/></dir><file name="Rate.php" hash="1dc387b43787476320189d90de5d7d41"/></dir><file name="Address.php" hash="23cc7af188d15b3e5bd2703f8de8966a"/><file name="Collection.php" hash="ebb410027669c975bc24bc5049456ed0"/><dir name="Item"><file name="Collection.php" hash="3c4fbcff570cd2ca075795cfd45189dd"/></dir><file name="Item.php" hash="875d74b4a19033d5986914663ab9de20"/><dir name="Payment"><file name="Collection.php" hash="56dd2086480f89d01a66f70f33ac24a1"/></dir><file name="Payment.php" hash="7a717bac4ec47110323a469d1d3a456e"/></dir><file name="Quote.php" hash="bd950cc820f82963e6ba494e4d5d08ce"/><dir name="Sale"><file name="Collection.php" hash="e46ee0c3216c6c86743a32bad4abdc62"/></dir><file name="Setup.php" hash="8a402206f3a2b3a98fee55dc825359d2"/></dir><dir name="Mysql4"><file name="Abstract.php" hash="53bea0b8f0ce9c371fe473bc68c23134"/><dir name="Billing"><dir name="Agreement"><file name="Collection.php" hash="33bd0812821966d29f6f6e62e087d300"/></dir><file name="Agreement.php" hash="4fe71d5ff8caf74b99b8338109dff5a4"/></dir><dir name="Collection"><file name="Abstract.php" hash="6ee436916c6fa2851c1cdea148252fb8"/></dir><dir name="Order"><file name="Abstract.php" hash="4128b57cd37d6e9008af6d7a4459313c"/><dir name="Address"><file name="Collection.php" hash="de216ef73212aa6e8c120f9244198f51"/></dir><file name="Address.php" hash="7a7c266b8659451d82baa7dd1dddfab0"/><dir name="Attribute"><dir name="Backend"><file name="Billing.php" hash="21dc407d29de153e7405d21ca0b0a21e"/><file name="Child.php" hash="8049f901e9a2bbec553cae3a7ea670cc"/><file name="Parent.php" hash="4f59d50d93139f3cc8bcbfcf189e261f"/><file name="Shipping.php" hash="04c8f597b55cc61e5d30f80df35b7ae5"/></dir></dir><dir name="Collection"><file name="Abstract.php" hash="030778a409129aec73d1a33dac6a01b3"/></dir><file name="Collection.php" hash="9a73e0d9e7371dc46cf9949369273335"/><dir name="Comment"><dir name="Collection"><file name="Abstract.php" hash="40bcfe26cff7970433b61dbe5f4100d5"/></dir></dir><dir name="Creditmemo"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="dbb1994d5d04d8da2dd9762ef2f24795"/><file name="Parent.php" hash="3522ade38296c03278e4b1458591786e"/></dir></dir><file name="Collection.php" hash="cadc0a0013d848abab18c24904e15d47"/><dir name="Comment"><file name="Collection.php" hash="d2b0703fef96b442f1e4f619d5db906f"/></dir><file name="Comment.php" hash="84f7f03d220f220e5f6557f3b79ad9a3"/><dir name="Grid"><file name="Collection.php" hash="0833370204921a2b34fe53c9db925a38"/></dir><dir name="Item"><file name="Collection.php" hash="f9b768f6259721682a618f98a4126ab3"/></dir><file name="Item.php" hash="362804bb515e3e19172c84b8e786a14c"/></dir><file name="Creditmemo.php" hash="849743d781b15f5ac281e7c7b69d66ee"/><dir name="Grid"><file name="Collection.php" hash="23df7bf08b9f1dd5d187ca7ec0b72ee1"/></dir><dir name="Invoice"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="c0c43044499e732e89cb4deba68e8fe8"/><file name="Item.php" hash="f50022cd33d9e991015692f3a15c2c98"/><file name="Order.php" hash="3088f1e8a358529b540989953677aaeb"/><file name="Parent.php" hash="b780f10cc746a0620ba175b868ea49cc"/></dir></dir><file name="Collection.php" hash="dde333d3c3fc4c9bdc6e927af0ac4f36"/><dir name="Comment"><file name="Collection.php" hash="48eb26ddd92ab4f7abd1c3efff64ee1e"/></dir><file name="Comment.php" hash="d8b7e000fbcf0cd42556ea2f1ea94327"/><dir name="Grid"><file name="Collection.php" hash="c560f423ad432c1fcb01ab829620ac2c"/></dir><dir name="Item"><file name="Collection.php" hash="c8cae5c423e520cb0b3aebc2c30cfa39"/></dir><file name="Item.php" hash="1ed5753487018f2f2d3623e70b19be8b"/></dir><file name="Invoice.php" hash="44bbba4d691fd2dfddc567c5a3ee2d3e"/><dir name="Item"><file name="Collection.php" hash="c84bb97a262a06433a32c8d75a001e0a"/></dir><file name="Item.php" hash="aca4ae65e4a38bc3cd480b370282b820"/><dir name="Payment"><file name="Collection.php" hash="bcc19219b099e246910eb189f7271a59"/><dir name="Transaction"><file name="Collection.php" hash="1ca77d929b76041988e2b0f6a3bf8c16"/></dir><file name="Transaction.php" hash="a14f34d480596a9bcc03bbbdda3876ef"/></dir><file name="Payment.php" hash="6a5d971bb4cb4778df0acc5169ff2f22"/><dir name="Shipment"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="cb1090add44761707b4df3503cfd5fa2"/><file name="Parent.php" hash="c1263d23f065f8883547ed96e62fc410"/></dir></dir><file name="Collection.php" hash="089cbc27ebeb89d0a61b8b35f085159c"/><dir name="Comment"><file name="Collection.php" hash="553810c7efb655582d425fc68ef89099"/></dir><file name="Comment.php" hash="514755a39a8f9dc8e2ff12fb43f127e4"/><dir name="Grid"><file name="Collection.php" hash="5d0a931dad4809b5a6b7af0807d71f0f"/></dir><dir name="Item"><file name="Collection.php" hash="b70e817b5357dd90b414a372331144e2"/></dir><file name="Item.php" hash="fc0416695ac4dc9e5557c34625144eb5"/><dir name="Track"><file name="Collection.php" hash="0e223b004493eeb7e09ef0d0478cffdf"/></dir><file name="Track.php" hash="088ce295e9306d82f075635e0ec6a9c4"/></dir><file name="Shipment.php" hash="5bdaaab27ebd8bdc7da240a3d233edbc"/><dir name="Status"><file name="Collection.php" hash="f572bf53ab7a6fe043c02ed845ea35c2"/><dir name="History"><file name="Collection.php" hash="8e1f2453a712292a394f6401cadd9051"/></dir><file name="History.php" hash="c40bf8a54f21d4dd3ecb75d9629679e3"/></dir><file name="Status.php" hash="c8b050e06d2daebb61571f02d73a0210"/><dir name="Tax"><file name="Collection.php" hash="2ccff8907173a7d51b85cb82e603dafd"/></dir><file name="Tax.php" hash="df29451d8dba661fadfdeaaef1ce084f"/></dir><file name="Order.php" hash="3d97c9fc90c535cefd790c779bcfed38"/><dir name="Quote"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="15f057168e2c86a6c2e317b631155dfc"/><file name="Parent.php" hash="25f155b922300e88ac3e33e78a1c3dbf"/><file name="Region.php" hash="1c0992f62a146595a9aadd185b37b46d"/></dir><file name="Backend.php" hash="b4b2ea6c022234ffb1a949df2ad21db6"/><dir name="Frontend"><file name="Custbalance.php" hash="39860f7f3249b95e9f95bd9d3ba9bfc0"/><file name="Discount.php" hash="decc0f2b7e338b1e7546054fb772ac1f"/><file name="Grand.php" hash="4b64cf63c2cad044575801ceff1e948d"/><file name="Shipping.php" hash="8b829108037141cb553338dbe545bb0d"/><file name="Subtotal.php" hash="ef27a2b23e94f0094cb1af11b611d271"/><file name="Tax.php" hash="7e322e8a63e44a004f10eeda939e7381"/></dir><file name="Frontend.php" hash="4d6cc87251bf5556018255ed0db6fa88"/></dir><file name="Collection.php" hash="4cde270739bfa8016497a1bb3ab8cb20"/><dir name="Item"><file name="Collection.php" hash="835a5cb54735574d2dd8519fca243cf1"/></dir><file name="Item.php" hash="ba4795a0c07aa60fab9ed50d5ae929f2"/><dir name="Rate"><file name="Collection.php" hash="fa5f0bdc8f56e915ad5bceaeed1a3dd4"/></dir><file name="Rate.php" hash="1d2e53a89106390a1d058ccdece60f3e"/></dir><file name="Address.php" hash="e767522a1c3fa1a9768e6d22fd8284fa"/><file name="Collection.php" hash="9f9028f2d917af7c171aafbbd83a3f2f"/><dir name="Item"><file name="Collection.php" hash="22194b2d2a1884e0a01eb551d9a32c55"/><dir name="Option"><file name="Collection.php" hash="4163ffb671626da6c21e6a8db3f76ca9"/></dir><file name="Option.php" hash="cc66fe3aca2a8ad3fbbdec6345f0f08a"/></dir><file name="Item.php" hash="59db5fbd680ec197131b0f900120a247"/><dir name="Payment"><file name="Collection.php" hash="cce6945727b269a840a751f5f085b5e6"/></dir><file name="Payment.php" hash="c43bcaf87054b3d22791777ee734e69a"/></dir><file name="Quote.php" hash="5278756d9e8bc2f29417b9964cfe1a9e"/><dir name="Recurring"><dir name="Profile"><file name="Collection.php" hash="d4db9f1cc9da08029870ba6ca620bc69"/></dir><file name="Profile.php" hash="ef6608f31e39afe0a2dfe0a50f83551f"/></dir><dir name="Report"><file name="Abstract.php" hash="9f6c0b9efefc9bd3e92b48beb98d52f1"/><dir name="Bestsellers"><file name="Collection.php" hash="d01780d68a098e9d8bc18ae5c8e59fd9"/></dir><file name="Bestsellers.php" hash="eea0e132ceff794de36a041c30617517"/><dir name="Collection"><file name="Abstract.php" hash="13e63a24a0bdba17b2bbee45035c52a2"/></dir><dir name="Invoiced"><dir name="Collection"><file name="Invoiced.php" hash="891761d7727eae883ccf02130429b8f2"/><file name="Order.php" hash="57f2dd1bec4de8cf22019f3123be857c"/></dir></dir><file name="Invoiced.php" hash="64267ba079db20fac326431fe7f1c056"/><dir name="Order"><file name="Collection.php" hash="bf23b056e5d30c12ca4db6760f5c3096"/><dir name="Updatedat"><file name="Collection.php" hash="1b67a9c4ae811482dcf65f0b3db7a251"/></dir></dir><file name="Order.php" hash="47c23e211232ceb7e7d8efb6677dcdd8"/><dir name="Refunded"><dir name="Collection"><file name="Order.php" hash="12011559151a66bdd446bd9458299015"/><file name="Refunded.php" hash="44a087c502d2286ab4dfb3d68111769c"/></dir></dir><file name="Refunded.php" hash="4265e08fb3f5d2134bfc4f3fa47fbd7c"/><dir name="Shipping"><dir name="Collection"><file name="Order.php" hash="1767af550ce06d4786c583d3349d7d8b"/><file name="Shipment.php" hash="0f0ee183bdd32e8083a644d266f2d3f9"/></dir></dir><file name="Shipping.php" hash="8d936e3034286dec68228b0d4f1efeed"/></dir><file name="Report.php" hash="534d7b06bcb3b3afc5726cbabe863b99"/><dir name="Sale"><file name="Collection.php" hash="06caf759dd774613da9246d88725c27c"/></dir><file name="Setup.php" hash="37902e358b8467b024c30f285686e3fa"/></dir><file name="Observer.php" hash="79b869c9c9b377b20f3d4af010ec14c4"/><dir name="Order"><file name="Address.php" hash="522d164508f5ee6bc276f9c1c4783a3a"/><dir name="Api"><file name="V2.php" hash="b54039fd0cc3a4d61e1159fd79ffb479"/></dir><file name="Api.php" hash="a92b5e7a37dfff0d36a25a81e6416792"/><file name="Config.php" hash="79fb99b278ee9c30154b5bb8ad148510"/><dir name="Creditmemo"><dir name="Api"><file name="V2.php" hash="7e52e50a4ab0636f4445d109a65cd3bb"/></dir><file name="Api.php" hash="5b01d37ea4a1887a0cee2230324e36d2"/><file name="Comment.php" hash="8bab30909d12c275f5389181f527b2e4"/><file name="Config.php" hash="4137feb42b5fb4134f478c1ce7b03e69"/><file name="Item.php" hash="41593fcc4a9712936f9b508a5059a38c"/><dir name="Total"><file name="Abstract.php" hash="9f12a939ed80363c5b4de7e88455d336"/><file name="Cost.php" hash="2c0171beefe42fdd7b8fcbfe02586e06"/><file name="Discount.php" hash="6679d483e77e18276ac7681c2568ed32"/><file name="Grand.php" hash="beb51ead4c7bd31ec98d2f08c8b9ed38"/><file name="Shipping.php" hash="7fcb4b859469270d457012f6fc928fb3"/><file name="Subtotal.php" hash="cbd00261733201d181c36c336b3579fb"/><file name="Tax.php" hash="3792d9476808d7160e19159d10f2603a"/></dir></dir><file name="Creditmemo.php" hash="88f22dbce5282b80beab3194a2d2fdf8"/><dir name="Invoice"><dir name="Api"><file name="V2.php" hash="d6d1c1c363ad5593e0e004bb251a649c"/></dir><file name="Api.php" hash="7022f8188fe24d840d87d5efeaf08986"/><file name="Comment.php" hash="32975fc61d00d9910f7cd27a60ba590a"/><file name="Config.php" hash="ed8b6bfa800c136e1a5af0eb4692c126"/><file name="Item.php" hash="1ff1fc3de10aa453a648869f79e2d8f0"/><dir name="Total"><file name="Abstract.php" hash="c183d0e30b1a6c9a5cce50e88d9119df"/><file name="Cost.php" hash="2fcb311867b7418cacd29dc99cf08f5e"/><file name="Discount.php" hash="3d0f51205637546809f1e74cff7f02ab"/><file name="Grand.php" hash="51e7649b75e310c7e56426b09ee7f547"/><file name="Shipping.php" hash="bd7fdf133cc8703934aa22144cebc227"/><file name="Subtotal.php" hash="7b718f9642be97b2cbf2c13ef9caebfe"/><file name="Tax.php" hash="66eaa199fb72eb589a883d830145f961"/></dir></dir><file name="Invoice.php" hash="eacab84dc6df079cd7fe3a2105355fc3"/><file name="Item.php" hash="d0cd9c6ec49640f5c354e9a060c3a755"/><dir name="Payment"><file name="Transaction.php" hash="d9cb73b0e0d4e77ba683f71ab02f2c71"/></dir><file name="Payment.php" hash="395001796b2a4598ea15acda11743e0a"/><dir name="Pdf"><file name="Abstract.php" hash="79eafbeae7b2a40a0005e2a5ffa5cfdc"/><file name="Creditmemo.php" hash="85bc050fefc22cfc4f7bffa4f53cce6e"/><file name="Invoice.php" hash="e626254fe1e4a19bcab31ff3df30cf1b"/><dir name="Items"><file name="Abstract.php" hash="63d29cd8ef2cc3d80e9de8671e95a9c2"/><dir name="Creditmemo"><file name="Default.php" hash="47f455b2d6c888a1fa789287e38fbfb0"/><file name="Grouped.php" hash="36e7cb31aa90ba47732b046ec04b615e"/></dir><dir name="Invoice"><file name="Default.php" hash="4eb6bc0a40f223bb78d6c0d4680050ea"/><file name="Grouped.php" hash="d35d2a3d8b3f71a7121b6aa3237f1a9b"/></dir><dir name="Shipment"><file name="Default.php" hash="848d9aed37e665549b29afd4b2656334"/></dir></dir><dir name="Shipment"><file name="Packaging.php" hash="49847d280e65acadabdcd199380d128e"/></dir><file name="Shipment.php" hash="810a8ed6028cfba0f47dc15adce5be9b"/><dir name="Total"><file name="Default.php" hash="34fef5507dfd95f3b2f95861dc414dc7"/></dir></dir><dir name="Shipment"><dir name="Api"><file name="V2.php" hash="73b761e31403e0956f25eb1625d0da6b"/></dir><file name="Api.php" hash="c835c538f267ea70d5da34dbdabed3fa"/><file name="Comment.php" hash="73fca6a03c2dbcf127450646fd1c74d4"/><file name="Item.php" hash="b2c6c6039ae68c29e733489e6b04a054"/><file name="Track.php" hash="7e502f5a35efadb8078da0eca1ec4d50"/></dir><file name="Shipment.php" hash="262abdc2cb4da074dda476de0a088052"/><dir name="Status"><file name="History.php" hash="46f7db67cc87321d845a962019b153ab"/></dir><file name="Status.php" hash="b61744ea376ba89d656d1987585fa449"/><file name="Tax.php" hash="3e9b8ca721c4f2dade91a8bf59d35cda"/><dir name="Total"><file name="Abstract.php" hash="4f3115d47b3e1162761af8a5d8d12e30"/><dir name="Config"><file name="Base.php" hash="cb0fb84b3c5d6ac1f8deb80dbd9fefe5"/></dir></dir><file name="Total.php" hash="08a80dcf68364c8d4cc6d5cf6285d4f3"/></dir><file name="Order.php" hash="1a83253a60c92f01f66e4921ff7cd58a"/><dir name="Payment"><dir name="Method"><dir name="Billing"><file name="AgreementAbstract.php" hash="ef30eb11f54517bf908e81f54bb31198"/></dir></dir></dir><dir name="Quote"><dir name="Address"><file name="Item.php" hash="73b493fe0472614296f79885dd3fee1f"/><file name="Rate.php" hash="205dc3a6a1217cf551f0f1f57aaf36b5"/><dir name="Total"><file name="Abstract.php" hash="fd245c961861e14ffa25ee67d6cdeeed"/><file name="Collector.php" hash="530c5ba15c58fe92bf895d253ce8b907"/><file name="Custbalance.php" hash="c567678ef28e5f0fbf3918b0cdc3f7c6"/><file name="Discount.php" hash="83e35d3e75509b67d952ba4b67061a01"/><file name="Grand.php" hash="088a2d4b4f83ac4992d5ff6806b50d87"/><file name="Msrp.php" hash="68ad0c1837666ac476b237e3f7ec2943"/><dir name="Nominal"><file name="Collector.php" hash="e1e1f4c9c1c645ebb2224bf30b9f3065"/><dir name="Recurring"><file name="Initial.php" hash="de17f297b5766ca919e1a90b8c596919"/><file name="Trial.php" hash="6b40bc7313bc17c06aeff4959b21a60a"/></dir><file name="RecurringAbstract.php" hash="4d9a7eaaf2d09643fc02d269bdf421dc"/><file name="Shipping.php" hash="a0b9768eb537b72ab6253844c6dd776a"/><file name="Subtotal.php" hash="f7a0bcdea2b1e298ec9e0a1ee23f10db"/></dir><file name="Nominal.php" hash="203fef05b56054f7be27958d33bd4f9a"/><file name="Shipping.php" hash="62fe3541670a65ac0f77c0c35f4c9d38"/><file name="Subtotal.php" hash="2a030925693073314d07492734cf3737"/><file name="Tax.php" hash="d7778d2a5c754c00358dd9221993a775"/></dir><file name="Total.php" hash="e307e20185d91d23fec8faa33cb23e29"/></dir><file name="Address.php" hash="db21c84a994bdd5150bd7033225f0de5"/><file name="Config.php" hash="f30b83ab78625f7f31b997007d074662"/><dir name="Item"><file name="Abstract.php" hash="a17e16e5dbd0ad740bc705439a2ebbf9"/><file name="Option.php" hash="0a201b09a706a5b6e7bc97c9302dd5a5"/></dir><file name="Item.php" hash="5ebeedb3da95cbadccd6a4eb21bbd3aa"/><file name="Payment.php" hash="2a30e01333a4333103a04c720dff9426"/></dir><file name="Quote.php" hash="5b6e78a907d0faf0e535c72a46683f30"/><dir name="Recurring"><file name="Profile.php" hash="ad376d887ac3907fb0cd98bc024726d1"/></dir><dir name="Resource"><file name="Abstract.php" hash="1827bfe2f924cb7da852624c750686de"/><dir name="Billing"><dir name="Agreement"><file name="Collection.php" hash="34e4c58aa4c0da41bc2b4c337655509f"/></dir><file name="Agreement.php" hash="2d718c764345cd23b73f2c9992eeea44"/></dir><dir name="Collection"><file name="Abstract.php" hash="985b398d602df288ffc16775aefc4018"/></dir><dir name="Helper"><file name="Interface.php" hash="57871bd682f2817fbe6fc7b43598be72"/><file name="Mysql4.php" hash="e93a8e0f674a266f106df734898b6402"/></dir><dir name="Order"><file name="Abstract.php" hash="2c7c79bf2ebf63bd0861d6095304f2d6"/><dir name="Address"><file name="Collection.php" hash="aeecb8f8e20d68addf7901e17741ad32"/></dir><file name="Address.php" hash="ec49fb4126815b576d4a6444eb971788"/><dir name="Attribute"><dir name="Backend"><file name="Billing.php" hash="bd2e20ef5c6317fe893bea2baad861ff"/><file name="Child.php" hash="625e457f7ac5f793f727d1387fa917dc"/><file name="Parent.php" hash="d3e154fc55cd94c253b8ae55396a14e4"/><file name="Shipping.php" hash="a5d49ffa129052624e5ec06c6c62f869"/></dir></dir><dir name="Collection"><file name="Abstract.php" hash="7525e92d58ae3f8ce9f65a17f0514f20"/></dir><file name="Collection.php" hash="33d74384c2468b4cbe655c11bf3e9e49"/><dir name="Comment"><dir name="Collection"><file name="Abstract.php" hash="5146c3d2ffa009278c0905850cf587fc"/></dir></dir><dir name="Creditmemo"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="55ee3e5b5a3225792ba77565e0fcfde5"/><file name="Parent.php" hash="2a6e82eaac1ce3ae027640bf7860c9fb"/></dir></dir><file name="Collection.php" hash="536e9168d4e32c243f39531c92ae1612"/><dir name="Comment"><file name="Collection.php" hash="ca6ef0c70f4b3801a83ac08a91b6e862"/></dir><file name="Comment.php" hash="ffcd2e1cb38257c1afac3de1834b42ec"/><dir name="Grid"><file name="Collection.php" hash="01b0db00090c1867b7c5c80a6685c357"/></dir><dir name="Item"><file name="Collection.php" hash="eeef5c9fc4191509392165cffd163b10"/></dir><file name="Item.php" hash="9ae9edb910328f8dd802d2ab5b9fb0fd"/></dir><file name="Creditmemo.php" hash="3ccf41afaf784f074e2194235f592c92"/><dir name="Grid"><file name="Collection.php" hash="68f8699a94fc7ff4137c98140236a42b"/></dir><dir name="Invoice"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="e85ee7cd6c73abb8ab7ef5dd13a8d8ae"/><file name="Item.php" hash="49a87ddaed292ca04b528a75d1fe545a"/><file name="Order.php" hash="6a93f40d564b1e227ce5b6aaef548093"/><file name="Parent.php" hash="28ed8022a914cf55d2b275c87d127e10"/></dir></dir><file name="Collection.php" hash="68adc96b03164ae1c5fff61df254e8bb"/><dir name="Comment"><file name="Collection.php" hash="3a38e210dbbe9bf7dd078406aa900353"/></dir><file name="Comment.php" hash="a9dcbe145af5e6500f9c124e83a74d74"/><dir name="Grid"><file name="Collection.php" hash="cf7d697e9d99c529cc44f3722fce675a"/></dir><dir name="Item"><file name="Collection.php" hash="609b94b6f35fa89d72a178ef223c29fa"/></dir><file name="Item.php" hash="0fb51958443f4bc291987c3027897773"/></dir><file name="Invoice.php" hash="addb85be7cd1e7aa30b0a58e2de1a95a"/><dir name="Item"><file name="Collection.php" hash="07485fa05e4b105ce4ac8dfa9b9aa9dd"/></dir><file name="Item.php" hash="0a29ee452b601e3385916348829abaef"/><dir name="Payment"><file name="Collection.php" hash="583045d5c4d563e7d734c2679bc17599"/><dir name="Transaction"><file name="Collection.php" hash="a4745003251346db37a47945bc555df4"/></dir><file name="Transaction.php" hash="721c30c71456ebe0e50a91e152d74027"/></dir><file name="Payment.php" hash="b020d2a83318a65d9af72d991769aae2"/><dir name="Shipment"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="a949ea68b50d933c2d2cc7cefd7dd784"/><file name="Parent.php" hash="a99bcaa0b37f866a291270f552a953df"/></dir></dir><file name="Collection.php" hash="0e795989fb7deb94df16f7e95117b32a"/><dir name="Comment"><file name="Collection.php" hash="d389c4af29cedb9567bf4be2541a3aad"/></dir><file name="Comment.php" hash="8a23b3bba0d31ff39fbbe599f711971f"/><dir name="Grid"><file name="Collection.php" hash="531da75daa02bd8f142e63cb54059bd8"/></dir><dir name="Item"><file name="Collection.php" hash="1ee306559a12ae95df731d68b31d5462"/></dir><file name="Item.php" hash="461b1632cfef9fef15a48154735c1fe2"/><dir name="Track"><file name="Collection.php" hash="111c1774032d08041f40525f3c8865db"/></dir><file name="Track.php" hash="276cfafa0a37e39f4a13d8d5435ac222"/></dir><file name="Shipment.php" hash="37c8f83c096745a14ac9fe4459b98a42"/><dir name="Status"><file name="Collection.php" hash="fa7e735d42c6e36ed1931fb858f2abd0"/><dir name="History"><file name="Collection.php" hash="60c0f680e29b082cd67abf60060254f3"/></dir><file name="History.php" hash="cb84e54b7a596777c2d68a72b1a137c1"/></dir><file name="Status.php" hash="c9ad9c53b67beccc5b24514c52685d8a"/><dir name="Tax"><file name="Collection.php" hash="aa1d3fc01d049f02e2b7b904cbbe0112"/></dir><file name="Tax.php" hash="10842ba70e221f4d3f9964e8920ff262"/></dir><file name="Order.php" hash="20414c05d53327477e2f3fb81786f3bf"/><dir name="Quote"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="ca7a43a10a9d7eb8b0608b6bc4c98713"/><file name="Parent.php" hash="a539339cc9c661acb65ccce5a430997c"/><file name="Region.php" hash="460c7e410324608891b6473501632807"/></dir><file name="Backend.php" hash="fad77dc7fa39a9491b56febf79adcb0f"/><dir name="Frontend"><file name="Custbalance.php" hash="321b2a2d638b950e5a244461b8f29275"/><file name="Discount.php" hash="884ce32aba4c1febca55a15b40f304d5"/><file name="Grand.php" hash="ea945d9f54de7070d27b0d68bbbf1280"/><file name="Shipping.php" hash="c024ed30922f29926115a807336518d9"/><file name="Subtotal.php" hash="027622ac662e44775ba1fedbab214a52"/><file name="Tax.php" hash="e19497ed743c41a2df7d18ff47338fbb"/></dir><file name="Frontend.php" hash="e1a4240d3c1827628f5148248d6c252f"/></dir><file name="Collection.php" hash="08b43649cede52eda0fdb38e81d07c41"/><dir name="Item"><file name="Collection.php" hash="0652c6d4d49f765b9ccf3ed09f00afb7"/></dir><file name="Item.php" hash="1ae06b2f039853d53c8f3acd8e464850"/><dir name="Rate"><file name="Collection.php" hash="8dc635dad0dccbf20a31e0dda20e89e7"/></dir><file name="Rate.php" hash="a3e196734329821e9c8eb3b938082390"/></dir><file name="Address.php" hash="34600d87e01808f3b99be8fecac308ac"/><file name="Collection.php" hash="90d3a047ac95291e51d723cd515c38e1"/><dir name="Item"><file name="Collection.php" hash="24e386e80f876a5f8801e1fe838aebfe"/><dir name="Option"><file name="Collection.php" hash="c9d518d206dd1463d281e1b9a84d29c6"/></dir><file name="Option.php" hash="e7b02fd1e3f9e29f82d88940091511fa"/></dir><file name="Item.php" hash="e133aa770821802d652dd473a15bb58c"/><dir name="Payment"><file name="Collection.php" hash="f3346b48d712704d7a3d1ee3c995240e"/></dir><file name="Payment.php" hash="648116c4091cf6b7847276285a12ca4a"/></dir><file name="Quote.php" hash="dedf9e17081484606b8e2361c9790c96"/><dir name="Recurring"><dir name="Profile"><file name="Collection.php" hash="dbc71b2a12d88283cd25f7b9d41cc137"/></dir><file name="Profile.php" hash="a89fd3c949076d932304876f36335200"/></dir><dir name="Report"><file name="Abstract.php" hash="9f529327c8e61d0ef7f1f759d26ce831"/><dir name="Bestsellers"><file name="Collection.php" hash="1a9da14344ebecccd83aad36d570a929"/></dir><file name="Bestsellers.php" hash="a198ae22a19762f02e7cd164e5c3ebbe"/><dir name="Collection"><file name="Abstract.php" hash="bf4c730c6da71ebd5b901f4360440cfa"/></dir><dir name="Invoiced"><dir name="Collection"><file name="Invoiced.php" hash="5567c790ebddeabdf3118b8b2ee975b5"/><file name="Order.php" hash="a585f16bfc925669682515ef4aa07d8d"/></dir></dir><file name="Invoiced.php" hash="cc34d3c78fffc4e6533576cd2e888986"/><dir name="Order"><file name="Collection.php" hash="76a261892a856da5a234cec29aa9d54d"/><file name="Createdat.php" hash="57e5cae7e469c06b946b23b07fa3f2a9"/><dir name="Updatedat"><file name="Collection.php" hash="b01954fece830ac42c09e52cf782c9c4"/></dir><file name="Updatedat.php" hash="c634bb583c0b3897813039cee1c26038"/></dir><file name="Order.php" hash="fee44664828115bd9060f0c998a6cea5"/><dir name="Refunded"><dir name="Collection"><file name="Order.php" hash="2a5ebcc04598aff11db0f0c048cab0fb"/><file name="Refunded.php" hash="7d3ec6ad0159d0317a41908e509905b1"/></dir></dir><file name="Refunded.php" hash="aaca190ba55d269b1a1e8d7de8abd871"/><dir name="Shipping"><dir name="Collection"><file name="Order.php" hash="b3353ea0e52272c2c461be8f1a7bb77c"/><file name="Shipment.php" hash="3482d5727d078c890d6c3b8d5de8f2f8"/></dir></dir><file name="Shipping.php" hash="d3c6b287a134b113cf5f65793ff6cee5"/></dir><file name="Report.php" hash="5aab6e2f01221cf4301115087afc5306"/><dir name="Sale"><file name="Collection.php" hash="f21d721d2f0f644c570de1259971fe6c"/></dir><file name="Setup.php" hash="d42f687f9a34958bff5c507bbebcee96"/></dir><dir name="Service"><file name="Order.php" hash="8afbbc9ef13b9d9226156b4708e6b6a5"/><file name="Quote.php" hash="7635f4fd24b15ae1ae61941cc02914c5"/></dir><dir name="Status"><file name="List.php" hash="0b3d39cb78425298b133fd2d7a07b014"/></dir></dir><dir name="controllers"><dir name="Billing"><file name="AgreementController.php" hash="15c30714065e5ea91735fa3cb4915514"/></dir><file name="DownloadController.php" hash="ea6e90a3d3a9e6f8c54843d37157fb2e"/><file name="GuestController.php" hash="11668b4b4ceaa12aba217fdc169b6e6a"/><file name="OrderController.php" hash="31cc0f5b5cc3c8d44857ff748f318d2f"/><dir name="Recurring"><file name="ProfileController.php" hash="e4b68826c09291325603591ff95eac55"/></dir></dir><dir name="data"><dir name="sales_setup"><file name="data-install-1.6.0.0.php" hash="0d219ec853bf295652e69de722ef6bd4"/><file name="data-upgrade-1.6.0.4-1.6.0.5.php" hash="9aad0f0ef24472f718a7a802ecb4fa7c"/></dir></dir><dir name="doc"><file name="invoice.txt" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="order.txt" hash="5dce876530c94ebbedbba7a234c23846"/><file name="order_actions.HTM" hash="b955e61bff753ea0534f907ef6ba9bb6"/><file name="quote.txt" hash="55ecfbdd576958ff1b1fbf16957ba9df"/><file name="test.php" hash="9448874b4c301f0d1ce3ef4c50f3aba8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="58e3defe7c05db81f979aa23fd79565c"/><file name="api.xml" hash="437d00b5a8b279f3a143edc848c5dc2b"/><file name="api2.xml" hash="7e8660b666a3f33235ff4a74d764a612"/><file name="config.xml" hash="7c1060774c9d80290454f20a50201ec9"/><file name="system.xml" hash="daa15cc90b11f9056532424aa0826489"/><file name="widget.xml" hash="94803c1cdda6fce218690fe752106311"/><file name="wsdl.xml" hash="ed13de1dde6408ab508892374ef57b81"/><file name="wsi.xml" hash="6aba2f44765955ec8bcd1afcebfb0800"/></dir><dir name="sql"><dir name="sales_setup"><file name="install-1.6.0.0.php" hash="35ecd13d665fc1d64fd95532c2facf00"/><file name="mysql4-install-0.7.0.php" hash="b2ecded3e433a815800bc85c55300bab"/><file name="mysql4-install-0.8.11.php" hash="9252c72ad9d055eaf31cb5fae7388e8f"/><file name="mysql4-install-0.9.0.php" hash="1daa0f3b9caf402930f283b258ab544d"/><file name="mysql4-install-1.4.0.0.php" hash="a121096672ed80892909c365c165f8e3"/><file name="mysql4-upgrade-0.6.2-0.7.0.php" hash="41107c60ee58580bb536b9875bbc1e86"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="0f8caf5b1ed52e750a3a612cce276e45"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="5aa6a3cf2f08a88e7d3d91b81e4c2ddb"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="ee8fc966a58b1ff6fef8850960c5e4ed"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="b5bc154bdc15793fb922efdeae2b071f"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="de35f599278a693489508b32e655b6ab"/><file name="mysql4-upgrade-0.8.1-0.8.2.php" hash="0f8c836fa431252da43e3e8de1c6c61f"/><file name="mysql4-upgrade-0.8.11-0.8.12.php" hash="513ae3924f308d22e7e56c1d1f983a50"/><file name="mysql4-upgrade-0.8.12-0.8.13.php" hash="9f7aa4fefdbf1d34e6a02130fe8060cd"/><file name="mysql4-upgrade-0.8.13-0.8.14.php" hash="045ac59f0eb01f2a6cc168b5b36a663a"/><file name="mysql4-upgrade-0.8.14-0.8.15.php" hash="658c927eb7d2aa9898979dba58441af9"/><file name="mysql4-upgrade-0.8.15-0.8.16.php" hash="0d88c4f530ef1b4e009dc33e7ee11299"/><file name="mysql4-upgrade-0.8.16-0.8.17.php" hash="3f876a1d6560d07a8d6992e2490485db"/><file name="mysql4-upgrade-0.8.17-0.8.18.php" hash="894247d074afb30da3fa2281ab03c860"/><file name="mysql4-upgrade-0.8.18-0.8.19.php" hash="fd6c0233c5987a8de52c498716bac4d2"/><file name="mysql4-upgrade-0.8.19-0.8.20.php" hash="8320abcee0a98d0b8b993e988ba692a6"/><file name="mysql4-upgrade-0.8.2-0.8.3.php" hash="fcffec0e9200dc6b0e70b5de1872e56f"/><file name="mysql4-upgrade-0.8.20-0.8.21.php" hash="e0fbec0a384365429c446648d585fde0"/><file name="mysql4-upgrade-0.8.21-0.8.22.php" hash="626def513b623e592b5cfe104c599bec"/><file name="mysql4-upgrade-0.8.22-0.8.23.php" hash="b726d68ecb1b6e1f73f20771c295ba40"/><file name="mysql4-upgrade-0.8.23-0.8.24.php" hash="f5ec5686e2cab602287636733bd49586"/><file name="mysql4-upgrade-0.8.24-0.8.25.php" hash="e6f12189d85a9fe5a9ab582960cf825b"/><file name="mysql4-upgrade-0.8.25-0.8.26.php" hash="ebf67bae9b00dbd73a679732bf03361f"/><file name="mysql4-upgrade-0.8.26-0.8.27.php" hash="072e288c0002262f924678528236feaf"/><file name="mysql4-upgrade-0.8.27-0.8.28.php" hash="af01de255ee8508ba01444791282ac57"/><file name="mysql4-upgrade-0.8.28-0.8.29.php" hash="9d6f6aaeb52ee54f04ac6e1c7434b692"/><file name="mysql4-upgrade-0.8.29-0.9.0.php" hash="18d49fc18a46d3b4d70da542ab03821e"/><file name="mysql4-upgrade-0.8.3-0.8.4.php" hash="eb95e5985139405b87bd7bec0850d4b8"/><file name="mysql4-upgrade-0.8.6-0.8.7.php" hash="fcffec0e9200dc6b0e70b5de1872e56f"/><file name="mysql4-upgrade-0.8.7-0.8.8.php" hash="ad7cf4e319a92508983bdf6a1968cc81"/><file name="mysql4-upgrade-0.8.8-0.8.9.php" hash="8e6172877fdcd2204083ec578c69fcdb"/><file name="mysql4-upgrade-0.9.0-0.9.1.php" hash="05391967880f965ec0ec8e62e24ee4fc"/><file name="mysql4-upgrade-0.9.1-0.9.2.php" hash="2271a48a2720f1c76fe9b7990ac0e497"/><file name="mysql4-upgrade-0.9.10-0.9.11.php" hash="db4c44445da645fb7e23f43ffac31101"/><file name="mysql4-upgrade-0.9.11-0.9.12.php" hash="070b7d4d22dbf12155a0dd12feea7e98"/><file name="mysql4-upgrade-0.9.12-0.9.13.php" hash="70777cc99c8f208041c7239df9df8ad2"/><file name="mysql4-upgrade-0.9.13-0.9.14.php" hash="55f49ccec9c3add1aaddcfdb301d03d2"/><file name="mysql4-upgrade-0.9.14-0.9.15.php" hash="e1ee0ccac209456468f973b67ff3e692"/><file name="mysql4-upgrade-0.9.15-0.9.16.php" hash="62e6148be166464e595f404a8e6c2425"/><file name="mysql4-upgrade-0.9.16-0.9.17.php" hash="0efd8da521962606bfb82aba8d816105"/><file name="mysql4-upgrade-0.9.17-0.9.18.php" hash="de7fecd831b69a2e750ad1a8ac4318de"/><file name="mysql4-upgrade-0.9.18-0.9.19.php" hash="05c5d6d17d97a2bccc01e7a3798e03e6"/><file name="mysql4-upgrade-0.9.19-0.9.20.php" hash="e535b7903f19234633f4890f55291a1f"/><file name="mysql4-upgrade-0.9.2-0.9.3.php" hash="2d9c9d57165194e880dbbf04d61c0d5d"/><file name="mysql4-upgrade-0.9.20-0.9.21.php" hash="fc0e145c9968a50ae3ddc0e5e9b4e794"/><file name="mysql4-upgrade-0.9.21-0.9.22.php" hash="bed93a745133eb6b7fbe65f6cade6b50"/><file name="mysql4-upgrade-0.9.22-0.9.23.php" hash="6daefaaf0e7798f168899a2ee2e0dd24"/><file name="mysql4-upgrade-0.9.23-0.9.24.php" hash="210c28e992cb079cc59072a84d10145e"/><file name="mysql4-upgrade-0.9.24-0.9.25.php" hash="fdeccd18850bd6507817494982ec179e"/><file name="mysql4-upgrade-0.9.25-0.9.26.php" hash="3cfb3f9c20d97874cdc09e160f57971b"/><file name="mysql4-upgrade-0.9.26-0.9.27.php" hash="dc23a8f1de8ce28dd9c42fd77d69f1d1"/><file name="mysql4-upgrade-0.9.27-0.9.28.php" hash="75747d526a76603bc23803c68be2483a"/><file name="mysql4-upgrade-0.9.28-0.9.29.php" hash="dae5093dcb0acd9907a37c2124f4a45c"/><file name="mysql4-upgrade-0.9.29-0.9.30.php" hash="77f3a8aa582ab4a6a04bbce0869ea2c8"/><file name="mysql4-upgrade-0.9.3-0.9.4.php" hash="3cc09d4eb4f3b40e09e64ead840d1401"/><file name="mysql4-upgrade-0.9.30-0.9.31.php" hash="602da32d7ea5caa530bba5860b17b186"/><file name="mysql4-upgrade-0.9.31-0.9.32.php" hash="45c919a28bf8631ca04c52b37776e214"/><file name="mysql4-upgrade-0.9.32-0.9.33.php" hash="69c7169c981800eb1e30bcb779853027"/><file name="mysql4-upgrade-0.9.33-0.9.34.php" hash="dae86278802c023fd5df0785c900d12f"/><file name="mysql4-upgrade-0.9.34-0.9.35.php" hash="0911c3716f5436bc49dc796da9f6381b"/><file name="mysql4-upgrade-0.9.35-0.9.36.php" hash="1e07022721e899e8bb920758f947115a"/><file name="mysql4-upgrade-0.9.36-0.9.37.php" hash="fec76b25eab9df708bd59b3ac4a4e383"/><file name="mysql4-upgrade-0.9.37-0.9.38.php" hash="1b31cbe35a656f7abb1ca3316750f025"/><file name="mysql4-upgrade-0.9.38-0.9.39.php" hash="19014589186cbba8bb5089cd5264fc2a"/><file name="mysql4-upgrade-0.9.39-0.9.40.php" hash="c3f2fb6556664c5ac53198e01f3462c7"/><file name="mysql4-upgrade-0.9.4-0.9.5.php" hash="02356d9e401e8f60cee925842d43aab9"/><file name="mysql4-upgrade-0.9.40-0.9.41.php" hash="698e454c5d859f3535c4ee5acc18a022"/><file name="mysql4-upgrade-0.9.41-0.9.42.php" hash="48b62d2482b46a93d727b3d8c3118c7a"/><file name="mysql4-upgrade-0.9.42-0.9.43.php" hash="9dc49c3b5c5c4c0959d3621fdbd4a806"/><file name="mysql4-upgrade-0.9.43-0.9.44.php" hash="64cfa9e70a657a087d40a3e7be838fca"/><file name="mysql4-upgrade-0.9.44-0.9.45.php" hash="1359d87d21a233658bd9d1687244b6e5"/><file name="mysql4-upgrade-0.9.45-0.9.46.php" hash="f6e995a5826d650c1fa216a3db688730"/><file name="mysql4-upgrade-0.9.46-0.9.47.php" hash="74f0e8144d8520654f329994351b051f"/><file name="mysql4-upgrade-0.9.47-0.9.48.php" hash="771a79f077403edbfdbc9dd4e697a551"/><file name="mysql4-upgrade-0.9.48-0.9.49.php" hash="1aa676dbb893d5f43c51a1b6f89f0618"/><file name="mysql4-upgrade-0.9.49-0.9.50.php" hash="0de7391d79cd3777f71c2b37159222d4"/><file name="mysql4-upgrade-0.9.5-0.9.6.php" hash="66036a80781508bd8ef0b84c23c3b7ff"/><file name="mysql4-upgrade-0.9.50-0.9.51.php" hash="63046fc5480d938a4062f258d760f533"/><file name="mysql4-upgrade-0.9.51-0.9.52.php" hash="c54b247abfeec6b6addc3a3680c07f0c"/><file name="mysql4-upgrade-0.9.52-0.9.53.php" hash="dc76d9f39421301d6f3a92dbecfbea21"/><file name="mysql4-upgrade-0.9.53-0.9.54.php" hash="e8f0fae97bed9e6a8357cf9244b9bcf4"/><file name="mysql4-upgrade-0.9.54-0.9.55.php" hash="42d010e0daeb0fc6939894bea3cb3c00"/><file name="mysql4-upgrade-0.9.55-0.9.56.php" hash="aae887cd15c7457aa0f656b1836fbdf5"/><file name="mysql4-upgrade-0.9.6-0.9.7.php" hash="49f490868c1f653e0361e9410a47e20f"/><file name="mysql4-upgrade-0.9.7-0.9.8.php" hash="5c964d6ce080ad59c53b8e152599c6fb"/><file name="mysql4-upgrade-0.9.8-0.9.9.php" hash="0189b88f9a69054a52a6e1fbd42d74f4"/><file name="mysql4-upgrade-0.9.9-0.9.10.php" hash="5cb893ec004f2121ade980c942653662"/><file name="mysql4-upgrade-1.3.99-1.4.0.0.php" hash="d3ffddcc70c688105e518db8d33fa9fb"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="b63747314e03540b0dcfd7d688ac02b5"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="f5f7fc52633f5e9f6cf6962550446f55"/><file name="mysql4-upgrade-1.4.0.15-1.4.0.16.php" hash="1129e980b9a248e8c1d312dfeb8c4b48"/><file name="mysql4-upgrade-1.4.0.16-1.4.0.17.php" hash="148dd7fdc52c2c202737de596e754530"/><file name="mysql4-upgrade-1.4.0.17-1.4.0.18.php" hash="d2c8dcbeb0ce840de7789c0b5ab60d40"/><file name="mysql4-upgrade-1.4.0.18-1.4.0.19.php" hash="9b960855a4afaf1a7d54a9e292995d1f"/><file name="mysql4-upgrade-1.4.0.19-1.4.0.20.php" hash="c57de05dcef1d9067cbd88feb9404f42"/><file name="mysql4-upgrade-1.4.0.2-1.4.0.3.php" hash="d7e2ef1f226590f03819928cbfe4722d"/><file name="mysql4-upgrade-1.4.0.20-1.4.0.21.php" hash="7a0196e0f3fb5a558a70c12578f28dbc"/><file name="mysql4-upgrade-1.4.0.21-1.4.0.22.php" hash="f729dc1f1188f1f238994b82d165fa6e"/><file name="mysql4-upgrade-1.4.0.22-1.4.0.23.php" hash="1c93e2dd5965ed0d3dafca442ff578b6"/><file name="mysql4-upgrade-1.4.0.23-1.4.0.24.php" hash="2bcc4c0057511228a3f6285fd6b17c48"/><file name="mysql4-upgrade-1.4.0.24-1.4.0.25.php" hash="ee3194524c8c95bcb3eca481153ac983"/><file name="mysql4-upgrade-1.4.0.3-1.4.0.4.php" hash="fd87443156c5de492b466d86c6d153e6"/><file name="mysql4-upgrade-1.4.0.4-1.4.0.5.php" hash="ea7f6e67fdedd44a3f5d3e0d34ce25f9"/><file name="mysql4-upgrade-1.4.0.5-1.4.0.6.php" hash="8db1607671f4bd9d7dfae3758a7199ae"/><file name="mysql4-upgrade-1.4.0.6-1.4.0.7.php" hash="7843f8b2047c77f8db8ce49f25301cf4"/><file name="mysql4-upgrade-1.4.0.7-1.4.0.8.php" hash="1253808ae4bac162b6de3deac7c1babc"/><file name="mysql4-upgrade-1.4.0.8-1.4.0.15.php" hash="92c230f4341b593c98420446f9d104b5"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="ca0830bd1d4065869a91b6ebcd263fb9"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="ee3389185c53df12c1bc4cadf4d6c7eb"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="5623d3558a51a3ff8453cecbc1559a48"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="1be88f4c20700a98513a288e60cdc57d"/><file name="upgrade-1.6.0.3-1.6.0.4.php" hash="87224b472303c62b38f016b5dc0d38ee"/><file name="upgrade-1.6.0.4-1.6.0.5.php" hash="af32d909aeb245b253e540b1e65aff55"/><file name="upgrade-1.6.0.5-1.6.0.6.php" hash="5610c7a557da9e3a4d6963fbf6b54d64"/><file name="upgrade-1.6.0.6-1.6.0.7.php" hash="1ffe87b1df5a94fa05bd67b3e4a8b815"/><file name="upgrade-1.6.0.7-1.6.0.8.php" hash="71a4020a1a67c173134c4621d35319ef"/><file name="upgrade-1.6.0.8-1.6.0.9.php" hash="91f7aaa3f3fa606ba8558371c68f2cfa"/></dir></dir></dir><dir name="SalesRule"><file name="Exception.php" hash="5ce6b02e0ece7eaa94d18339af72900c"/><dir name="Helper"><file name="Coupon.php" hash="dfdd4c30251eb6e28009d74877e631a2"/><file name="Data.php" hash="a7327dda9b7f22b34ef2eef676f0cad6"/></dir><dir name="Model"><dir name="Coupon"><file name="Codegenerator.php" hash="a35291709812cdb70884f479fe964a71"/><file name="CodegeneratorInterface.php" hash="3f4ca5b3ac0a738c848b13179ef20b70"/><file name="Massgenerator.php" hash="82c15232cfa3f4386f597a1b56ddccdc"/></dir><file name="Coupon.php" hash="d2d838c119e9edb106b02658297994e3"/><dir name="Mysql4"><dir name="Coupon"><file name="Collection.php" hash="275e83232118c14729f5dfbfd5a3f8e3"/><file name="Usage.php" hash="5721c1c9ee0134899720e213843f1492"/></dir><file name="Coupon.php" hash="1bc35dcfc6248290d22f398b6764ec47"/><dir name="Report"><file name="Collection.php" hash="0cd75e35f6890b95510190d7d1c7f535"/><file name="Rule.php" hash="739a3c5530ec3c0c2fcd1770ea9c27eb"/><dir name="Updatedat"><file name="Collection.php" hash="4659468af8cec4e1525e0e09fab81e3e"/></dir></dir><dir name="Rule"><file name="Collection.php" hash="e3b3f56d1d1ffc0a48b80b28a6bbdc3c"/><dir name="Customer"><file name="Collection.php" hash="a5588674fe7dd382e4a74932fc4b9599"/></dir><file name="Customer.php" hash="95cb408c6a3d003a03d2c50c87012245"/><dir name="Product"><file name="Collection.php" hash="9df1b91fc5ae78c628aedf95f3e8f200"/></dir><file name="Product.php" hash="b69368359eae907419597e3329ce9127"/></dir><file name="Rule.php" hash="8fd3ce72ffdbb21126319a84cd55b891"/></dir><file name="Observer.php" hash="8361a5fe17b140a2fefeb5a935b67d82"/><dir name="Quote"><file name="Discount.php" hash="a309ca593ab95d60371c8b91d9392fae"/><file name="Freeshipping.php" hash="1a32a2f8b59abfc3f55299142917dc13"/><dir name="Nominal"><file name="Discount.php" hash="0a01cdfce172c860fb6c92412ed60828"/></dir></dir><dir name="Resource"><dir name="Coupon"><file name="Collection.php" hash="2aa0f1eb7c21da51a4040f4d27941f6c"/><file name="Usage.php" hash="4fbbad008804c9944f81bdecd6034e79"/></dir><file name="Coupon.php" hash="37627734c8de4a2905e577ab9e9bd594"/><dir name="Report"><file name="Collection.php" hash="9098e779e2ae485f0ad4351dcefdda14"/><dir name="Rule"><file name="Createdat.php" hash="13f00c98f7c051972a5d24bdc8e2f0c0"/><file name="Updatedat.php" hash="491283169400269ea4cdba1dfbc6542a"/></dir><file name="Rule.php" hash="9388be92b5e4a050fdde19cb6e294740"/><dir name="Updatedat"><file name="Collection.php" hash="ffbbb3e6a8ebacec3afdb03b0255dceb"/></dir></dir><dir name="Rule"><file name="Collection.php" hash="50a895f55f74bf0d4ded069bad35da43"/><dir name="Customer"><file name="Collection.php" hash="ab2a5f1365a206b9149bc45a21a1d9cb"/></dir><file name="Customer.php" hash="29983c4cafad5732e7e4c116351ee825"/><dir name="Product"><file name="Collection.php" hash="725978eb1729828eec8318f57a00b404"/></dir><file name="Product.php" hash="58f316e75b1ad6094b2b46e3e15914e7"/></dir><file name="Rule.php" hash="b807cc969a2e0af7495a5be76b30adc4"/></dir><dir name="Rule"><dir name="Action"><file name="Collection.php" hash="78fc6ac2156de8f09936e3a853838818"/><file name="Product.php" hash="1b8eacd4749b71b374c2d920f901ca77"/></dir><dir name="Condition"><file name="Address.php" hash="7f5abc0bc75ddb12563b22554bca3d1f"/><file name="Combine.php" hash="f04d32055710f62b016ce0abc048699b"/><dir name="Product"><dir name="Attribute"><file name="Assigned.php" hash="8f1e903555c2dcf454908c65b4fb01f0"/></dir><file name="Combine.php" hash="33062b19f9b2e6658d0cafd2e303cc6f"/><file name="Found.php" hash="e1d7e4b7fc2c9727ab9c66119a965934"/><file name="Subselect.php" hash="cfe11cdae1489cf31f2faf9568105782"/></dir><file name="Product.php" hash="03f6ca5610af1127baca0bf52f725f64"/></dir><file name="Customer.php" hash="0051ca24ab8fe0123cd54cc8b14bd64e"/><file name="Product.php" hash="469f7799e36292346238b151ca7b668a"/></dir><file name="Rule.php" hash="13161fa5af969a0d05db78894a49ab1f"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Coupon"><file name="Format.php" hash="23fb0c2d796d7f7d93b9673af64fd932"/></dir></dir></dir></dir><file name="Validator.php" hash="181e4eaa69d6d08ab57b9f07b37a8329"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0f6510bb29d1cf8fb7a829fcc1a2e084"/><file name="config.xml" hash="c00eeec291d7f084e305a81237e62643"/><file name="system.xml" hash="b5486d055594fee3f080ef0d441a228b"/></dir><dir name="sql"><dir name="salesrule_setup"><file name="install-1.6.0.0.php" hash="5d4de0a1b756ccf9f9e705bd7f1a64ca"/><file name="mysql4-install-0.7.0.php" hash="732dd47c6be4c7b928cb4c214885d6a1"/><file name="mysql4-install-1.4.0.0.0.php" hash="1887ca743218d9088e1671e5642af27f"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="fee563517f784110c2d8465c78d2e16d"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="19b01cf37e065babacd27091cf96fcc0"/><file name="mysql4-upgrade-0.7.10-0.7.11.php" hash="b2afb535829807be599f3cbe6f4423f1"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="60e3c10c6e303f069d6b03a4323a86c6"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="0db65b014348a4916ce598d1ec5e7fa0"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="e7e24ec51141293a68ec2ebde8b77526"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="df5a469c95840ecbd481649da4b41e8a"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="9b5676a1d05ee821b63a3f208f72e7a6"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="1afae0ab1de38829c47f6e32f8279980"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="b1588fba2e26ad84834e4df18979ae48"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="dcd5cbb1f8b8568223c3809a53ba10c3"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="2414ae3806c5990066e19c011297df68"/><file name="mysql4-upgrade-1.4.0.0.0-1.4.0.0.1.php" hash="324a56ec82dbe596c7b50541cbe08903"/><file name="mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php" hash="42071774dc49f471aab44c424c2a7c67"/><file name="mysql4-upgrade-1.4.0.0.2-1.4.0.0.3.php" hash="b7e46d7e71a6a640935c63e40e6a274b"/><file name="mysql4-upgrade-1.4.0.0.3-1.4.0.0.4.php" hash="09c3b01c9c5bd0fa67238c764eb3ca0b"/><file name="mysql4-upgrade-1.4.0.0.4-1.4.0.0.5.php" hash="c4782c6caff7ffea39c5cadf663d5ab4"/><file name="mysql4-upgrade-1.4.0.0.5-1.4.0.0.6.php" hash="6191d88b1ff0204893f1c97bbcca0a0a"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="4407f2a614d7c89f23c4d5fe7c7f721a"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="d54f994a57aebf7c478182a96f720487"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="6a25b70811283029ef9fb826a6670061"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="db02c4ed85bbfbf94b990d085e9cad05"/></dir></dir></dir><dir name="Sendfriend"><dir name="Block"><file name="Send.php" hash="4b7cf83411dc5d4309d4c7f82903be23"/></dir><dir name="Helper"><file name="Data.php" hash="99c0fd9ded258e9b2a19a8d6c5bc3eb4"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Sendfriend"><file name="Collection.php" hash="c593f0ec356e2293f882ea9310eb2594"/></dir><file name="Sendfriend.php" hash="848648e67400db18265495f40c8eab4e"/><file name="Setup.php" hash="97a04c041abaa75c7abec717a38a26a1"/></dir><file name="Observer.php" hash="3e25f7b09144e48cf74d45d4c67afd31"/><dir name="Resource"><dir name="Sendfriend"><file name="Collection.php" hash="014bdfce594acc8c2f6db45f04162d9a"/></dir><file name="Sendfriend.php" hash="f5d4a8eddfca5b4782e66d04b98cd564"/><file name="Setup.php" hash="806828e98e42121394617d1535973a97"/></dir><file name="Sendfriend.php" hash="644b6649366df8d7b196580f50c7db01"/></dir><dir name="controllers"><file name="ProductController.php" hash="851afec20e1d86febea4f66f4e80ed94"/></dir><dir name="etc"><file name="config.xml" hash="de945b6acaa34cb0dbe2400ae5c0533d"/><file name="system.xml" hash="a3974b784d981b372774e7d206a619bf"/></dir><dir name="sql"><dir name="sendfriend_setup"><file name="install-1.6.0.0.php" hash="f5c417291cc43c59a8cc0bfb5ec14c99"/><file name="mysql4-install-0.7.0.php" hash="642d347874e889bb072be0d5f77dadb5"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="c9e5ed3488fafe29e08f7aaea6d16c61"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="3e2f9dd2d161b0645a1a03acb04fdd00"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="e6ba7f8b3cc0176b0fde95a9d85b4673"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="154145cf6e9302195601f8252b2cfd1f"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.1.php" hash="f58aa994b2cac22bff0b28dc20ffc152"/></dir></dir></dir><dir name="Shipping"><dir name="Block"><dir name="Tracking"><file name="Ajax.php" hash="94a38890d53e21e8b2673b97f9419143"/><file name="Popup.php" hash="03ca9191edd6bdce0437f624f5aca5b0"/></dir></dir><file name="Exception.php" hash="09e99855a128e76fd041455818aa3069"/><dir name="Helper"><file name="Data.php" hash="f9747feac33d0b47528f97e72850531f"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="907cc6a4db1be48908c76eac284c68ad"/><file name="Flatrate.php" hash="9b9e129ef347051764fd4dbb4f43d93d"/><file name="Freeshipping.php" hash="7093dc632a36fad83543db0b08217b74"/><file name="Interface.php" hash="68e765925952f2c96a383bdb642ef24c"/><file name="Pickup.php" hash="817c0ee3ba5079da5c4be298a6d439de"/><file name="Tablerate.php" hash="492da728be048e3b959f685c61f5d669"/></dir><file name="Config.php" hash="666c7ede839f3509f61b69ca9569545c"/><file name="Info.php" hash="58d0360fef99ef209a63c7bcabc1d363"/><dir name="Mysql4"><dir name="Carrier"><dir name="Tablerate"><file name="Collection.php" hash="ede56eed5c54216b0f02a79bdec438af"/></dir><file name="Tablerate.php" hash="84b15292297c4f0dac51770fbc6c87d9"/></dir></dir><dir name="Rate"><file name="Abstract.php" hash="8de84542567d04a5ec8f3417d2f9bbb3"/><file name="Request.php" hash="7340edc18bd80c82b7b95328812becff"/><dir name="Result"><file name="Abstract.php" hash="758e1330a6b61136f9b4ecd1125e02de"/><file name="Error.php" hash="e43d7b5e73057386caf8f2b7255aa4df"/><file name="Method.php" hash="24aa18d7796f34e8ba2afe82081683fc"/></dir><file name="Result.php" hash="9cc799803c9208f2028127fd36133e2a"/></dir><dir name="Resource"><dir name="Carrier"><dir name="Tablerate"><file name="Collection.php" hash="7207413df7e0cbc1e7ceaa645fc74a87"/></dir><file name="Tablerate.php" hash="aa9fdff0630e5d4aed7f444df1730760"/></dir></dir><dir name="Shipment"><file name="Request.php" hash="ee03801a69cec2068ce52534b2043a66"/><file name="Return.php" hash="9c15365cefddfc77687cb3cfe7a4cde9"/></dir><file name="Shipping.php" hash="fca825cf90b43e6e90c3dedb34ffc6b5"/><dir name="Source"><file name="HandlingAction.php" hash="a999b41872068b051e3ea7ed1a8f41ba"/><file name="HandlingType.php" hash="786a48cf6abe0d9e3228d5ee4f3be86e"/></dir><dir name="Tracking"><dir name="Result"><file name="Abstract.php" hash="17d056de13a0472cace69a3623a0f80d"/><file name="Error.php" hash="86e94f8c383799fd63d61d3dcb211e55"/><file name="Status.php" hash="cffe81a088b430a0614fc9b5b7b7a4aa"/></dir><file name="Result.php" hash="f65c48cf6b110fc95abad58db0c04e0d"/></dir></dir><dir name="controllers"><file name="ShippingController.php" hash="27f6349c6b034bdc00fcbfd688c29203"/><file name="TrackingController.php" hash="f54f778b17efdd1ad9a3bb3e18454f1d"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c55a8c518c926599e90a598d898e6ba4"/><file name="config.xml" hash="31b4f69a5d82a34c36398b20daa47535"/><file name="system.xml" hash="dffb14a5fe363e290c4180d87cc407b1"/></dir><dir name="sql"><dir name="shipping_setup"><file name="install-1.6.0.0.php" hash="85abfc99b962cde76348d5cd1b9870ae"/><file name="mysql4-install-0.7.0.php" hash="e809609a60acf4fb35c24700ebecc81e"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="ad74b52515c15f7ccb1e92d568383db6"/></dir></dir></dir><dir name="Sitemap"><dir name="Helper"><file name="Data.php" hash="969785291415b607689ce9577604f49c"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Catalog"><file name="Category.php" hash="165102c7de682f4556ea42ef1fd55730"/><file name="Product.php" hash="c3add5a6bfe49483209729d2fbd2ba3e"/></dir><dir name="Cms"><file name="Page.php" hash="dfe0e49a6bdc94fb1a887d2bfa11621c"/></dir><dir name="Sitemap"><file name="Collection.php" hash="a983a86da14407ddb037ef88f21486fb"/></dir><file name="Sitemap.php" hash="e33272a447982d114eeafa3374014819"/></dir><file name="Observer.php" hash="7745e95d94631c9e66f3bdfb797e20b4"/><dir name="Resource"><dir name="Catalog"><file name="Abstract.php" hash="967c3834181394d6a6d3272959ca1eb9"/><file name="Category.php" hash="ef065aaf5ab3943839836cd9f58b615f"/><file name="Product.php" hash="ec2cb2a36fca3015fb4e9dfeee0ab3d3"/></dir><dir name="Cms"><file name="Page.php" hash="461db9257757894f71c86c92b1a91853"/></dir><dir name="Sitemap"><file name="Collection.php" hash="0231e4a92afe27cba5f1ecee62eedfe9"/></dir><file name="Sitemap.php" hash="b80f9f416369a2155d141e18110b8797"/></dir><file name="Sitemap.php" hash="9edccbc5e3129886b888d50080716013"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c12ae2333750d772f93b00ecfbb392a0"/><file name="config.xml" hash="3d39115748049c7ef6e452700a4e9959"/><file name="system.xml" hash="d573de9ebdc56950cd26001101168199"/></dir><dir name="sql"><dir name="sitemap_setup"><file name="install-1.6.0.0.php" hash="8478304acb2c93018b89d3d997442777"/><file name="mysql4-install-0.7.0.php" hash="bae7d5b1c47de76be92dd2b6384d1e6e"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="86ed9e0c06dca61d01a1158801082c87"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="bdd7f58f2324b7dd604f7b1f0a222c32"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="0800787634fd5dc7e776d5513da62c1b"/></dir></dir></dir><dir name="Tag"><dir name="Block"><file name="All.php" hash="e549888e985a54a0298b7545861048c9"/><dir name="Customer"><file name="Edit.php" hash="4783bb270ccab525a4c2ca7b2a81529f"/><file name="Recent.php" hash="7060c7789a160a2fb93ed194d464d441"/><file name="Tags.php" hash="bd462a3ebc3fdb2808ece24f388b9a55"/><file name="View.php" hash="be05424784cb5917d2d34dc5c7dc632e"/></dir><file name="Popular.php" hash="859cbdf3074647927153e06c8f676577"/><dir name="Product"><file name="List.php" hash="95b15350122aa778c732cbb8293424eb"/><file name="Result.php" hash="6bf4ad894b0461ccb46a7c3d720930a9"/></dir></dir><dir name="Helper"><file name="Data.php" hash="eb729b51f1c0d8d05d14fd5826b06468"/></dir><dir name="Model"><dir name="Api"><file name="V2.php" hash="5cd5e1753c2117dd8cd7cfab96f18ade"/></dir><file name="Api.php" hash="1c08fde441d4b10e74b39b27140ae2e4"/><dir name="Entity"><dir name="Customer"><file name="Collection.php" hash="553ca98e83b8b9134e47471c7dbfbd4b"/></dir></dir><dir name="Indexer"><file name="Summary.php" hash="05046446545248bbadce51a6035720cd"/></dir><dir name="Mysql4"><dir name="Customer"><file name="Collection.php" hash="70048958aca44401434eba44cf009062"/></dir><dir name="Indexer"><file name="Summary.php" hash="5009ff72ba9587d4e2e25c483f8b3eca"/></dir><dir name="Popular"><file name="Collection.php" hash="e42e60a3c6a088e5f4699883e3755146"/></dir><dir name="Product"><file name="Collection.php" hash="63b7e989419e70bf146f3b78243cc7e8"/></dir><dir name="Tag"><file name="Collection.php" hash="075d2c570595e1090696cd84bdbc762c"/><file name="Relation.php" hash="dc352cbc9bed73ac2462c3d5fc9d2278"/></dir><file name="Tag.php" hash="b9c09b5ebac625b00d73657e4ded1a7c"/></dir><dir name="Resource"><dir name="Customer"><file name="Collection.php" hash="5253607b0c12f6f366c4dcd4bb3a3b37"/></dir><dir name="Indexer"><file name="Summary.php" hash="da1252d129c8f974942823d87953c374"/></dir><dir name="Popular"><file name="Collection.php" hash="902870e60de535dbcadc0a53762a63e0"/></dir><dir name="Product"><file name="Collection.php" hash="70c1183555d9bc52da13eb880f899ce0"/></dir><dir name="Tag"><file name="Collection.php" hash="19197e49709cf2c5dbf38c54fec67a1f"/><file name="Relation.php" hash="ad18a9b1d345b8e00401aa35e5e83195"/></dir><file name="Tag.php" hash="03a8527de371136a572290ec763fe339"/></dir><file name="Session.php" hash="3a6bca3611290f2ffc0275e4af2059de"/><dir name="Tag"><file name="Relation.php" hash="0094e5ea9c6af5c9177d37546cdaa569"/></dir><file name="Tag.php" hash="00c42ef410c34a40aaaf7ebebca0d406"/></dir><dir name="controllers"><file name="CustomerController.php" hash="09a8c54c9e4e6929dde66037bae5dc50"/><file name="IndexController.php" hash="e5ae4133c0cb4916b82f81ac0e0d3cf3"/><file name="ListController.php" hash="e4ac18ac93a9f4229ad35d5507acfa4b"/><file name="ProductController.php" hash="95cfc9894f158b70e4faa7e6972938b0"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4d8a5eb2edfc7e34e133aa05d5c49c75"/><file name="api.xml" hash="ada9e373a74983a35bc2a60962f7509c"/><file name="config.xml" hash="544d1f96afff94b47babe8f0c79b7b77"/><file name="wsdl.xml" hash="e87343a710e0068dcc555ffc4b302a9b"/><file name="wsi.xml" hash="1d31787826a686590acf89ec2703b76e"/></dir><dir name="sql"><dir name="tag_setup"><file name="install-1.6.0.0.php" hash="ab4250d7c2be3f89df868f58666ece38"/><file name="mysql4-install-0.7.0.php" hash="24cf194aef20401cbcb8815f9c02fcd8"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="15a5f3b9d49f11977051184b19217aaf"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="679dc65978371ea517af61d415e52c98"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="e3bfed398b9ede5afb1e75c15ce30c9a"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="1338ec3ff777d466b380acb106d27cf6"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="f707122851878f3f75608d4497dd354c"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="17b29e17188ab6f9c9231761dfff63c5"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="f5381dba0eb01e4ef1358c45c6575bf0"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="675064bbd855ab4243fc8d55bb91d6fb"/></dir></dir></dir><dir name="Tax"><dir name="Block"><dir name="Adminhtml"><dir name="Frontend"><dir name="Region"><file name="Updater.php" hash="6236884e4a41e48e633ed57fb844d99b"/></dir></dir><file name="Notifications.php" hash="5c72c2e5f1499d97e3354d6b615409b8"/></dir><dir name="Checkout"><file name="Discount.php" hash="962334787924a517e5ed1f14da99def5"/><file name="Grandtotal.php" hash="40dccf9e856f86563aae89dcd2bc2ace"/><file name="Shipping.php" hash="738ab2e5d4a69e586c767ea4a31b744e"/><file name="Subtotal.php" hash="0140c49bc52f2e5d9b3b791b7c562e18"/><file name="Tax.php" hash="319b9f3c8ce001e69fe197679b246393"/></dir><dir name="Sales"><dir name="Order"><file name="Tax.php" hash="e6edc27c511425f7e17992718db0f79e"/></dir></dir></dir><file name="Exception.php" hash="2117fedd7b12b2e35e1264900974f9b8"/><dir name="Helper"><file name="Data.php" hash="047002990d890783a950fabd0aa59d7d"/></dir><dir name="Model"><dir name="Calculation"><dir name="Rate"><file name="Title.php" hash="0e9866556fcbac179ab6ff0c9ccb4e84"/></dir><file name="Rate.php" hash="aec83ed09491421f2bb5ab2e0f967ba4"/><file name="Rule.php" hash="2ffb02b2fc4e8c11b3833f15cd858b7b"/></dir><file name="Calculation.php" hash="38417716d6734b69ea5731f8e6d9ef2d"/><dir name="Class"><dir name="Source"><file name="Customer.php" hash="1b658d6f66e8305fecd7f2aafdf9e467"/><file name="Product.php" hash="15f8798d758c85491e4cede9b969b348"/></dir></dir><file name="Class.php" hash="4eef46f80da75e0002ef4cc29c41d877"/><dir name="Config"><file name="Notification.php" hash="84ceb0395c7c6ab18810863b47052b7a"/><dir name="Price"><file name="Include.php" hash="97d7e00169e18cf40bc44ad88ffc4dfa"/></dir></dir><file name="Config.php" hash="261583daf4da989682f1cf53f64f6137"/><dir name="Mysql4"><dir name="Calculation"><file name="Collection.php" hash="09c22b436469a3543a9b882ed852b0e8"/><dir name="Rate"><file name="Collection.php" hash="039b4ed520c14460f10d3d66bc160b74"/><dir name="Title"><file name="Collection.php" hash="76d9c1603900f7d042b303a549623280"/></dir><file name="Title.php" hash="c537d3234c74132b63bc4937fe134ba5"/></dir><file name="Rate.php" hash="1cba5c5cb74ae96bfb2b5a40a9181635"/><dir name="Rule"><file name="Collection.php" hash="3fd82580147cc5164c4f02dbe78440db"/></dir><file name="Rule.php" hash="bab4e415681228c8730bdaa69b7d4eed"/></dir><file name="Calculation.php" hash="72db39fd10fa09516d3ef0be6286e1c0"/><dir name="Class"><file name="Collection.php" hash="dc537359e4df062693f7daa92a796721"/></dir><file name="Class.php" hash="499edec3dd656a0e9ab430f788943c00"/><dir name="Report"><file name="Collection.php" hash="27fc2d224f4dd493c50b1820532c4aeb"/><file name="Tax.php" hash="ca3c70fd6975a5e223a7c3501bdf9cda"/><dir name="Updatedat"><file name="Collection.php" hash="8ed67750b1b7e3d0ad631bcbc186badf"/></dir></dir><dir name="Sales"><dir name="Order"><dir name="Tax"><file name="Collection.php" hash="1273b56783f0c59e1d0db83375cf299d"/></dir><file name="Tax.php" hash="4607bb978871649110efb7d7142a03c0"/></dir></dir><file name="Setup.php" hash="8119ff9c9934af2742644156643202d5"/></dir><file name="Observer.php" hash="1c0bbab28824ee94a8c11b82039563fb"/><dir name="Resource"><dir name="Calculation"><file name="Collection.php" hash="5c5d237cb96551fc60524fadbca5574f"/><dir name="Rate"><file name="Collection.php" hash="d0eb4b18ec3fdfa89e1bbd1b77db9afc"/><dir name="Title"><file name="Collection.php" hash="a09f4ef331bc34b659f5563c18b3afeb"/></dir><file name="Title.php" hash="cf25ba0718f1b5387908dadff9942f18"/></dir><file name="Rate.php" hash="282e75e630d278f8da278ea69541cf26"/><dir name="Rule"><file name="Collection.php" hash="e9c8969da11d0f1ed99083303a321f45"/></dir><file name="Rule.php" hash="c8ef7064aa620ca8f6cadc536507a71b"/></dir><file name="Calculation.php" hash="bfb3c25f4b921758a101c44cc1d2e6b5"/><dir name="Class"><file name="Collection.php" hash="8d538b56e3f4493e38d6ad58595085c2"/></dir><file name="Class.php" hash="7e81695f3c804fcb10876a5a624661c6"/><dir name="Report"><file name="Collection.php" hash="5d00e66a1a4f7b8913b7f78deba3206a"/><dir name="Tax"><file name="Createdat.php" hash="461e7c17717a1b0288e6b270c17d3d62"/><file name="Updatedat.php" hash="ecfe1431fd6eec1dc4b5e7582cee255e"/></dir><file name="Tax.php" hash="0adefb57ac3851bf2e3e71a3d28063f3"/><dir name="Updatedat"><file name="Collection.php" hash="4a755724e47a03b37b14c9153e2ee1c2"/></dir></dir><dir name="Sales"><dir name="Order"><dir name="Tax"><file name="Collection.php" hash="435288539b82c8398c9d46bb0a10af05"/><dir name="Item"><file name="Collection.php" hash="47167d4baeff4f54e3518bc0f65cfcf6"/></dir><file name="Item.php" hash="aa9390f70744b6868c1dd250149cb166"/></dir><file name="Tax.php" hash="7543cbb86f09b4b313bbda2372ebb120"/></dir></dir><file name="Setup.php" hash="174a6d65cc40315c919c9b33a38c8d1f"/></dir><dir name="Sales"><dir name="Order"><dir name="Tax"><file name="Item.php" hash="7d25daa216b65e8dd9c8f738c213fe5e"/></dir><file name="Tax.php" hash="645a21ab9d485beb18beac43d99e65d0"/></dir><dir name="Pdf"><file name="Grandtotal.php" hash="f6d1af8f7100bb67a3ba26c542e9f5cf"/><file name="Shipping.php" hash="3516b32cde46e082518a1bc32d34f402"/><file name="Subtotal.php" hash="6d8ca3bd3b41e21c7bfdd52f52ec2f45"/><file name="Tax.php" hash="8e63430470235da1c0cfb5278b58abee"/></dir><dir name="Total"><dir name="Quote"><file name="Discount.php" hash="aa93743b36753867acaf85b9b022119a"/><dir name="Nominal"><file name="Subtotal.php" hash="2f704a61634a2cc75702fb74d82e4811"/><file name="Tax.php" hash="e73091b1962ff84280feff7c0f86e06a"/></dir><file name="Shipping.php" hash="886dc961c8638acbf86fef41d58b7cda"/><file name="Subtotal.php" hash="06751c512027fb6e0be8be753a3bc585"/><file name="Tax.php" hash="a85617be5af07cb5d280b84f62858d07"/></dir></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Algorithm.php" hash="7190da4f3b919bf2353d65cb8412150f"/><file name="Apply.php" hash="cf60f2457164ad6d14d9043266bdd9a2"/><file name="PriceType.php" hash="f6d739ee71b7e7619be648a5e2abf129"/><dir name="Tax"><file name="Country.php" hash="1e8dbb73313f588e0ddf730aa0c8abad"/><dir name="Display"><file name="Type.php" hash="1ec7badb42a0bf74f50d60f0a9357906"/></dir><file name="Region.php" hash="6c1b2cf43eedfe4dd1af6533e9484a31"/></dir></dir></dir></dir></dir><dir name="data"><dir name="tax_setup"><file name="data-install-1.6.0.0.php" hash="0c856de3280125c80d1e724012b8f0db"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="08d4b315a65e8bb92c3f5b9e3d51118a"/><file name="config.xml" hash="368871d4207c510c442ce7d69db33e98"/><file name="system.xml" hash="27db6b06b967ca25c7ab99fbeda5ee08"/></dir><dir name="sql"><dir name="tax_setup"><file name="install-1.6.0.0.php" hash="c6de1edca26d2aa15849561141584c9e"/><file name="mysql4-install-0.7.0.php" hash="8945917a8c72ec35e987bd80b190fc8a"/><file name="mysql4-install-1.4.0.0.php" hash="33a25a14a111da1184eb60386833a544"/><file name="mysql4-upgrade-0.6.1-0.7.0.php" hash="f81745af94878185154f3339cd5466e5"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="40c9d7538b0eec1afe80440fc8b5d7c9"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="b0f2341d678ead318609c3edd78b1af2"/><file name="mysql4-upgrade-0.7.10-0.7.11.php" hash="4f08cc664eb4f378b2720143284b3e03"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="e13f81a36ad835b3cff82c4df33c42f9"/><file name="mysql4-upgrade-0.7.12-0.7.13.php" hash="99d47080cbf5819c50902b276af909ce"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="f38003c58071481fd5c96101a32c2e32"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="909b735256735d66343a64ddef209996"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="e969b35b191b370ef47f544845e396d2"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="d9d0a9e4c4ddf1a38c6089495f91ca32"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="e445a4811d55a642d01d1f5163dcbc96"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="dbc1fd235d92bdadcaba1df1cc8146e6"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="a261d7423ef5b6ac6809c7815d0a8880"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="56f8b034fd6c37e22824af9943356f30"/><file name="mysql4-upgrade-1.3.9-1.4.0.php" hash="aee3cd1ebe47e018779644f1cd62a3fe"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="f06eb1c546917fba29ed22356ef3a523"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="c3b96fe25e68ff92da9af304ad563f8f"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="6e79ba54f75395d487a67e8a747fb665"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="97e7d721a4eba617e73e2a5eb4154360"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="bfa6cefbc60177bdb3913ad9be20a32d"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="86be3c0b77fa34dcf6718fd000302d8a"/><file name="upgrade-1.6.0.3-1.6.0.4.php" hash="51f32fa4935f94ec1fe5c4ee0ecce7bd"/></dir></dir></dir><dir name="Usa"><dir name="Block"><dir name="Adminhtml"><dir name="Dhl"><file name="Unitofmeasure.php" hash="242048b65e4b0cb262c43661c71f905b"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="98752a7b32ee4efbae3cdd68d2a871c6"/></dir><dir name="Model"><dir name="Shipping"><dir name="Carrier"><dir name="Abstract"><dir name="Source"><file name="Mode.php" hash="9d1eb52f37afa92023e2a7399407c952"/><file name="Requesttype.php" hash="991680cb670626b689803ded3f22b2d8"/></dir></dir><file name="Abstract.php" hash="634f9b9d81ec25f232ccee50cddfab2d"/><dir name="Dhl"><file name="Abstract.php" hash="a604ab3006c8ef5692ee8b71c409ec0b"/><dir name="International"><dir name="Source"><file name="Contenttype.php" hash="36fb91fe1a337e935ca56b3f0494f406"/><dir name="Method"><file name="Abstract.php" hash="fe326425eb3f5e20755b997317539bf5"/><file name="Doc.php" hash="f2eef5cafc6c74662f3247e0b5ec7bd8"/><file name="Freedoc.php" hash="4af07e5cd8f1af616ef3f07451eaf28e"/><file name="Freenondoc.php" hash="37202acef7b400795e388a005754ee35"/><file name="Nondoc.php" hash="18caaa2ebea4d936132063c1c1f3c145"/><file name="Size.php" hash="dc67db33c89b621fd967111128b4d5f2"/><file name="Unitofmeasure.php" hash="5e4472f1f96c756bdf1de3c080fbae91"/></dir></dir></dir><file name="International.php" hash="5f08615d607e9b26a5c2030f35461b9d"/><dir name="Label"><dir name="Pdf"><file name="Page.php" hash="82604423fb54cf758719ca0412155dbf"/><file name="PageBuilder.php" hash="806ae2a6916bb840f66c792f8c350fd1"/></dir><file name="Pdf.php" hash="491034e44445aa1557d02afdb98a37f5"/></dir><dir name="Source"><file name="Dutypaymenttype.php" hash="ac7e7cf876e15ff50186f2333418e608"/><file name="Freemethod.php" hash="438055356275c06ecd4a54cb3e21ee82"/><file name="Method.php" hash="67beaedcb08c5d9642dd2141cd23b1de"/><dir name="Protection"><file name="Rounding.php" hash="18412246a62829733d8faf25f1b822e5"/><file name="Value.php" hash="401cbe4c34f754c61b08d4dd9573235f"/></dir><file name="Shipmenttype.php" hash="83b53e15e1571e8c6f15cc36b8c3ebd4"/></dir></dir><file name="Dhl.php" hash="43caf67aca9dfb4d0e7c3c31ed58b01b"/><dir name="Fedex"><dir name="Source"><file name="Dropoff.php" hash="31f8fd0c3b1e10fd9e41304da5f94466"/><file name="Freemethod.php" hash="7468ec0f4464adcc64f76fcfeec0f47a"/><file name="Method.php" hash="a20a1b11bd9dd7d5236b7513b41bf5e0"/><file name="Packaging.php" hash="16480d4a1773eb340604ee3c610f3eaf"/><file name="Unitofmeasure.php" hash="30b72534418ed69c7525d14f21f7e297"/></dir></dir><file name="Fedex.php" hash="58aa68e22f46c38ff0aa5f01f57cfca0"/><dir name="Ups"><dir name="Source"><file name="Container.php" hash="84baf93e11e301bcc502c8ea14083d2c"/><file name="DestType.php" hash="999649321f442b25a5c2b1d74cf4e096"/><file name="Freemethod.php" hash="503c3921c9431d1a09a0c57951ec0100"/><file name="Method.php" hash="f7edfe98e133a066a801f36b3c9f0c50"/><file name="Mode.php" hash="1a4bfb39fb7d8d96c87ffd41970f62e5"/><file name="OriginShipment.php" hash="bac894303dca2d3b5674235f56c9fb88"/><file name="Pickup.php" hash="08a5d5b713db30d4c463aa465efcb0f6"/><file name="Type.php" hash="fbaa795d5d77cbac20a6392dc77469ee"/><file name="Unitofmeasure.php" hash="a0c4765f92b5f6d616e671a6f55d20d3"/></dir></dir><file name="Ups.php" hash="fb37aaaa78693be20101ac6d81fc2d92"/><dir name="Usps"><dir name="Source"><file name="Container.php" hash="30aa6fecc97914b2e1c7352d8b244e57"/><file name="Freemethod.php" hash="4cdab2235aff2cd63106169353f5b5ad"/><file name="Machinable.php" hash="680929d0deba3e7a9490b67f61aa0d6a"/><file name="Method.php" hash="b2d6897a39b4b127ae28dc442ac84bec"/><file name="Size.php" hash="9f3516fa8a17f3868bc57613bc5a10fe"/></dir></dir><file name="Usps.php" hash="9ff00089a15da6f25d9702e26e1bb685"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="6449095091d0533c9f8612ed9c057db5"/><dir name="dhl"><dir name="international"><file name="countries.xml" hash="884b53873ecb27adb5b95506f012a847"/></dir></dir><file name="system.xml" hash="1eb6590398cf703b204e8db6febe2486"/><dir name="wsdl"><dir name="FedEx"><file name="RateService_v10.wsdl" hash="352ed0cd739b31d42d206aba31bf4c31"/><file name="RateService_v9.wsdl" hash="5e698519a3b3ae3dcea2105545053763"/><file name="ShipService_v10.wsdl" hash="4e661e70491a1af695c27878610054e2"/><file name="ShipService_v9.wsdl" hash="9c3779aa87540dcae41b43b16b724df6"/><file name="TrackService_v5.wsdl" hash="89cc7077a8fc439446e70bac0ca0f0c1"/></dir></dir></dir><dir name="sql"><dir name="usa_setup"><file name="install-1.6.0.0.php" hash="cb31ce487505425e049e50bded24d6e2"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="1ce3a6a641c4c56f8d104b4cb0519a01"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="af084f77743f00f8afc8b4abef535592"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="69f87ac0f139c2ff33967ac282b3c0a4"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="9eee8c225d5c1b91ab1282a3464a7ccf"/></dir></dir></dir><dir name="Weee"><dir name="Block"><dir name="Element"><dir name="Weee"><file name="Tax.php" hash="2adf9698aab01996d3f294943208a0b0"/></dir></dir><dir name="Renderer"><dir name="Weee"><file name="Tax.php" hash="d3aa1efd612062ea9781704f16eabb00"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="78db2b46d97eeaef2526f1a679b6b431"/></dir><dir name="Model"><dir name="Attribute"><dir name="Backend"><dir name="Weee"><file name="Tax.php" hash="aa99c20b22f0129092a0fe5ce5fd34e6"/></dir></dir></dir><dir name="Config"><dir name="Source"><file name="Display.php" hash="c4788d2edbd512ff711cd771e7e5e7dc"/><dir name="Fpt"><file name="Tax.php" hash="048a4f095ee853b027a24a79fb75d063"/></dir></dir></dir><dir name="Mysql4"><dir name="Attribute"><dir name="Backend"><dir name="Weee"><file name="Tax.php" hash="eeaf4c7d4154124641514c9e89a95ad7"/></dir></dir></dir><file name="Setup.php" hash="b8bfeda2764dc853fa0dce35185df95f"/><file name="Tax.php" hash="5ef11fc4ae1c789aa26f7da13ae7a570"/></dir><file name="Observer.php" hash="2935e1e4ecd6832c46ad4ade7414fb2b"/><dir name="Resource"><dir name="Attribute"><dir name="Backend"><dir name="Weee"><file name="Tax.php" hash="d437cdddcae0ac28bb10c5833c5ebb0e"/></dir></dir></dir><file name="Setup.php" hash="eeaeace3f95a0e647e980f3b30b29f0a"/><file name="Tax.php" hash="c26b12a96dda1404d4c06578caa79a7b"/></dir><file name="Tax.php" hash="ace558502e3ac4a91501b78a1fe6bf78"/><dir name="Total"><dir name="Creditmemo"><file name="Weee.php" hash="8287c9ba4b9c19d810d510cfcf449d53"/></dir><dir name="Invoice"><file name="Weee.php" hash="eaf0238e5518a6a1ef590f0d80205766"/></dir><dir name="Quote"><dir name="Nominal"><file name="Weee.php" hash="3117dbe9b9213cf6ae4e8099d02fb658"/></dir><file name="Weee.php" hash="177ce2e5225b89eab5fa0b9a991f05bd"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="8daf98ffb9d6ad92496f3af1e668eee3"/><file name="system.xml" hash="6392d80442e77540b1451c7559a6b73c"/></dir><dir name="sql"><dir name="weee_setup"><file name="install-1.6.0.0.php" hash="26050d3e4f285aa5cfde4bb804fbac1f"/><file name="mysql4-install-0.1.php" hash="37b485dad490fab7a7a19bfb18e609bf"/><file name="mysql4-upgrade-0.1-0.2.php" hash="95f26fd8fe3fd86347234c573724d6dc"/><file name="mysql4-upgrade-0.10-0.11.php" hash="ac50c7d709d3871aa8b4de5a7fb21b6e"/><file name="mysql4-upgrade-0.11-0.12.php" hash="ebe3faa9b15af041cf887c3cfbb1575f"/><file name="mysql4-upgrade-0.12-0.13.php" hash="bbef11d662678d672cf1b384a3d24383"/><file name="mysql4-upgrade-0.2-0.3.php" hash="dc2557367515e94596ae2b3f5bdb9e30"/><file name="mysql4-upgrade-0.3-0.4.php" hash="9dff8e60ce479229dc818104335973ee"/><file name="mysql4-upgrade-0.4-0.5.php" hash="5acc61621de0afb1ffe3c38068346e39"/><file name="mysql4-upgrade-0.5-0.6.php" hash="bd5b65c32b6c6bb2a8addcc452153154"/><file name="mysql4-upgrade-0.6-0.7.php" hash="90001195554e8a970b4128033298196d"/><file name="mysql4-upgrade-0.7-0.8.php" hash="97e0bf02d158e2b7271655394157132a"/><file name="mysql4-upgrade-0.8-0.9.php" hash="1dfa291a07a306e9ce2e48870b09d095"/><file name="mysql4-upgrade-0.9-0.10.php" hash="3883ba263905381337f3f05a56547c95"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="fe789b5acf420ce90bda98bc133a7a4d"/></dir></dir></dir><dir name="Widget"><dir name="Block"><dir name="Adminhtml"><dir name="Widget"><file name="Chooser.php" hash="43f0c2d690e5f5259feba0c9a0612361"/><file name="Form.php" hash="5e7b5a977f82a45fc20490adeaa87597"/><dir name="Instance"><dir name="Edit"><dir name="Chooser"><file name="Block.php" hash="2bfbcc14630dae20855882948991eddb"/><file name="Layout.php" hash="ba82c689d263d4fd04eb5e01d74018a2"/><file name="Template.php" hash="1d149fada07342c191911026ae2abecf"/></dir><file name="Form.php" hash="1732b1beea68bcdd4d91cbcc542c652f"/><dir name="Tab"><dir name="Main"><file name="Layout.php" hash="083fce69c920ce1bd9c48059cbec80a5"/></dir><file name="Main.php" hash="7a15a1bb1a5cbd78a4d0720cf4157151"/><file name="Properties.php" hash="367594a442adad1b4e2880601000772a"/><file name="Settings.php" hash="f5bb3fca2a18f7b575ce140d178e3dc2"/></dir><file name="Tabs.php" hash="93405a3c4bad72e23dc55f0522d76449"/></dir><file name="Edit.php" hash="f819c188bba27cb6fed6cdcc608b6448"/><file name="Grid.php" hash="bdbb9256a56bf252e07a6fe7c582cf06"/></dir><file name="Instance.php" hash="4d6e90e73792e6dafb568828c5be89ea"/><file name="Options.php" hash="328c55e37cc1684716be82fdc12dcd11"/></dir><file name="Widget.php" hash="cf461d409c7f8a601f46751d127a2b97"/></dir><file name="Interface.php" hash="adc6db0f947eae729807162a9ae57a95"/></dir><dir name="Helper"><file name="Data.php" hash="a5dc5b33763cebf2471122c91d433c9c"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Widget"><dir name="Instance"><file name="Collection.php" hash="44a488a06df0fd158a5de9fda0f5d41b"/></dir><file name="Instance.php" hash="fb264234f467a334c008da60705c1964"/></dir><file name="Widget.php" hash="6a3d8749edc48ec56675b07c4c73c221"/></dir><file name="Observer.php" hash="2dff822628fc133279b9162b5df62719"/><dir name="Resource"><dir name="Widget"><dir name="Instance"><file name="Collection.php" hash="74a67f657edcab258dff431356531118"/></dir><file name="Instance.php" hash="fc2bb5d628b13435690bf4fdda492e80"/></dir><file name="Widget.php" hash="c5e4ac469fe2a20329924d23267f2f8a"/></dir><dir name="Template"><file name="Filter.php" hash="328e4da573bee23e37544b33775a8cdb"/></dir><dir name="Widget"><file name="Config.php" hash="ecfbfa21d964785463a283c8592bc313"/><file name="Instance.php" hash="dd455c0f669b653d834807033011cdc1"/></dir><file name="Widget.php" hash="5a1a23bbd96241a8b942092c0fb29ac9"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Widget"><file name="InstanceController.php" hash="84ad234ccebcc4b226a535ed55f40c52"/></dir><file name="WidgetController.php" hash="6ed6b39bbcafe39cbb51574ee5082d9a"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="448c3de18dae111fd7b606b01ccc4dff"/><file name="config.xml" hash="e70f3fe103787b1f2d8df6b15dda94f3"/><file name="jstranslator.xml" hash="f26093d6a6d84fbf7cad751ad80f3dea"/></dir><dir name="sql"><dir name="widget_setup"><file name="install-1.6.0.0.php" hash="c99374892112cf76a89172881f163ac2"/><file name="mysql4-install-1.4.0.0.0.php" hash="ece4ab1490d8118a5128e88f1175c0fb"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="3a55b7813e4f20f7def1e0d14fa28e42"/></dir></dir></dir><dir name="Wishlist"><dir name="Block"><file name="Abstract.php" hash="56304082f3cb78f832b7625916914d78"/><dir name="Customer"><file name="Sharing.php" hash="c2c8d2cdefa398d2a448e337cd982839"/><file name="Sidebar.php" hash="2b47f4d069a23cce6bbacd4d23af19b5"/><dir name="Wishlist"><file name="Button.php" hash="3f4f488ae3e347b633d79c489312c206"/><dir name="Item"><dir name="Column"><file name="Cart.php" hash="29e7b19ec3a36b87aea9a6328c5d2124"/><file name="Comment.php" hash="51b7eedec36fe00f42ad2e50d55462be"/><file name="Image.php" hash="5f1a1fbc5c6444409f46ca012509dd6a"/><file name="Remove.php" hash="695616a75bdb1cc94df517a4d4cb28bc"/></dir><file name="Column.php" hash="af662f01dc9e61a9745b993bc27eb3ad"/><file name="Options.php" hash="a1ef29c8f523f2859dadd085b6e1b1ca"/></dir><file name="Items.php" hash="0d7ccf5067aea2d6c33870e1e306dfe1"/></dir><file name="Wishlist.php" hash="8a7262c5a5991a8b9ff11555dfe35d2d"/></dir><dir name="Item"><file name="Configure.php" hash="a2d0eb022b26aa23808d93baa3a9a015"/></dir><file name="Links.php" hash="48035d61edefd31df2ea41903f157041"/><dir name="Render"><dir name="Item"><file name="Price.php" hash="d6c2461bc12d6f3ccf214b6ca826d3dd"/></dir></dir><dir name="Share"><dir name="Email"><file name="Items.php" hash="d0f0bfdeab70602fb94a25b68d7a68b8"/><file name="Rss.php" hash="7823c6cf0d9d704442206b8c6273623a"/></dir><file name="Wishlist.php" hash="73f0d920841a0602a7f090794667cb26"/></dir></dir><dir name="Controller"><file name="Abstract.php" hash="5cae06d87210394bc18d30974aea3de9"/></dir><dir name="Helper"><file name="Data.php" hash="f1e0b77032d3caa8f371708894ac9b71"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Summary.php" hash="66da4a245394ceed72cd377d442c7113"/></dir></dir><file name="Config.php" hash="61af062020fd0c35a656e9c581c4e18b"/><dir name="Item"><file name="Option.php" hash="92c4ff0538e63568bddecfb4e692a81d"/></dir><file name="Item.php" hash="b30df004601390cbf18c97cae19d90ae"/><dir name="Mysql4"><dir name="Item"><file name="Collection.php" hash="ebf7f587bc7766c76244be260bbfd29b"/><dir name="Option"><file name="Collection.php" hash="669aa5a5fbfc4000db3557af66be8266"/></dir><file name="Option.php" hash="4157426c7a05eb27394b600706e7888d"/></dir><file name="Item.php" hash="55a09e9333cf9109205ba632c23164bf"/><dir name="Product"><file name="Collection.php" hash="493376703f07ba696a1b435a76361736"/></dir><dir name="Wishlist"><file name="Collection.php" hash="46f7790eebbee557f7ac3326aac46498"/></dir><file name="Wishlist.php" hash="16920fdb5429e733555e5038b158c5d1"/></dir><file name="Observer.php" hash="fe47532364fc4cfa27d857544ce33617"/><dir name="Resource"><dir name="Item"><file name="Collection.php" hash="a5dd0bb57bceb5299b8c404979f10e51"/><dir name="Option"><file name="Collection.php" hash="bb283a5ec9b7d96bd8fd44abb4241a36"/></dir><file name="Option.php" hash="6bac022427a5033bcb816479e40baa9a"/></dir><file name="Item.php" hash="dd481f1ce70b1d3253ce73b0bbde2890"/><dir name="Product"><file name="Collection.php" hash="6fab418580d60c85c6117cde72813a19"/></dir><dir name="Wishlist"><file name="Collection.php" hash="75553122cd576ed105f3f68507023dfd"/></dir><file name="Wishlist.php" hash="92f3b4a512ea43ad15464cab97c8a41c"/></dir><file name="Session.php" hash="f6947b4ad5bcd172ea6224552e778c2d"/><file name="Wishlist.php" hash="c1b931dcfeced952d3d9b5070a575a5f"/></dir><dir name="controllers"><file name="IndexController.php" hash="e9a2fd348cc41b5d894bb4290bf805f9"/><file name="SharedController.php" hash="b5bd8d0f61f5bfe4b0c83ae8383e90cf"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c8682cd2b5bf06d1b1c5ac3d7e211621"/><file name="config.xml" hash="982f659c8c1e9af96e624b890c83c4d3"/><file name="system.xml" hash="2b9c23b06bcc1809374f6cb3f94c1d4d"/></dir><dir name="sql"><dir name="wishlist_setup"><file name="install-1.6.0.0.php" hash="3285778328c3c3fabd5bfdd526fe1d5f"/><file name="mysql4-install-0.7.0.php" hash="50da5193bbf021ef96ff3ddac0f2b127"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="49d9ba6c1df6f5165b099df878fe8eb3"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="ef31edda1329ae30efed2e8a050c4c94"/><file name="mysql4-upgrade-0.7.2-0.7.4.php" hash="2ea5ab26bdbac42153017c2be82a3476"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="dded70ee059bedb3cdb70246ec6e0385"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="cfc10fa4e71246cd6b8b65973fa4be75"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="92220cf1c76294b933be689d396c4da4"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="96b8175aa85d39cb1bfcc1d1da2beee4"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="2bbdaefc83f922180ae0242ddb6b5f7f"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="2112312e52a01e85ae1935ba45458e17"/></dir></dir></dir></dir><dir name="Zend"><file name="Date.php" hash="95bf218944785f606f22c2ea0c077f5d"/><dir name="Db"><file name="Select.php" hash="28f3efa5f9797af22f899fb525dbb44f"/><file name="Statement.php" hash="4b5b39a1e1c651ab9d6db332c882fdf7"/></dir><file name="Mime.php" hash="f216d84221e3d7601822b4c95948aeaf"/></dir></target><target name="mage"><dir name="app"><file name="Mage.php" hash="8faf0e73f2d31f2add81b48dfec96472"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/><file name="bootstrap.php" hash="0d5be2ab0d74c679e622d9d6e761665f"/></dir><dir name="."><file name="cron.php" hash="77d2856298a4bcbb2019cbef750e3830"/><file name="LICENSE.txt" hash="59563e7be45096d0833dade102989042"/><file name="index.php.sample" hash="8455169656ee07a9f32b038f50c20a22"/><file name=".htaccess.sample" hash="1092ea05412986094c17f9143dff774a"/><file name="LICENSE_AFL.txt" hash="45a399f2095030865fb962263ccd7506"/><file name="LICENSE.html" hash="caf0a79ffb5e4719f9f4de286f253a61"/><file name="cron.sh" hash="84d382582ecd4c28eb11e72228b75d2d"/><file name="install.php" hash="e31203102f1a4e5f4e90fd15b91c0cf6"/><file name="php.ini.sample" hash="d7412c2f78440a96fc2d9378ccf460cb"/><file name="get.php" hash="5f696f16db0be5e5c9783e5fb4d6eeb5"/><file name="RELEASE_NOTES.txt" hash="5277ffd4972a08f29e76fa8e887cc31a"/><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><file name="api.php" hash="a66b1f206e73de78cea61149afc7345f"/></dir><dir name="errors"><file name="404.php" hash="15575527addea52863f37cd1a3295128"/><file name="503.php" hash="0ba1014fb9d5f9da91d8a28fbfc799d6"/><dir name="default"><file name="404.phtml" hash="8b07c2c4615ebe6f3352e644e1062ce3"/><file name="503.phtml" hash="b97ccc3448531c3faabdf76bc5bdb30c"/><dir name="css"><file name="styles.css" hash="153029726d68986ee7fcd32ef3fc7565"/></dir><dir name="images"><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_header.jpg" hash="0211c47be1493bd0ec72949c47932b81"/><file name="bkg_main1.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="bkg_main2.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="logo.gif" hash="48b7eb03807fdf80bdfb19b872cf84b8"/></dir><file name="page.phtml" hash="a9d2be0f37897396ead01bed4b9956db"/><file name="report.phtml" hash="827022a147012611d9a88df681e473ea"/></dir><file name="design.xml" hash="51d37f090e6ec77962a2dfd525e390a1"/><file name="local.xml.sample" hash="c3548b5f33ec1abbed8b9979bc7e54e9"/><file name="processor.php" hash="7f2808c12e6f0990ed2f11f993597d21"/><file name="report.php" hash="c7df96660c29cc5e3c023ae03c61d321"/><file name=".htaccess" hash="8382e66b40fe15d7a1edfc780f9be92f"/><file name=".htaccess" hash="8382e66b40fe15d7a1edfc780f9be92f"/></dir><dir name="var"><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="shell"><file name="abstract.php" hash="d21422fefa3fc629b3bcad9b5754a72b"/><file name="compiler.php" hash="35069a9a45fbbcd2370b5cd55589edb5"/><file name="indexer.php" hash="4b4dcc20a9d57c36e420a92f6a767a25"/><file name="log.php" hash="2447e29f3d1d547ca892e37216e7a545"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="lib"><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="media"><file name=".htaccess" hash="08de5b2f5ea1ce6f51f40a19bacbf42e"/><dir name="dhl"><file name="logo.jpg" hash="68500df59e568e01333ba078a262ca27"/></dir><dir name="downloadable"><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="customer"><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir></dir></target><target name="mageetc"><dir name="."><file name="config.xml" hash="a8dd42a05f4a1a55a577cf7fe8ca976c"/><file name="local.xml.template" hash="e687b35922b9c602aa2b41b5c861f75f"/><file name="local.xml.additional" hash="5dc1c0a30a5290f733e1c9873b6287ba"/></dir><dir name="modules"><file name="Mage_All.xml" hash="0e5a0ddf0aa26bc886eb5643cda2b3d1"/><file name="Mage_Bundle.xml" hash="5ddaffc76c799786b2409f44289427b6"/><file name="Mage_Api.xml" hash="f10bf68466f4a80f51d2b24c7d0def17"/><file name="Mage_Downloadable.xml" hash="66370be4c28366703a86f15c9175f214"/><file name="Mage_Weee.xml" hash="d7d67d05b38942ea3b8cee9cd028e181"/><file name="Mage_Widget.xml" hash="f2b0dd5ba62aa3f8d45e296aa697595f"/><file name="Mage_Connect.xml" hash="1ef4633650015010e247ff2d08bfab87"/><file name="Mage_ImportExport.xml" hash="647cc526700e5ca3cd165a4dd8a1818d"/><file name="Mage_PageCache.xml" hash="dbfbb83d73be77d22c11ce34d8f48aa8"/><file name="Mage_Persistent.xml" hash="1e7b17ca6a589b2dbf5018da86ffb7fb"/><file name="Mage_Authorizenet.xml" hash="72f90f42dbc45c58a185ace165f5b793"/><file name="Mage_Captcha.xml" hash="6c2c5764716505c3f8000a6bc8228cfb"/><file name="Mage_CurrencySymbol.xml" hash="2e5afecf5a0aa3def7d00a47d9a506b6"/><file name="Mage_Api2.xml" hash="2d541f952a707cd8a658b0c5ee349741"/><file name="Mage_Oauth.xml" hash="6460293853dbe3cb94f855c128ee7ab5"/><file name="Mage_ConfigurableSwatches.xml" hash="1df541bfbdcfa1cd13e54ae8b59d0cc2"/></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_Varien</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Lib_Google_Checkout</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Lib_Js_Calendar</name><channel>community</channel><min>1.51.1.2</min><max>1.51.1.2</max></package><package><name>Lib_Js_Mage</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Lib_Js_Prototype</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Lib_Phpseclib</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Mage_Locale_en_US</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Lib_Mage</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Lib_Magento</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Lib_Credis</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Lib_Pelago</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package><package><name>Lib_IDNA2</name><channel>community</channel><min>1.9.2.1</min><max>1.9.2.1</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Core_Modules</name>
4
+ <version>1.9.2.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Collection of Magento Core Modules</summary>
10
  <description>Collection of Magento Core Modules</description>
11
+ <notes>1.9.2.2</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2015-10-27</date>
14
+ <time>13:47:06</time>
15
+ <contents><target name="magecore"><dir name="Mage"><dir name="Admin"><dir name="Helper"><file name="Data.php" hash="95b21ef61f015a7ffa9f6c6b7b8922b2"/><dir name="Rules"><file name="Fallback.php" hash="00e5119c7a5d55ff8f24a94dfaf9ab07"/></dir></dir><dir name="Model"><dir name="Acl"><dir name="Assert"><file name="Ip.php" hash="73c292dfb63c3801530854c975fe84a3"/><file name="Time.php" hash="23be5062fd779cd8048bede7b722c180"/></dir><file name="Resource.php" hash="6b1ec79a5fe806bc9333b37997288595"/><dir name="Role"><file name="Generic.php" hash="cc5f96a1707fb024c94df3653ad4b106"/><file name="Group.php" hash="b20c798569fcff45a3727d0b8bb7cd87"/><file name="Registry.php" hash="2f94132b42c67a7e5cfedab406df99da"/><file name="User.php" hash="3829778d348e087230474752abc392ba"/></dir><file name="Role.php" hash="02f4865923073f9e295fa3a5a98b5aa1"/></dir><file name="Acl.php" hash="c48b7265234c55f90b6ee8257fdd9c65"/><file name="Block.php" hash="44b4725e1c388385bde3cdc638d42b10"/><file name="Config.php" hash="44b517f61c5ae1e0bbe1e06083eaf39b"/><dir name="Mysql4"><dir name="Acl"><dir name="Role"><file name="Collection.php" hash="5316c7cecc3743772d10947efeb66ec1"/></dir><file name="Role.php" hash="0b7ce4448f7f31b23b17ac75c3d6ac80"/></dir><file name="Acl.php" hash="f8126acdcc67b40c7e36d717e1a452f1"/><dir name="Permissions"><file name="Collection.php" hash="22903d5ff157f2909164ec6ee4ebcb77"/></dir><dir name="Role"><file name="Collection.php" hash="8ea1122bbca6c199a1ffc3d720b3cf7a"/></dir><file name="Role.php" hash="36dd541ee3d38fc24763852aa0b34dab"/><dir name="Roles"><file name="Collection.php" hash="563acd38a195d5c5a78602522d05c4b1"/><dir name="User"><file name="Collection.php" hash="1b981eae962808446ee635ff65ad78ed"/></dir></dir><file name="Roles.php" hash="f1e7486d40234e6dd06c3e3b964c2318"/><dir name="Rules"><file name="Collection.php" hash="b1f9354c77ade00e0e31951491f96569"/></dir><file name="Rules.php" hash="8612ba15f79a406a020e3a8a58dabf02"/><dir name="User"><file name="Collection.php" hash="0392d211a1bf92e44f7df751dcb486ab"/></dir><file name="User.php" hash="2e68057e8aff60d27160d57e50a6758d"/></dir><file name="Observer.php" hash="990f1d97ab0f13f7961e3be4c5540955"/><file name="Redirectpolicy.php" hash="e27e0ef4d14ae85d94ece8cbad78dc9f"/><dir name="Resource"><dir name="Acl"><dir name="Role"><file name="Collection.php" hash="7322f6866942c48b2453389b44ebeaf2"/></dir><file name="Role.php" hash="803cdb3018937280ddcdadd85e5c1063"/></dir><file name="Acl.php" hash="52c0f719345bb44c24b75059a0a65134"/><dir name="Block"><file name="Collection.php" hash="f4af0ba5e517eedb44528da1b6d95a54"/></dir><file name="Block.php" hash="4f6e11ca396bcf4341e86b0a56b7418f"/><dir name="Permissions"><file name="Collection.php" hash="47ffb2552099318421a622370fb2bcf0"/></dir><dir name="Role"><file name="Collection.php" hash="e4ad152260d161188516e20506cd3dc0"/></dir><file name="Role.php" hash="6babc388b9e28b23e5ed0cfb78824675"/><dir name="Roles"><file name="Collection.php" hash="535d67653101d566ac140224e5eaeb34"/><dir name="User"><file name="Collection.php" hash="4399bed1e7abc27bc0b06e4a80351a01"/></dir></dir><file name="Roles.php" hash="4f28e9a2444c23e8709c6b7bbd5d2012"/><dir name="Rules"><file name="Collection.php" hash="2fda7da46b6f3567b76bd54cb117683e"/></dir><file name="Rules.php" hash="314ca988d27e52c6afcf8adefe554077"/><dir name="User"><file name="Collection.php" hash="df8743aafa62ed49392fb9e5567d8d62"/></dir><file name="User.php" hash="4f1830f857b217dda6df471c3dd6bf37"/><dir name="Variable"><file name="Collection.php" hash="c0e11e533c52c2e6daf6e9cc1377c612"/></dir><file name="Variable.php" hash="4be8b3e7c98d14f5e1d19846185bdb05"/></dir><file name="Role.php" hash="6f1e88eb0d8bd2eeb431551d786b744e"/><file name="Roles.php" hash="805eedc970b67947d737d8007a1733d2"/><file name="Rules.php" hash="7f03641b99504cb004ef620013088b73"/><file name="Session.php" hash="cfa293bb17ae1518d6bdd6bd96da6e75"/><file name="User.php" hash="9a059315b7cd417d0ca29ece38f62003"/><file name="Variable.php" hash="2ea9c4040c563d07099c1ad904594405"/></dir><dir name="data"><dir name="admin_setup"><file name="data-install-1.6.0.0.php" hash="f8a2012272c352ef9d85b32ca7fb1894"/></dir></dir><dir name="etc"><file name="config.xml" hash="a7b7ddde71d93c9076189199f2524007"/></dir><dir name="sql"><dir name="admin_setup"><file name="install-1.6.0.0.php" hash="ccc569df023b3ecb5113d0e143ce0d4b"/><file name="mysql4-install-0.7.0.php" hash="c034537dde30c603acdf4a6ed9823ea7"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="3581b7c3734eac7ce99e56769504ea52"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="2308b637c94039fbf1379ed227cb6ba6"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="f5be60e6f3e1c1990a1b0bc20810d9d5"/><file name="upgrade-1.6.0.0-1.6.1.0.php" hash="8ae3a660ecbda94ba6c927e9a0df0d78"/><file name="upgrade-1.6.1.0-1.6.1.1.php" hash="b687451356d92893e6db65966d398449"/><file name="upgrade-1.6.1.1-1.6.1.2.php" hash="70172513072b9ca45718603b080873a3"/></dir></dir></dir><dir name="AdminNotification"><dir name="Helper"><file name="Data.php" hash="7ccc64f435083f50e30fbd34565e7000"/></dir><dir name="Model"><file name="Feed.php" hash="7e5ea6c277d5b392d4b941d00bed4504"/><file name="Inbox.php" hash="5ae8aa65b2c08de25eac0d3e238aec7d"/><dir name="Mysql4"><dir name="Inbox"><file name="Collection.php" hash="81013795458f400f26bba0e295b32e97"/></dir><file name="Inbox.php" hash="c154a554f071df9cc3b38ca26dfcb4d0"/></dir><file name="Observer.php" hash="21832dff31704d69f791058d32e70a23"/><dir name="Resource"><dir name="Inbox"><file name="Collection.php" hash="b97e57678ac134b947239489f2bd7455"/></dir><file name="Inbox.php" hash="1fab1988b2976606610e8f4d46bccbb6"/></dir><file name="Survey.php" hash="f1eba7b3973815fc4a0296d8984b8826"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f39cbea8dbc4d2ba25aba1507a9b7c98"/><file name="config.xml" hash="b68195b9e9921ddda0041ae62eac258f"/><file name="system.xml" hash="04b8f90c73af42e8b0588256640b1528"/></dir><dir name="sql"><dir name="adminnotification_setup"><file name="install-1.6.0.0.php" hash="cf1706034239a17d3467c270fdb65b27"/><file name="mysql4-install-1.0.0.php" hash="7c1debea65836279d2b824ea37faa707"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="79d7086709b229bc694fa03c5016c1fe"/></dir></dir></dir><dir name="Api"><dir name="Controller"><file name="Action.php" hash="99f970dbd7f67c6b0fd264bd4f9d8d10"/></dir><file name="Exception.php" hash="6e6be3aea4a33c5173024f6d0e5e5de4"/><dir name="Helper"><file name="Data.php" hash="52e8d2df1d532446b004a8c19b181aea"/></dir><dir name="Model"><dir name="Acl"><dir name="Assert"><file name="Ip.php" hash="c42285368b59c5cc738a4b1ca3696962"/><file name="Time.php" hash="cd013e4f67461e6b36edc502306d84cd"/></dir><file name="Resource.php" hash="8e48b803f7aef873ea06006df7667aa6"/><dir name="Role"><file name="Generic.php" hash="9b27d3b20a6643c42b28da64e8afd6c7"/><file name="Group.php" hash="05f6fb057af4ab8c10deee79e85455f1"/><file name="Registry.php" hash="0a04281101423fbe28127aad52adfd64"/><file name="User.php" hash="0308f1bce04ade797c6976ef34d90015"/></dir><file name="Role.php" hash="19d21ae1a55c44f1ca60b79e8d42c5f9"/></dir><file name="Acl.php" hash="0648ab85c9577e6449845b1554b7398e"/><file name="Config.php" hash="c377eb247e4836d1cd30223b24a77a38"/><dir name="Mysql4"><dir name="Acl"><dir name="Role"><file name="Collection.php" hash="54c8c4b3da784ad70017698d94762c99"/></dir><file name="Role.php" hash="b66b6082a06de44940e0887429413eb2"/></dir><file name="Acl.php" hash="11fdca379da540374a6a8cffae0a61de"/><dir name="Permissions"><file name="Collection.php" hash="007a7f3da6304b8018201588df60c14c"/></dir><dir name="Role"><file name="Collection.php" hash="661d7ab89b8d8c52b1a83fc855047830"/></dir><file name="Role.php" hash="ca54357228a0c6b33b578c3b3358c233"/><dir name="Roles"><file name="Collection.php" hash="1bae48e55c4768ddd6681fb46d3ce8e4"/><dir name="User"><file name="Collection.php" hash="1376d5603f248430625851af53a1a6d8"/></dir></dir><file name="Roles.php" hash="903c58976f174cbaeecd55e693fde86e"/><dir name="Rules"><file name="Collection.php" hash="3ce4f89fa1d9cba045453008b1e148b4"/></dir><file name="Rules.php" hash="4dc03891456823fb877954eff221ce91"/><dir name="User"><file name="Collection.php" hash="31fbf6df455f05aaf1fccaed4fa80298"/></dir><file name="User.php" hash="39ba8c2f98a480523c0043da058c7365"/></dir><dir name="Resource"><file name="Abstract.php" hash="27e94f0f1d2b1aa424979d937a4daac5"/><dir name="Acl"><dir name="Role"><file name="Collection.php" hash="ef869eec0ed29b81a64a77053385356f"/></dir><file name="Role.php" hash="4df3869bdd94592f034f0ba47011d1ef"/></dir><file name="Acl.php" hash="7ba2183edf05e5924969fea51518bd88"/><dir name="Permissions"><file name="Collection.php" hash="105bfc3a7eee49f26db843085bafa89e"/></dir><dir name="Role"><file name="Collection.php" hash="54f4b3b2ace782f68ec659ab4516a37d"/></dir><file name="Role.php" hash="5fd07d4ac4ecdd34eb630ca943e5907b"/><dir name="Roles"><file name="Collection.php" hash="53861fc2c187dde8c30412fbf470b85b"/><dir name="User"><file name="Collection.php" hash="2120cb2265e2436f45da392c78356f51"/></dir></dir><file name="Roles.php" hash="9e0f245d55c17b8dd7c35ed3e499f112"/><dir name="Rules"><file name="Collection.php" hash="ac76903ca0c66c4e029b582a21e2c307"/></dir><file name="Rules.php" hash="c2596f0b012841448b9f2d0d126f55fc"/><dir name="User"><file name="Collection.php" hash="c9465a5ccdd2a34424002030fb814381"/></dir><file name="User.php" hash="65aec7d1330c1458adc3254f0177a3c1"/></dir><file name="Role.php" hash="45afdbe63a197ad3d17acd06a4c01631"/><file name="Roles.php" hash="280d0c422415b05966664bc342f52c06"/><file name="Rules.php" hash="443c5e79c9093ad26577f3b37d0a0301"/><dir name="Server"><dir name="Adapter"><file name="Interface.php" hash="38cfcf436478c917471dae62830bb1dd"/><file name="Soap.php" hash="1e5b7464da84c4d16bcad45536e65964"/><file name="Xmlrpc.php" hash="2a171e7ba19abe472bd40111bab15cdc"/></dir><dir name="Handler"><file name="Abstract.php" hash="d3f4fc9a67819bc5bbaaad105747a204"/></dir><file name="Handler.php" hash="a5302f45c5edc8f794c22fa0f6a0429c"/><dir name="V2"><dir name="Adapter"><file name="Soap.php" hash="862cd239fe26649bd7f9b80107a80d89"/></dir><file name="Handler.php" hash="f61e157883262b92bb49e6664bf00f32"/></dir><dir name="Wsi"><dir name="Adapter"><file name="Soap.php" hash="1d8c8c969467c28474a377ec86cd2286"/></dir><file name="Handler.php" hash="a20ae137281e9a4519086d6a5db629c7"/></dir></dir><file name="Server.php" hash="f175100999d93d57b1d80532c596b00c"/><file name="Session.php" hash="6809b551534f1dfe26d8019f27184616"/><file name="User.php" hash="834adc0e1357e769d82ab8707a9c93d9"/><dir name="Wsdl"><dir name="Config"><file name="Base.php" hash="1e9ce6be9492fdf4b7bf54b6341c7a28"/><file name="Element.php" hash="b7177162a7dbf32302403da08d8024f4"/></dir><file name="Config.php" hash="d5f3d3c3fbd3d925af76818544889011"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="f01f42dc244998e5f8f902b521e745b9"/><file name="SoapController.php" hash="8081a153fb30a22613fba65bf4ba29c4"/><dir name="V2"><file name="SoapController.php" hash="d1b669e5dd54630ab054920c97baaaca"/></dir><file name="XmlrpcController.php" hash="086e78125fefed443e6657e37515615b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="1c6c8b3c8dd7b3a397e699d891bdaad6"/><file name="api.xml" hash="dacf6a95db22451a27bf1b09a93b15bf"/><file name="config.xml" hash="66c452120b8807224596907d67700bd3"/><file name="system.xml" hash="70a004fca92dc0e9d3088bd4a8692aef"/><file name="wsdl.xml" hash="f0db676b04733b38f310355bb44bc3cb"/><file name="wsdl2.xml" hash="7d527421ba4b63a8a812ab6b1095891d"/><file name="wsi.xml" hash="9fb1700cf935a26e7fada90a07fae7fe"/></dir><dir name="sql"><dir name="api_setup"><file name="install-1.6.0.0.php" hash="333793ad242306cef0c875a79e66d417"/><file name="mysql4-install-0.7.0.php" hash="49770fac4c29f79cb22475faf0be3fc3"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="0329f3395493b417fccbc96116a0241c"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="f13ae708b66bd96e3bf720661e4ffc68"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="37efe712825aec2ac2552d973556512a"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.1.php" hash="85d8bd153a49fd2a88602aca80866830"/></dir></dir></dir><dir name="Api2"><dir name="Block"><dir name="Adminhtml"><dir name="Attribute"><file name="Buttons.php" hash="9ef27fe763df66036c92ddcf931318d7"/><dir name="Edit"><file name="Form.php" hash="03f33cd9f6c5d79e19eac2ff9bfd13f3"/></dir><file name="Edit.php" hash="e4d81a684f46a908fdc2ab479b305f1f"/><file name="Grid.php" hash="f50f982211466c1fac67999824e8ebce"/><dir name="Tab"><file name="Resource.php" hash="89bbb9424b2291ac19ef66572957da7d"/></dir><file name="Tabs.php" hash="fcffc78cca5d439b164a351a4dfb93be"/></dir><file name="Attribute.php" hash="2f2148ce23c660e2c8995021cd9c2a60"/><dir name="Permissions"><dir name="User"><dir name="Edit"><dir name="Tab"><file name="Roles.php" hash="1d0e45517285ddd21dd84b2e7460f99e"/></dir></dir></dir></dir><dir name="Roles"><file name="Buttons.php" hash="1be3ffd41c1c181f8293aaee0438ee86"/><file name="Grid.php" hash="03c6c89ce1a41f4f579637bc3962deee"/><dir name="Tab"><file name="Info.php" hash="8e7bffb65d4beeb9286c64a820302cf5"/><file name="Resources.php" hash="5a6f43e74bbd24adb27fdbf5a9ae4995"/><file name="Users.php" hash="2bf74080b3846bf0ec674e1b9bb03b22"/></dir><file name="Tabs.php" hash="5dea7490be32c68d486479c44dfe1082"/></dir><file name="Roles.php" hash="4b148852dc96a2a4776fe7440a825f3e"/></dir></dir><file name="Exception.php" hash="39a86fde1530753f6039ff7b81e95f2b"/><dir name="Helper"><file name="Data.php" hash="71f7081f74f921b7dcdadebeca24d98a"/></dir><dir name="Model"><dir name="Acl"><dir name="Filter"><dir name="Attribute"><file name="Operation.php" hash="79f2cdcdfd2f06df64e94fb875d6144a"/><file name="ResourcePermission.php" hash="5dfaf5ffcfa63b2b3ce91acca03ef62d"/></dir><file name="Attribute.php" hash="a02bb024eb56cb6661db475dc145c8e1"/></dir><file name="Filter.php" hash="6d01385dc8981ad49064b443a98cdd69"/><dir name="Global"><file name="Role.php" hash="ef2fd66d007ae580a94de44780d8cf75"/><dir name="Rule"><file name="Permission.php" hash="a2c34772cf904583a12841110e407a3e"/><file name="Privilege.php" hash="2cc8940ce7e54686cca6e5b88a2eb6ec"/><file name="ResourcePermission.php" hash="65e44a8833bc503b822b16294eae1f63"/><file name="Tree.php" hash="22b37c613846b8b9916ee522c6c3f57c"/></dir><file name="Rule.php" hash="ac3a0390a83e44500abe8e0aab39c460"/></dir><file name="Global.php" hash="a269d6809a29848fd9c1e9cfd64038c5"/><file name="PermissionInterface.php" hash="0289a145b1085b3f5833282f83d4ea31"/></dir><file name="Acl.php" hash="f0501246b29f973f68c2e84de9017ba2"/><dir name="Auth"><dir name="Adapter"><file name="Abstract.php" hash="09ff9b2dc6a44edb5da11507f12e090c"/><file name="Oauth.php" hash="9d04aee982e96f1e2b957c848d0f86ae"/></dir><file name="Adapter.php" hash="b8a32b8722fea29189546baec2205330"/><dir name="User"><file name="Abstract.php" hash="21744f88c697ab9a919892c44fcc66bc"/><file name="Admin.php" hash="715829c802f86abcc916a22dbc1c6a99"/><file name="Customer.php" hash="b45c5127a727fe1b683470122a2fdc96"/><file name="Guest.php" hash="8208a101138b48d59b038f6d256ba1ad"/></dir><file name="User.php" hash="6afd1a37057c90c09b2fc4ec672ea430"/></dir><file name="Auth.php" hash="6497a2ad1bd45a7bfa72737fd05f5626"/><file name="Config.php" hash="de09cdc700748c83b98aaf964504c15d"/><file name="Dispatcher.php" hash="47beee9ac2657bcd501b5916b16eb9c3"/><file name="Multicall.php" hash="56400fe2b5e846733ff2898cc99fd1f1"/><file name="Observer.php" hash="4244d1721a449768f430bd921be9d81b"/><dir name="Renderer"><file name="Interface.php" hash="07706eb88b7d30eee26693ecde9d3690"/><file name="Json.php" hash="5c8a710a3c7df568312f83ca598eb90f"/><file name="Query.php" hash="8bb464c758ee4954a3baf8ce574deb96"/><dir name="Xml"><file name="Writer.php" hash="1e9e89f8ec8b07cc425a79d327144158"/></dir><file name="Xml.php" hash="0aecf0d165ca91b3e1751c346b788e21"/></dir><file name="Renderer.php" hash="8568353a0683d03d866ef12511ff7dba"/><dir name="Request"><file name="Internal.php" hash="ef7331fb3873d4cb7e98f91aa4580506"/><dir name="Interpreter"><file name="Interface.php" hash="f6331498c2773d4fae60b08a0d2c6f7d"/><file name="Json.php" hash="d7e6e80bea40c09ca7db961cad6d331b"/><file name="Query.php" hash="76cec50cb4fde7677ebfb0d56381d9e1"/><file name="Xml.php" hash="06553eea2aff912417d33c1c76dbf59a"/></dir><file name="Interpreter.php" hash="6f32c5edcff0e73524b55aa7b03088b5"/></dir><file name="Request.php" hash="c02154b85e4cbbba39f8077f8cce8887"/><dir name="Resource"><dir name="Acl"><dir name="Filter"><dir name="Attribute"><file name="Collection.php" hash="7257dd49495e3642122eab7207fdfcb9"/></dir><file name="Attribute.php" hash="49512879ac8bd727f7c8d6ab5fd7abfc"/></dir><dir name="Global"><dir name="Role"><file name="Collection.php" hash="f97d00d8321127e0ef155a7f54d39b08"/></dir><file name="Role.php" hash="4c9f54c3d9808bb50099e5fbd5bd58ac"/><dir name="Rule"><file name="Collection.php" hash="27764e7b96a2e1cdcc3d1f811de372a0"/></dir><file name="Rule.php" hash="d0166519d58dc5a9c7fb196202eeb64c"/></dir></dir><file name="Setup.php" hash="2e1714f6319b0e1774e15dc0c41e5e4c"/><dir name="Validator"><file name="Eav.php" hash="086a65d1f6a04643a00db4bb278f4aa8"/><file name="Fields.php" hash="28154d12cdbd4aec011ace9d2dfff6b9"/></dir><file name="Validator.php" hash="6dd4431a7aee70b0afedf995e057723c"/></dir><file name="Resource.php" hash="b5b2d6cd62993739273da7e13eabbfec"/><file name="Response.php" hash="19da4e5ddf9a6aae22cf82b84924e25c"/><dir name="Route"><file name="Abstract.php" hash="bb7292138fabf19b71cdca15f3f59d8d"/><file name="ApiType.php" hash="09f07ae521e17a8d49a96c2c824b60d5"/><file name="Interface.php" hash="eb283f67e62c1d2e9fdad8078c66b875"/><file name="Rest.php" hash="cd0a254840ce4f5967f3d1059b275db6"/></dir><file name="Router.php" hash="54781d21df092291e108afe8f2e35495"/><file name="Server.php" hash="702576784100e59725ba224db2b62c29"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Api2"><file name="AttributeController.php" hash="32c93aade299c0d28663620fa6f00e46"/><file name="RoleController.php" hash="270e1dfd79ef568411ab5952d334e64d"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="fa2145acf464f92a074840dcf658d524"/><file name="config.xml" hash="f22ea20bd5e39ebc89b9e0b766f186fc"/></dir><dir name="sql"><dir name="api2_setup"><file name="install-1.0.0.0.php" hash="a80f7332b02b0bd47f22830b2a5de099"/></dir></dir></dir><dir name="Authorizenet"><dir name="Block"><dir name="Directpost"><file name="Form.php" hash="04dc310ca1a9f6a6ecf5216c424d5003"/><file name="Iframe.php" hash="a491d7573d15111edf382950ede26118"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8d10f2f08fabcedd9d7bffd8596ed300"/></dir><dir name="Model"><dir name="Directpost"><file name="Observer.php" hash="1aa32f7e8c3c88d7d20b7b448e3a296c"/><file name="Request.php" hash="2a4f9cf386803712e81ff8d7647503f3"/><file name="Response.php" hash="4ed5f1a66f6959737876c588bd573952"/><file name="Session.php" hash="2867f16516cf9c851958141cc82c718c"/></dir><file name="Directpost.php" hash="2a092a829a7895653adadfedf418d259"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Authorizenet"><dir name="Directpost"><file name="PaymentController.php" hash="a13b141a0d59eaef8acfff4652739924"/></dir></dir></dir><dir name="Directpost"><file name="PaymentController.php" hash="3574d0f8f7ddfab6974b6cf1bd82e2bc"/></dir></dir><dir name="etc"><file name="config.xml" hash="dc6e8212d596a8fab37a394658cf700e"/><file name="system.xml" hash="9b3ae0ff1e4184d4b13f82f826efd8e1"/></dir></dir><dir name="Backup"><file name="Exception.php" hash="232fe3a1507e7a53f7d0a346d3840d0f"/><dir name="Helper"><file name="Data.php" hash="9f21f58257168afd85084ab403a57a51"/></dir><dir name="Model"><file name="Backup.php" hash="2518d980dd80d5066f1a26b1cf4add17"/><dir name="Config"><dir name="Backend"><file name="Cron.php" hash="ebe7863d2ddeef8e12bcc50af9b1740b"/></dir><dir name="Source"><file name="Type.php" hash="8337bdd928b3ac5648d3a14583c0bbdb"/></dir></dir><file name="Db.php" hash="8e1021feb203bf5d8c02c9dff29051ca"/><dir name="Fs"><file name="Collection.php" hash="a31e3c818946bf1efb0ee1cf701454f3"/></dir><dir name="Mysql4"><file name="Db.php" hash="71124819b834c6ef8836fefa7eac2f22"/></dir><file name="Observer.php" hash="dd11e6c9b318043933c50e12bf4f2652"/><dir name="Resource"><file name="Db.php" hash="4db10da6c8f18e13d2ad33f2ea1fd82b"/><dir name="Helper"><file name="Mysql4.php" hash="afc634ef84178232321f8d61e843523d"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="028f5e7c953a3187c60753bb382d1d62"/><file name="config.xml" hash="9ac641815f26e4c4b906ca2c5b519f11"/><file name="system.xml" hash="525037396b2f73b4052af193d342271d"/></dir></dir><dir name="Bundle"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Composite"><dir name="Fieldset"><file name="Bundle.php" hash="f71e76eccf5c358ba68b844143f0f4ef"/><dir name="Options"><dir name="Type"><file name="Checkbox.php" hash="0fd6e48ad407a7bb19e6844f946eef5d"/><file name="Multi.php" hash="31e35519bddd8bf8094ce78b414a3054"/><file name="Radio.php" hash="65dab67fbad7981926c6aa3a7afcb94c"/><file name="Select.php" hash="7f617b9348519e8f9341a027a10f7034"/></dir></dir></dir></dir><dir name="Edit"><dir name="Tab"><dir name="Attributes"><file name="Extend.php" hash="f5031afd7e4438beb6e5e00cb2a64530"/><file name="Special.php" hash="8dd19c80c8b0770c4f5fcc238d14ffc4"/></dir><file name="Attributes.php" hash="9028cf0e2c5821b33559418e4c098795"/><dir name="Bundle"><dir name="Option"><dir name="Search"><file name="Grid.php" hash="3ee4aa4b4e54372ba9387e08b888f8a6"/></dir><file name="Search.php" hash="513c359d6d3111e18d3753ee182fddb7"/><file name="Selection.php" hash="9dacb4d4dd61de18ec82cc0af5c29740"/></dir><file name="Option.php" hash="17444b6df2998efa1ce221d5bf241fa0"/></dir><file name="Bundle.php" hash="80786c7d7f6d34b94b065bc1b7e5a750"/></dir><file name="Tabs.php" hash="68335db3f6f6b9e2ec514ebc6d776fb8"/></dir></dir></dir><dir name="Sales"><dir name="Order"><dir name="Items"><file name="Renderer.php" hash="4688dd4fbaa2994f2cdcf7057db1a4cd"/></dir><dir name="View"><dir name="Items"><file name="Renderer.php" hash="591bdbacfc1b30f6e1d8493c849bf20a"/></dir></dir></dir></dir></dir><dir name="Catalog"><dir name="Product"><dir name="List"><file name="Partof.php" hash="8824fae5e6c28d117ae0eaeb00450436"/></dir><file name="Price.php" hash="f99a36caebe88571779dc3cee8911b05"/><dir name="View"><dir name="Type"><dir name="Bundle"><dir name="Option"><file name="Checkbox.php" hash="10b64b8843b548e986afb221e22a9360"/><file name="Multi.php" hash="dc83fb052c78664402e33b9b9649a5a6"/><file name="Radio.php" hash="14bcb2860b34ed6baa88f8ae259b6529"/><file name="Select.php" hash="115d254d6211283250cb2aec0c02082b"/></dir><file name="Option.php" hash="ad837bf528e8aee42848d8b4b24532bd"/></dir><file name="Bundle.php" hash="3ef2bbeed59dd8ab0d829404d7efdaa2"/></dir></dir><file name="View.php" hash="51a2ebf69f176e67434bdf962fa7c22c"/></dir></dir><dir name="Checkout"><dir name="Cart"><dir name="Item"><file name="Renderer.php" hash="d741763faf5f5f66727675fb7c7081a0"/></dir></dir></dir><dir name="Sales"><dir name="Order"><dir name="Items"><file name="Renderer.php" hash="d206d440fdb7fb9ed9dd5f5fabd86b18"/></dir></dir></dir></dir><dir name="Helper"><dir name="Catalog"><dir name="Product"><file name="Configuration.php" hash="61410791727dc8ed37d2779f3e66dfba"/></dir></dir><file name="Data.php" hash="eb98534e84add76429bc05788dd04c42"/></dir><dir name="Model"><dir name="CatalogIndex"><dir name="Data"><file name="Bundle.php" hash="c6cd3f0c944268b88262e61a8f344ce8"/></dir></dir><dir name="Mysql4"><file name="Bundle.php" hash="52ff2e0d5288bedcefeea87a96ed1c78"/><dir name="Indexer"><file name="Price.php" hash="ead89ebb44f9ff9e8acc5a0c95f579a1"/><file name="Stock.php" hash="bf4ad5d32429860d8c04dc3d1e76c8ad"/></dir><dir name="Option"><file name="Collection.php" hash="46dadcf7b1005ad0618e4659f3817769"/></dir><file name="Option.php" hash="8e7b73df281ec4e0b82201e18a6048ce"/><dir name="Price"><file name="Index.php" hash="b335492939265c988333ba6590e6724c"/></dir><dir name="Selection"><file name="Collection.php" hash="1437f333f2aefb37749b34e753649e22"/></dir><file name="Selection.php" hash="9dc5373da0c13ebd9ad0ca95bc1c0558"/></dir><file name="Observer.php" hash="537b94a42ff23a2dc3ae4a30ae5d7134"/><file name="Option.php" hash="6f3651da4a4861cfe0936b0dc612948c"/><dir name="Price"><file name="Index.php" hash="71f3793c003cce269ebbdb9281336887"/></dir><dir name="Product"><dir name="Attribute"><dir name="Source"><dir name="Price"><file name="View.php" hash="aa747421c2aee7c2a7b58e7e8e669686"/></dir></dir></dir><file name="Price.php" hash="250e5f0f69765e6b578e0facd62edb45"/><file name="Type.php" hash="05b755bd23e028ff7f1e40ce69289bba"/></dir><dir name="Resource"><file name="Bundle.php" hash="abd97d8fac9eb6a5f86c1a10d5f03251"/><dir name="Indexer"><file name="Price.php" hash="131c3a21413b9afde661125a9fd0be98"/><file name="Stock.php" hash="3f7192cbf946c510a595fe21457b809f"/></dir><dir name="Option"><file name="Collection.php" hash="160767b88c4ae5411b38ca2c9d2e6dc4"/></dir><file name="Option.php" hash="9d238ef98060b46e99f8c5425064dae5"/><dir name="Price"><file name="Index.php" hash="5c7637ed84a2b22464990c4e4915e6c6"/></dir><dir name="Selection"><file name="Collection.php" hash="e712abcf0240bbd3349f28df6ed63acc"/></dir><file name="Selection.php" hash="fe31e0bba4c62db412cdaf1a2932e6b9"/></dir><dir name="Sales"><dir name="Order"><dir name="Pdf"><dir name="Items"><file name="Abstract.php" hash="2f4492d7d4a8e808499ddd89edf86335"/><file name="Creditmemo.php" hash="d163812f34778c6109e9be28ad3d0fb2"/><file name="Invoice.php" hash="b4b6c3449d2aba8c8e1c0f9d041bf1f7"/><file name="Shipment.php" hash="1e6c0b28a24ca8b62fe7faf0335aefe3"/></dir></dir></dir></dir><file name="Selection.php" hash="c7b89344fe16d582956f22f6dc70a063"/><dir name="Source"><dir name="Option"><dir name="Selection"><dir name="Price"><file name="Type.php" hash="f80a51d15e26b495d39b7839f4b0fd96"/></dir></dir><file name="Type.php" hash="9947c964a1458b0a51644fd96d22a983"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Bundle"><dir name="Product"><file name="EditController.php" hash="ab533605e00d0e67d4800cfc00f9e039"/></dir><file name="SelectionController.php" hash="221d7b497e4d7f85e2ad29b2ec67561a"/></dir></dir><dir name="Product"><file name="EditController.php" hash="3de9b84baf71503c393a3473cbe0a593"/></dir><file name="SelectionController.php" hash="da478d3485c694efb1dab304a45d3120"/></dir><dir name="data"><dir name="bundle_setup"><file name="data-install-1.6.0.0.php" hash="1dd706ce04fe0c19068ca77f5c227854"/></dir></dir><dir name="etc"><file name="config.xml" hash="ed329fa4b1ea18ad6884efe171563c31"/></dir><dir name="sql"><dir name="bundle_setup"><file name="install-1.6.0.0.php" hash="62ddca88e14f7fad357dc3777921e117"/><file name="mysql4-data-upgrade-0.1.13-0.1.14.php" hash="61c9d1fc622e767ac1e1db89ca852914"/><file name="mysql4-install-0.1.0.php" hash="280007a16a99a3049d318e3e443b48a3"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="d728c0ad55496198ec34ed14b27b5b82"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="2cad78961d4afbb235cb77edf516e7d7"/><file name="mysql4-upgrade-0.1.10-0.1.11.php" hash="07cc1f69b913d49c9c252e8e9361766b"/><file name="mysql4-upgrade-0.1.11-0.1.12.php" hash="1aa4da6f1d8b6edeefccacc67cac60fe"/><file name="mysql4-upgrade-0.1.12-0.1.13.php" hash="9ab20f278d8f3a668a752f7dec7d8849"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="97505f6eace6587c2b30a5577c833d99"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="1a4da00620db9bff8b6e3ab0d91192df"/><file name="mysql4-upgrade-0.1.4-0.1.5.php" hash="3c44ca7919b3d8957a64aff42ddc8efb"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="6683108c65aba38856cdd4ab075f8554"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="fdb86115561f58113290bb8dda1a3214"/><file name="mysql4-upgrade-0.1.7-0.1.8.php" hash="e0027cad734a0353647b02b7a998eb60"/><file name="mysql4-upgrade-0.1.8-0.1.9.php" hash="17ff9fc47e90e96d73897176d2dc761c"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="da8ff72d8e3f8bd7c559a4d9f3393bca"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="15d2dc3cfa2e62182350e2b6ccec3028"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.0.1.php" hash="5cb463abf9d7e19b044047fb7ae490ee"/><file name="upgrade-1.6.0.0-1.6.0.0.1.php" hash="bcc478978156de3a67d88c046dcf9a50"/></dir></dir></dir><dir name="Captcha"><dir name="Block"><dir name="Captcha"><file name="Zend.php" hash="4e3ab560218c37de5003f214686814e4"/></dir><file name="Captcha.php" hash="94c5bee18bc22a8bb2bd7e3f3d6c360e"/></dir><dir name="Helper"><file name="Data.php" hash="3713d6276df2bc6ab22b072118556170"/></dir><dir name="Model"><dir name="Config"><file name="Font.php" hash="eed50e35da030c942fe99063bff226f7"/><dir name="Form"><file name="Abstract.php" hash="36f760e831f31ba4fb627043a97ec307"/><file name="Backend.php" hash="a4855fa2283840e742ddc418f341aad0"/><file name="Frontend.php" hash="20cd5863769fb1bef04e2c1c856bad60"/></dir><file name="Mode.php" hash="7cb7d132bd6bc25e06b2e077507fc820"/></dir><file name="Interface.php" hash="f4dc6a07615aa1d1ea9347a49b83a97f"/><file name="Observer.php" hash="5eca8cd0ba5d0e1a20e936f3c0a3f526"/><dir name="Resource"><file name="Log.php" hash="a674a73d83f90f1134d585bc55928673"/></dir><file name="Zend.php" hash="ae8f570e7f890acd4180bbdc6b557369"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="RefreshController.php" hash="a03d2f4fe20de889233cf2ca1aef1390"/></dir><file name="RefreshController.php" hash="062ee33e60574e4436cff3142b8ab3ac"/></dir><dir name="etc"><file name="config.xml" hash="235df731b4cdc5622448dd0193bf737b"/><file name="system.xml" hash="1ffe48348bc025a14f23ed57eeb02c6d"/></dir><dir name="sql"><dir name="captcha_setup"><file name="install-1.7.0.0.0.php" hash="822664caed32b8fc81292cc52f80a3c1"/></dir></dir></dir><dir name="Catalog"><dir name="Block"><file name="Breadcrumbs.php" hash="f2b2b12341258e0cf42897d35c4975c8"/><dir name="Category"><file name="View.php" hash="e45545196883f3bb41975a4e9df77afa"/><dir name="Widget"><file name="Link.php" hash="7fdf50f56911b3941227f6b1041b53f8"/></dir></dir><dir name="Layer"><dir name="Filter"><file name="Abstract.php" hash="8d81346a01436638f815fa090679b539"/><file name="Attribute.php" hash="5e7cf84a8cd47a7f7c4022c671643685"/><file name="Category.php" hash="ecc765e83858e1e4e1c7446fd8916e1f"/><file name="Decimal.php" hash="8f21afb279acec4d12b58c702c714ad4"/><file name="Price.php" hash="74af90a013ce6ccb62e01a9fc84df183"/></dir><file name="State.php" hash="2373238c22d04be07569a6524fd6e0ed"/><file name="View.php" hash="5c4a76838519845cc9467d2996e827cc"/></dir><file name="Navigation.php" hash="375a4c5d20eb55758d369b190bc414a0"/><dir name="Product"><file name="Abstract.php" hash="d0f7a69d1934a46decc17cbf3bb6d166"/><dir name="Compare"><file name="Abstract.php" hash="60359c96314cde215b7281d5629809b4"/><file name="List.php" hash="8f8193656c460030c3c9029be38f2458"/><file name="Sidebar.php" hash="893ce05a06d959d0f869eeec277c27b7"/></dir><file name="Gallery.php" hash="cbe80c2e79d5fd6471842c67f9b9502a"/><dir name="List"><file name="Crosssell.php" hash="1d857b6e8001bfef0c7e5ee49761deab"/><file name="Promotion.php" hash="e7358112b96c65b14250ff0ebe2fdafd"/><file name="Random.php" hash="c3feaca23591000a6bcaa9b34a6ad16d"/><file name="Related.php" hash="074526048fddd0ea6b08a8ff28c12092"/><file name="Toolbar.php" hash="3fc504eaa22bd1aebbf1dbc00da47c12"/><file name="Upsell.php" hash="4e96e89f5705d4a633f3941aa5719f0d"/></dir><file name="List.php" hash="f7a30fac093b3c60c2a492c613ea1685"/><file name="New.php" hash="fa3b7d1c84f8fd181dfe99c9e5f063b7"/><dir name="Price"><file name="Template.php" hash="dd1ee108c6b8dfe5504126ef86f4e5e6"/></dir><file name="Price.php" hash="e2c7221abf24f954792d59ffaac58473"/><file name="Send.php" hash="99b7fb121fdaa084bffc305e68f821de"/><dir name="View"><file name="Abstract.php" hash="84c1bc9cf444b0fa2e28c44f72af7708"/><file name="Additional.php" hash="cc67c30cc49e02d34cfc03592951a4fa"/><file name="Attributes.php" hash="eb2b96f5456208ead9f8a73c60bb5004"/><file name="Description.php" hash="04c55b5affe7298f64c3bc34829ecbc1"/><file name="Media.php" hash="48d631c263f2448fa8b6ccff78eedaee"/><dir name="Options"><file name="Abstract.php" hash="35c6327f339b714bf29941279d85130a"/><dir name="Type"><file name="Date.php" hash="7af0cb85eaa76041c8662eba022ed9e3"/><file name="Default.php" hash="f2790519636384c3c5c267f4e0cc8ec8"/><file name="File.php" hash="6d7eef9dbe6dc6aae14255b61bbb5bf7"/><file name="Select.php" hash="2065588130ea61746d47b2fb3b054a21"/><file name="Text.php" hash="5f2bdde121bed6261a53a399dcdf52db"/></dir></dir><file name="Options.php" hash="1e7eb4b77c9e2a4fc0b0fb7b0e947352"/><file name="Price.php" hash="39897789134444e94601143a9c425c6c"/><file name="Tabs.php" hash="afd11663fa8a02c1700bc41c0c412a89"/><dir name="Type"><file name="Configurable.php" hash="80e63408a5402751eac64e3bfa6032d9"/><file name="Grouped.php" hash="b945daf6bdc126431b696683a7c8023b"/><file name="Simple.php" hash="50ccaa664a1876e96fb2e453129f241f"/><file name="Virtual.php" hash="21406c7a1dbdeb7c66c7af6d1d97139d"/></dir></dir><file name="View.php" hash="199aefa89bed8523f9bedb82af8919f1"/><dir name="Widget"><dir name="Html"><file name="Pager.php" hash="0c8f34dd0e50ccaf23a9f5c79eba837e"/></dir><file name="Link.php" hash="1671975275131038a4c0887d4cde464c"/><file name="New.php" hash="72b9cd04ce27b8120d0de2eb3b8bcb01"/></dir></dir><file name="Product.php" hash="594bf59bb1a73442bc4651b60ca9659e"/><dir name="Seo"><dir name="Sitemap"><file name="Abstract.php" hash="f520d215176bc16852fc2dec89d32526"/><file name="Category.php" hash="fe8628c48469343e327677bb36673901"/><file name="Product.php" hash="3cd7bb3840381b2c9864c3d1a22c9409"/><dir name="Tree"><file name="Category.php" hash="39c8335daa92faffbd7be06237777098"/><file name="Pager.php" hash="94c74dc076a772207fc2a0d32ce54e9d"/></dir></dir></dir><dir name="Widget"><file name="Link.php" hash="89218288f418e4a0bde0e06449a41718"/></dir></dir><file name="Exception.php" hash="a9418a8e40edd7f63b9c339958c87655"/><dir name="Helper"><dir name="Category"><file name="Flat.php" hash="5fee4287c11b57a848612acb7000ad1d"/><dir name="Url"><dir name="Rewrite"><file name="Interface.php" hash="a6920ae7790ba630be5539227d11a67f"/></dir><file name="Rewrite.php" hash="93a3c3c1373503b966d26e14070dd15e"/></dir></dir><file name="Category.php" hash="1f6c03c08ffe0446fca3a1bf79d33803"/><file name="Data.php" hash="1d3464f1c326fb364668208b7bbb0c14"/><dir name="Flat"><file name="Abstract.php" hash="c6721f010d443c53cd092258d3b25595"/></dir><file name="Image.php" hash="2cc795480c7b44493f3e1319c36d5593"/><file name="Map.php" hash="ac9c6f9fb4b286a53e9c3fd5bd25a5c6"/><file name="Output.php" hash="c6b18418e2ff365b9bc56a7a52ec1265"/><dir name="Product"><file name="Compare.php" hash="d7dde60dc64f96e54fed8cfef1962c99"/><dir name="Configuration"><file name="Interface.php" hash="2931050835f0cb7b7ddc7087514e2443"/></dir><file name="Configuration.php" hash="06ec3218ed50d0f747fe3c2ef517caed"/><file name="Flat.php" hash="a84c5e1bd1c5af92226316d294905dbb"/><file name="Options.php" hash="6438d2aab01f560707247fd8d19a819a"/><dir name="Url"><dir name="Rewrite"><file name="Interface.php" hash="8140382c47636d905d8b5feacdf0b09f"/></dir><file name="Rewrite.php" hash="3046b35d5330ad21a4d35bf826f6ccf2"/></dir><file name="Url.php" hash="89f9be61e3c63313c7213d277ca260d0"/><file name="View.php" hash="e9b0c159f47ad44ea0a1aeaacaef7174"/></dir><file name="Product.php" hash="7117c507f60390e13d223c98924f72c2"/></dir><dir name="Model"><file name="Abstract.php" hash="3ea8062b2b3bc51de715dcf3cded29dc"/><dir name="Api"><file name="Resource.php" hash="de3c0845676a779f2ae5c4f3d84758c5"/></dir><dir name="Api2"><dir name="Product"><dir name="Category"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="785a593397600ae459aefbae5be2d256"/></dir><dir name="Customer"><file name="V1.php" hash="341c88bba630585fed2a42e6704f6dba"/></dir><dir name="Guest"><file name="V1.php" hash="1cf76aef1940476af61a7fcdc9b2df2c"/></dir></dir><file name="Rest.php" hash="3c4dbe2e92b9a0c85e1eec7f6681eafa"/></dir><file name="Category.php" hash="a5a28bd5d52507399b6874862c3d2fc8"/><dir name="Image"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="4e2b065da8995b07a02d234f1b65394e"/></dir><dir name="Customer"><file name="V1.php" hash="c7fdcc0fc26c23c27b9298664a9e270d"/></dir><dir name="Guest"><file name="V1.php" hash="43af05227245e6da50df08adb670da79"/></dir></dir><file name="Rest.php" hash="639dce1aa14c617d4b816cd8d7d7392a"/><dir name="Validator"><file name="Image.php" hash="f5718054a61bd67b6f8127d95843a26f"/></dir></dir><file name="Image.php" hash="e145075e9c21c265145ab254e2d04279"/><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="7cec4176910361561d888b626b0d9018"/></dir><dir name="Customer"><file name="V1.php" hash="4a1c431500b4616a0eec07cda343578c"/></dir><dir name="Guest"><file name="V1.php" hash="81ee8493df965791d2535f222589b3fd"/></dir></dir><file name="Rest.php" hash="7c063e164f2852bf17b20edc6facc2ed"/><dir name="Validator"><file name="Product.php" hash="2b8f5cfb8ae518d7cc703712c4d2a907"/></dir><dir name="Website"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="3841ff460e7b871d31cb3da47367629d"/></dir></dir><file name="Rest.php" hash="91a142ac2b31186155e8ffdf3c00dfd5"/><dir name="Validator"><dir name="Admin"><file name="Website.php" hash="2756df2695a06a83be3411bcb9577161"/></dir></dir></dir><file name="Website.php" hash="31b339b96bb96e512f79260e9a5afc03"/></dir><file name="Product.php" hash="8c4c96898c2368f0c31e7580f328b6e3"/></dir><dir name="Attribute"><dir name="Backend"><file name="Customlayoutupdate.php" hash="4f71a041b241a6051f9bf2807d8eae10"/><dir name="Urlkey"><file name="Abstract.php" hash="e71c6c05629f9dc08c98b1c55282461a"/></dir></dir></dir><dir name="Category"><dir name="Api"><file name="V2.php" hash="e6fbbe97c41494c132ec7aeea9c87edb"/></dir><file name="Api.php" hash="b5c9bc73000d7ee0d87611e9d55d2ff7"/><dir name="Attribute"><dir name="Api"><file name="V2.php" hash="919ffaf8afb68b7de4383cdea282c3ec"/></dir><file name="Api.php" hash="31e3c621e7aa05e138d79679d3be25e3"/><dir name="Backend"><file name="Image.php" hash="e0c94c3a7a733ff3f6360debc21ba0cb"/><file name="Sortby.php" hash="871e7ecabb88a4b266fadc66b96bd90b"/><file name="Urlkey.php" hash="4d03fb8f5c8e9a2f86a753a3a369d678"/></dir><dir name="Source"><file name="Layout.php" hash="30f933b82c25ceb87693b7dddc7e11d0"/><file name="Mode.php" hash="59bd9a55f9c05a1e16d93c13b7bd00fd"/><file name="Page.php" hash="51e0239fd81b1b84afe12aa535c00c84"/><file name="Sortby.php" hash="3154b4f40d663394f9b52981a8140ae2"/></dir></dir><dir name="Indexer"><file name="Flat.php" hash="0578468abf3a6e6a008289ed955f8907"/><file name="Product.php" hash="f8f8628ae7989920e66a966fdcac48ae"/></dir><file name="Url.php" hash="da29381b9738f76c5e40e16c9ebf5528"/></dir><file name="Category.php" hash="f742fe34437a8e1513625139763c438a"/><file name="Config.php" hash="c6cb79a74890b1cdd0d868afd9c54c75"/><dir name="Convert"><dir name="Adapter"><file name="Catalog.php" hash="dcc155e552940bfc5a02c684f7a89b26"/><file name="Product.php" hash="309254995fa3b74af1443668ce058fa8"/></dir><dir name="Parser"><file name="Product.php" hash="a74a6758c3a9393e2944423bf36be9b0"/></dir></dir><file name="Convert.php" hash="35820783c706501b561c88ed4df8101c"/><file name="Design.php" hash="469c7b539ad044a3a14f233abad3bbc0"/><dir name="Entity"><file name="Attribute.php" hash="42c1da9a0cf2c09708d49a2155eafdb1"/><dir name="Product"><dir name="Attribute"><dir name="Design"><dir name="Options"><file name="Container.php" hash="a488c062610376386a808380555c826c"/></dir></dir><dir name="Frontend"><file name="Image.php" hash="f75459842c6719efa25f9fba7556d0eb"/></dir></dir></dir></dir><file name="Factory.php" hash="49ffa00a153d76bb67a5b5037af090b4"/><file name="Index.php" hash="84675c1a6972b5cfd9802d0ea2dffe8e"/><dir name="Indexer"><file name="Url.php" hash="13d1537f025a3ac53b0b7be85750af49"/></dir><dir name="Layer"><dir name="Filter"><file name="Abstract.php" hash="91f645bcada81a35afe48b7ad5e51220"/><file name="Attribute.php" hash="d84c65856387111594b1e14b7991d799"/><file name="Category.php" hash="939f2abbd60db795ea9a1bab8ea8587d"/><file name="Decimal.php" hash="dc0af4ede52849788e85ecb8aa50777f"/><file name="Item.php" hash="e5b9bdd32066b742886062371b33f3c5"/><dir name="Price"><file name="Algorithm.php" hash="2435677ca60eefe587c54eb665f69fee"/></dir><file name="Price.php" hash="3dd92912a7862221713185384aa1adac"/></dir><file name="State.php" hash="990a6d76cbcbe51102c6f5d887b5254d"/></dir><file name="Layer.php" hash="0d727bfb585b48ccfce2940315f49ff1"/><file name="Observer.php" hash="56a8c232539252660850db93529f94c0"/><dir name="Product"><file name="Action.php" hash="945400a67e514745e3339094063f78ae"/><dir name="Api"><file name="V2.php" hash="61c4740ddd119b0549caa54b77a8b70d"/></dir><file name="Api.php" hash="3e70e4bc97c30ad29b27929f3dd5f767"/><dir name="Attribute"><dir name="Api"><file name="V2.php" hash="d44a80708539543d9a0efc56632f757a"/></dir><file name="Api.php" hash="716ceca750d6ec1616614a59e230ad6c"/><dir name="Backend"><file name="Boolean.php" hash="103e0910580ac174bd325fce6704da2c"/><dir name="Groupprice"><file name="Abstract.php" hash="98ee0afc04c584779bc4dc9863b50b07"/></dir><file name="Groupprice.php" hash="e9a4da3033b7e9530d4c22d59d17a98d"/><file name="Media.php" hash="2f39147281eb2856727f6e6c4d829361"/><file name="Msrp.php" hash="23af08bb487cc451e0f37719a35857d4"/><file name="Price.php" hash="a176a154712ee30c6f2fc0bf58552602"/><file name="Recurring.php" hash="f6e46f0095da6477558ef43e7bc59ce0"/><file name="Sku.php" hash="8eec3ae98532b263609f803850f9dd13"/><dir name="Startdate"><file name="Specialprice.php" hash="9bb37f9025733a1a0d12b667998d435f"/></dir><file name="Startdate.php" hash="ec2ca38d715e26295a8bf6494764045c"/><file name="Tierprice.php" hash="0b4e4f7edd3a0826ad1fa047ae95ec5b"/><file name="Urlkey.php" hash="60fa0bcf503edbeff513e3307f170f0a"/></dir><dir name="Frontend"><file name="Image.php" hash="8cf1825690c65208cc46cc0c07baefc6"/></dir><file name="Group.php" hash="041acb124bc47ce0330da1dc90215ee9"/><dir name="Media"><dir name="Api"><file name="V2.php" hash="69ea962d0a5ba1be9edadb2c883b1041"/></dir><file name="Api.php" hash="209734a6538b03b410cb29bce1d3e41a"/></dir><dir name="Set"><dir name="Api"><file name="V2.php" hash="56062fc7e14dbff04c35f08b3d8b2aea"/></dir><file name="Api.php" hash="28bdbcedf226cc47a764dbfdf544e362"/></dir><dir name="Source"><file name="Boolean.php" hash="f35b065d54dbd7618b6c16cf6010bb96"/><file name="Countryofmanufacture.php" hash="a1eb8b74c88a404073d47482ac0f9ea7"/><file name="Inputtype.php" hash="cb9972b3b4157340510b6597501e8ff8"/><file name="Layout.php" hash="3a9395a8b95de422cd246875251fef5e"/><dir name="Msrp"><dir name="Type"><file name="Enabled.php" hash="33446443e92a7113409f7fa3569b8a40"/><file name="Price.php" hash="2f9f628f2335cf1184c661556befc729"/></dir><file name="Type.php" hash="38b21f3e93ab3be6dd37040f032ddddf"/></dir></dir><dir name="Tierprice"><dir name="Api"><file name="V2.php" hash="9b02e3d2b6aa047dbf74f8d0233b2b06"/></dir><file name="Api.php" hash="a41db2f3587d58b2c0e906825e0d0f92"/></dir></dir><dir name="Compare"><file name="Item.php" hash="93054d70cac6c82520b89a6c9541c655"/><file name="List.php" hash="dd7dad9dcf10f159ac6b1af3f0527785"/></dir><dir name="Condition"><file name="Interface.php" hash="84dfc335bb313a02c408a437755d8dee"/></dir><file name="Condition.php" hash="330fa2d584478c5520c53c7b0eb026ee"/><dir name="Configuration"><dir name="Item"><file name="Interface.php" hash="5729aa2013c3ac5652f1d96e44e0a638"/><dir name="Option"><file name="Interface.php" hash="29c271a22c62d68374b7f44fec420941"/></dir><file name="Option.php" hash="8c40e80eded8c5d791ca6df2a5afead9"/></dir></dir><dir name="Flat"><file name="Flag.php" hash="5f0a3f5a920d9abaae21589182aaea1d"/><file name="Indexer.php" hash="3cbf8bc385991dbc2e1e48f155f94e12"/><file name="Observer.php" hash="2fb3f324b6a954beb41f0e6671b9455b"/></dir><file name="Image.php" hash="f8246c2671bdcba53d82a66054c2a1b1"/><dir name="Indexer"><file name="Eav.php" hash="0603f3ce80f40964308dc20a9a167756"/><file name="Flat.php" hash="c4412b77d30cd0f7a190201d767526ac"/><file name="Price.php" hash="a39e2ebc76de3326a943f85f8ceb30ce"/></dir><dir name="Link"><dir name="Api"><file name="V2.php" hash="b044b621c93507f4b011dba48e7827eb"/></dir><file name="Api.php" hash="743211e4ef7956e55c74b3c8e9603266"/></dir><file name="Link.php" hash="958fa52624c0e66d336f9bb1d8450570"/><dir name="Media"><file name="Config.php" hash="2e93a6f376f11a15e6b57aafe84fef88"/></dir><dir name="Option"><dir name="Api"><file name="V2.php" hash="1c441a1c4bd754fe29a49ea95f448af5"/></dir><file name="Api.php" hash="4a709d54da48a122aa0bb3799d6149ee"/><file name="Observer.php" hash="d2c312e9a55505d5c305444ac89a0644"/><dir name="Type"><file name="Date.php" hash="ab20520a8f9622a3f2ad2955b73e57c7"/><file name="Default.php" hash="532dbffb35de31ec77f8c6cc9750d24c"/><file name="File.php" hash="5c7cf90c1f35bab0a414734abd5a07cf"/><file name="Select.php" hash="cf11dd6431cf389dd559fb1491ba3a19"/><file name="Text.php" hash="ad1b8020e790c84dd7e10fcd7b0b6984"/></dir><dir name="Value"><dir name="Api"><file name="V2.php" hash="256f09df3ec86d691a6f7409f8a55878"/></dir><file name="Api.php" hash="52afd534ccdf59c919c39bb8e1e50296"/></dir><file name="Value.php" hash="50979e2b5651cf1c301951d8a33b3ef0"/></dir><file name="Option.php" hash="837561382abfc496643db078f879aed0"/><file name="Status.php" hash="684bce733fc2d6c4552d8b43ee32cabe"/><dir name="Type"><file name="Abstract.php" hash="a69edc9563c4b5b5a136621616677254"/><dir name="Api"><file name="V2.php" hash="f632cc948ce39537d05beed0f4cbf8c5"/></dir><file name="Api.php" hash="ae03277e9644d3af17f5e9824e61a207"/><dir name="Configurable"><file name="Attribute.php" hash="08dffa9a1f623c01de77ab2213fcba8d"/><file name="Price.php" hash="9be6f7f15f7cff7418fc2b6fcf04781b"/></dir><file name="Configurable.php" hash="face626d05e481700c0bd3622d3e40db"/><dir name="Grouped"><file name="Price.php" hash="f912aa2642f16b334b8ed0d513f3f1ea"/></dir><file name="Grouped.php" hash="f08f24732d6aa418fabd7630596facdb"/><file name="Price.php" hash="587bab738b606c332e8a812d0facf8d5"/><file name="Simple.php" hash="196f524d59b464cab7382340e92bcd7b"/><file name="Virtual.php" hash="d6ead6d829a4db87dadc8010dfe362f9"/></dir><file name="Type.php" hash="930b2692b620b46a625a4bbef8226f6c"/><file name="Url.php" hash="336b83224a5c2c87787a1c4f8f0114f1"/><file name="Visibility.php" hash="d3c23139aa773962b5d07332fbe4856f"/><file name="Website.php" hash="b90d8b8dd1d45731081bc570f112b29a"/></dir><file name="Product.php" hash="89bb76893d401c53d95ac3cd1c5ccc60"/><dir name="Resource"><file name="Abstract.php" hash="19b6160db81d5db980b808d4aa109140"/><file name="Attribute.php" hash="0dc867d45142ea21466eeb9a1fdf4694"/><dir name="Category"><dir name="Attribute"><file name="Collection.php" hash="af8c98ecc6c0578a7fe6372d1ab5f3fe"/><dir name="Frontend"><file name="Image.php" hash="311acf80045228bd098fa90895d81b7b"/></dir><dir name="Source"><file name="Layout.php" hash="4434cfbe2efd59781385d71f15f1930b"/><file name="Mode.php" hash="87c7babc1534942ec5a7067787f2030e"/><file name="Page.php" hash="9ee88bcc5ed4492dda83b2b0137428b9"/></dir></dir><file name="Collection.php" hash="ec2a09fe00ef76b8da0afb5cc0f5dcf9"/><dir name="Flat"><file name="Collection.php" hash="2e0b2cf84157b8bd92c15c4f4264512e"/></dir><file name="Flat.php" hash="03fe6bdb01d44a75c49c861c40ba00f4"/><dir name="Indexer"><file name="Product.php" hash="ea3447411fad121f3e8b1f0b2af7d731"/></dir><file name="Tree.php" hash="5eba667d6f07a792dd3243ad9deb1aad"/></dir><file name="Category.php" hash="3f999f30afe154e45e4ac0b9edbfd9e0"/><dir name="Collection"><file name="Abstract.php" hash="1d203fc1d1f44db35b97c1956c6bf9b1"/></dir><file name="Config.php" hash="658ff85ffd30e640b4b830e1b811ecf4"/><dir name="Eav"><file name="Attribute.php" hash="f5fc2e485506a2a787d33780f6afc5ce"/><dir name="Mysql4"><file name="Abstract.php" hash="a57ff9b820dbc0ab2ca994588fdc922e"/><file name="Attribute.php" hash="fd63be2fad5477754cdcfb3b23e91e38"/><dir name="Category"><dir name="Attribute"><file name="Collection.php" hash="515c4f6946d8585d0881989acca594cf"/><dir name="Frontend"><file name="Image.php" hash="625ad5dc0ce7066445836c245c68108e"/></dir><dir name="Source"><file name="Layout.php" hash="e2b15ec6f1b423404e8269b5f2a20976"/><file name="Mode.php" hash="248604940057c25910aedeb5c7877325"/><file name="Page.php" hash="dc4b6e14f7a26613620f27bc767339d3"/></dir></dir><file name="Collection.php" hash="aa93f5729bfdcf0575b1dea78011519a"/><dir name="Flat"><file name="Collection.php" hash="fe669496a6bd7d54541d1f638bc48075"/></dir><file name="Flat.php" hash="477e9be112d783f5275a763f5ccd68d1"/><dir name="Indexer"><file name="Product.php" hash="7a381e41ffed4de3024c46dab40fbcf4"/></dir><file name="Tree.php" hash="8f42f9b1ccfa9d0b1fd82af5c12639d5"/></dir><file name="Category.php" hash="8c3ec5bdd626497a0858aa1286f3f03d"/><dir name="Collection"><file name="Abstract.php" hash="df6b8ae52a3ef3e0231522f345e76406"/></dir><file name="Config.php" hash="575a44ad34e237a6a033f6eed66e9acb"/><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="9d9e8618b7886b642959db77c582f49a"/><file name="Decimal.php" hash="fe00b9e66c9eb85eb8b1dd7c5f397753"/><file name="Price.php" hash="fc5fcf0c4ce4c4947b1fe822583f476f"/></dir></dir><dir name="Product"><file name="Action.php" hash="14180a31728182c58c847ab72b93b17f"/><dir name="Attribute"><dir name="Backend"><file name="Image.php" hash="fd87d0c04038ed84458ef792af6cbebe"/><file name="Media.php" hash="7354f4ee0f084ebf267432a302edfd14"/><file name="Tierprice.php" hash="7acd8f8d36255691a2ca744e96096a94"/><file name="Urlkey.php" hash="8f88a0f716e32a571f7c67b18866c7e5"/></dir><file name="Collection.php" hash="00774b702ab1f817fe0a5bc07cf577e2"/><dir name="Frontend"><file name="Image.php" hash="cc50cd5b797739ed3f993ec6ce631a29"/><file name="Tierprice.php" hash="47d11e2407bfae81f575b33aef6ed568"/></dir></dir><file name="Collection.php" hash="a0a51b0c4b3d3890e11ed077bb7f0e68"/><dir name="Compare"><dir name="Item"><file name="Collection.php" hash="2f19ece265669f7d12c58fe9b2c9cc6d"/></dir><file name="Item.php" hash="c2779dd33f71955397254c041412ba3e"/></dir><dir name="Flat"><file name="Indexer.php" hash="421ff769046e72102413cf53a3023d18"/></dir><file name="Flat.php" hash="804985574582b90abb7c1e0af71cd364"/><dir name="Indexer"><file name="Abstract.php" hash="ac99f844abeb33eeaa597a0a687a0bec"/><dir name="Eav"><file name="Abstract.php" hash="407755d489ca55025719d0b44b7d831b"/><file name="Decimal.php" hash="8b87fd81bc0d5787da6004b225c67d6f"/><file name="Source.php" hash="6c37dabfba39f8a13d51d95982391460"/></dir><file name="Eav.php" hash="36e2cef994a054badf96905e5ff67ad4"/><dir name="Price"><file name="Configurable.php" hash="0887fbcc96beb485b79fcc46562baf3f"/><file name="Default.php" hash="913c93953f060d405a71d21a345cc579"/><file name="Grouped.php" hash="270b51a3d64aad86d20693115bf60022"/><file name="Interface.php" hash="cfbf4eb255056bca843b8a032322e1b5"/></dir><file name="Price.php" hash="1861454bd5b90fbcec5f903da15d67ee"/></dir><dir name="Link"><file name="Collection.php" hash="ce0567f583f4fafb98d30e84926e7389"/><dir name="Product"><file name="Collection.php" hash="df53142f0203d18baa0a28ed9be43dba"/></dir></dir><file name="Link.php" hash="199ea4db61fbfc189d23b0d484562a42"/><dir name="Option"><file name="Collection.php" hash="35936d40f2a3cfd7a4c24a812ec78bbf"/><dir name="Value"><file name="Collection.php" hash="e34d88aa078004e59b3003b3796768fb"/></dir><file name="Value.php" hash="8668f508f8bc2e754d59f32734415af4"/></dir><file name="Option.php" hash="ac13e2fa123c8b5b78d28882c1381f3f"/><file name="Relation.php" hash="75b6a299675af086c4834b0e4f1f58c4"/><file name="Status.php" hash="0b8bbd488d1e6bda46d047a4cb68f49a"/><dir name="Type"><dir name="Configurable"><dir name="Attribute"><file name="Collection.php" hash="826ae3d9a70ce7cbfae9dbc5dcc4a569"/></dir><file name="Attribute.php" hash="fa427552fa56dba2a6163bcac0443a79"/><dir name="Product"><file name="Collection.php" hash="b645351c8196c90fc34044753bb6ed0c"/></dir></dir><file name="Configurable.php" hash="0a8ba70018fa3425bb963ecc1b565d12"/></dir><file name="Website.php" hash="41639b989f066ed072128d7764b8f28a"/></dir><file name="Product.php" hash="b4eb13f4ebac328a5454d1a3c80c5e7f"/><dir name="Sendfriend"><file name="Collection.php" hash="ab347abb11e23a0e688067846034deb1"/></dir><file name="Sendfriend.php" hash="eb484c834db119877e57cec04c28e0c7"/><file name="Setup.php" hash="1b2e61c5a46de25b5bef4e1c74271862"/><file name="Url.php" hash="7058d86a68f2d2200fef3025d16aec1d"/></dir></dir><dir name="Helper"><file name="Mysql4.php" hash="eef161fe4a7d6dd2b71e7c01f81c38f5"/></dir><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="79bc074f2c8fb2a57fee77900f445fef"/><file name="Decimal.php" hash="16c48f459ccb2a26e29bd5b6b82ad4bb"/><file name="Price.php" hash="275745c5e4b38b2072fde44aa11fb1a3"/></dir></dir><dir name="Product"><file name="Action.php" hash="d989e10fa9979b7deb9919dedbe9b018"/><dir name="Attribute"><dir name="Backend"><dir name="Groupprice"><file name="Abstract.php" hash="5886e652dc1bb90b1f4d97de00336661"/></dir><file name="Groupprice.php" hash="193bb44ec1c07ab82e833834be225124"/><file name="Image.php" hash="4bbb6320580bb1bcd5e051e7af25e681"/><file name="Media.php" hash="8dcb7d768a2c19173d8428e9792f68fc"/><file name="Tierprice.php" hash="bde506b0bc8c42826d9b3552139f7ba0"/><file name="Urlkey.php" hash="77488a0e3033146374fe8af5116bc17e"/></dir><file name="Collection.php" hash="06d8be3979681e63b9d156ff61193cf2"/><dir name="Frontend"><file name="Image.php" hash="93a98644ed8d411ab6ad4e5603410e4a"/><file name="Tierprice.php" hash="534ddad4714f5324b981adced2c4e06e"/></dir></dir><file name="Collection.php" hash="35dcf6420a3c9c999ff5172e7e5a90fe"/><dir name="Compare"><dir name="Item"><file name="Collection.php" hash="8080c959c2dab3e071893fb5d515d761"/></dir><file name="Item.php" hash="7f8531c43226562a5fcb34229cfa63cd"/></dir><dir name="Flat"><file name="Indexer.php" hash="38dd0c8163b80bc6f7845c189cbf5c07"/></dir><file name="Flat.php" hash="7c205e2dd356c98d322f05874a7e1dae"/><dir name="Indexer"><file name="Abstract.php" hash="369a18d983e1a83508e7fdf776c7179c"/><dir name="Eav"><file name="Abstract.php" hash="3927d471e4b313294d64702987c4fa9d"/><file name="Decimal.php" hash="32221997a46e9836eb45e69ca9c6a4ec"/><file name="Source.php" hash="3680ffbe870e0f419153ac3ad85d0856"/></dir><file name="Eav.php" hash="9ade68c96a52e9a050da14a5744a2c4b"/><dir name="Price"><file name="Configurable.php" hash="1b3e20a346b6a38db70146b0b6623b8b"/><file name="Default.php" hash="69ecca5cc1a74b9629af8a146911c316"/><file name="Grouped.php" hash="691b794136c2fda7e47b57749cf5b290"/><file name="Interface.php" hash="ec314df5176297a4e2dc2549daed4aae"/></dir><file name="Price.php" hash="e12ed7fcfeac3c3d809cb01287c24fd5"/></dir><dir name="Link"><file name="Collection.php" hash="aa2b4f767777aa94c093ad723359ea70"/><dir name="Product"><file name="Collection.php" hash="643423664fc94fda1de750e1788ced8e"/></dir></dir><file name="Link.php" hash="33eff528bab474df2d35487327d252f8"/><dir name="Option"><file name="Collection.php" hash="3f6435318a177c11571812906ae0bf05"/><dir name="Value"><file name="Collection.php" hash="17e69109a64c405f3870854c4f31cf04"/></dir><file name="Value.php" hash="509fed5d5a8d99506b1cd61f7e32b737"/></dir><file name="Option.php" hash="c071e48deb2e6ac53283800916ea1f1a"/><file name="Relation.php" hash="bae8bdea38af18109acd070d490deaf2"/><file name="Status.php" hash="e4f1b063ba34f5d25eda3ad557a09b65"/><dir name="Type"><dir name="Configurable"><dir name="Attribute"><file name="Collection.php" hash="e09ee489d11cef0f319cc7c1531f9d5d"/></dir><file name="Attribute.php" hash="79b2009fea726479b885f4c579412ad8"/><dir name="Product"><file name="Collection.php" hash="8695310ffce046da01404e73b07dfa66"/></dir></dir><file name="Configurable.php" hash="fa68926f08a87c1a5e35823401f2c25c"/></dir><file name="Website.php" hash="8cc50eadf0497311e1bf5614ea0ecbe4"/></dir><file name="Product.php" hash="eae7ae0752a20d3f2e31ba94855f46fb"/><file name="Setup.php" hash="f4b0b59e17a36b7f01e4236b25ce7e3e"/><file name="Url.php" hash="4e8eaaf987ecc06874d22ee3ec2b321f"/></dir><file name="Session.php" hash="cf88e2b40efc70aced3f81039e4115aa"/><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Catalog"><dir name="Category"><file name="Flat.php" hash="79cc83d8c591789a656dd7be0a2ef1df"/></dir><dir name="Product"><file name="Flat.php" hash="7e44f2f959bac9a538d49dcdc5b4b222"/></dir><dir name="Url"><dir name="Rewrite"><file name="Suffix.php" hash="6ac63fca94e44df31bb7109c3cf29fd0"/></dir></dir></dir></dir></dir></dir><dir name="Template"><file name="Filter.php" hash="eb9a4a3667c86f856be5b9f159811eec"/></dir><file name="Url.php" hash="205dd9327ab6d381bef5d9fa66fdb629"/></dir><dir name="controllers"><file name="CategoryController.php" hash="3ccef0536e6f1fb11cb06c7e4acba989"/><file name="IndexController.php" hash="c64d13378b8a0577656dda2a588f5d7d"/><dir name="Product"><file name="CompareController.php" hash="64114986491ea196bd2898d60fcf7b5e"/></dir><file name="ProductController.php" hash="99cfb307395390690db9597aff270131"/><dir name="Seo"><file name="SitemapController.php" hash="e5fe39308d8d4e42d15a665a1ce4e967"/></dir></dir><dir name="data"><dir name="catalog_setup"><file name="data-install-1.6.0.0.php" hash="ea67564d144fa778da28f04638d61d0d"/><file name="data-upgrade-1.6.0.0.12-1.6.0.0.13.php" hash="e29c01743eb6474cd2bec053c0f798a4"/><file name="data-upgrade-1.6.0.0.13-1.6.0.0.14.php" hash="59b98841d7fec6e8d614892a2245e08b"/><file name="data-upgrade-1.6.0.0.4-1.6.0.0.5.php" hash="92d641d29b46a8740df540f15c4354cf"/><file name="data-upgrade-1.6.0.0.8-1.6.0.0.9.php" hash="dcd037f875af19151bfe87e13ae5dfe9"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="d9eb934345ae05bb4ce5b4a8ad1a3652"/><file name="api.xml" hash="5d4bc7bd76f353bbe01452f8f2ea8456"/><file name="api2.xml" hash="568708c0966ce159c7f48c113b63f405"/><file name="config.xml" hash="fc693c5db9377ac5218c70ad24f940a5"/><file name="convert.xml" hash="117c5cfc2da603284da88a460f85053b"/><file name="system.xml" hash="943335090c417d99bacc825ca43a25c0"/><file name="widget.xml" hash="d98c005e1f15475cae95440438e7a80d"/><file name="wsdl.xml" hash="fa198392d766134085b3c2ec1be4a0e9"/><file name="wsi.xml" hash="0acfd65c613ccb83404317500078a85d"/></dir><dir name="sql"><dir name="catalog_setup"><file name="install-1.6.0.0.php" hash="30f8d8a47e0fa73941e8bd233a0b3b6a"/><file name="mysql4-data-upgrade-0.7.57-0.7.58.php" hash="63dc14b0ddc3caff3bd058b2006ced07"/><file name="mysql4-data-upgrade-0.7.63-0.7.64.php" hash="fb8de248158813def08aa909fa871802"/><file name="mysql4-data-upgrade-1.4.0.0.28-1.4.0.0.29.php" hash="61b39aa32dda5cbd6e87c4f52f5384a2"/><file name="mysql4-data-upgrade-1.4.0.0.42-1.4.0.0.43.php" hash="f0f914ff26bb40a4b67a3f48c6f08d4c"/><file name="mysql4-install-0.7.0.php" hash="907da856c1a1fcd361ee95c538f70949"/><file name="mysql4-install-1.4.0.0.0.php" hash="10796fec3f807b8e4e95bf27426399ec"/><file name="mysql4-upgrade-0.6.40-0.7.0.php" hash="ffcb7b0d5f883001945d5bc4a5e44676"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="e1881989d386ff173d2f0fac904fcb9f"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="32644f7d104ab6edc1d2cc85b4071b46"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="1463b725295c7f694efd36cef35ba9c4"/><file name="mysql4-upgrade-0.7.12-0.7.13.php" hash="07f03d5fd401ed9fd64ae02b877bcee7"/><file name="mysql4-upgrade-0.7.13-0.7.14.php" hash="1c957019bed1bd4e42a79f2b1bdb369d"/><file name="mysql4-upgrade-0.7.14-0.7.15.php" hash="2256ee58154065644f2125cd68eecb6a"/><file name="mysql4-upgrade-0.7.15-0.7.16.php" hash="ab33fd441ec9eee51b7d6733ee27b23c"/><file name="mysql4-upgrade-0.7.16-0.7.17.php" hash="07f03d5fd401ed9fd64ae02b877bcee7"/><file name="mysql4-upgrade-0.7.17-0.7.18.php" hash="59e8f00d5ad1bbef427126bda3285ae7"/><file name="mysql4-upgrade-0.7.18-0.7.19.php" hash="dbc94e03b2d662efb72f36ba78402d9d"/><file name="mysql4-upgrade-0.7.19-0.7.20.php" hash="1463b725295c7f694efd36cef35ba9c4"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="6836c681a6d65ab89e8ca5798e019803"/><file name="mysql4-upgrade-0.7.20-0.7.21.php" hash="342c3a78d54e59cfab2a8a6ae2440be1"/><file name="mysql4-upgrade-0.7.21-0.7.22.php" hash="de3360f87732334711612705e6f8c46c"/><file name="mysql4-upgrade-0.7.22-0.7.23.php" hash="a0f24637351ed4e2d25c3b7f1fd6517d"/><file name="mysql4-upgrade-0.7.23-0.7.24.php" hash="d68dd69482ffc4765ff3a89b742d969f"/><file name="mysql4-upgrade-0.7.24-0.7.25.php" hash="84333d3ed0d46167924139b9b98dbe4b"/><file name="mysql4-upgrade-0.7.25-0.7.26.php" hash="84333d3ed0d46167924139b9b98dbe4b"/><file name="mysql4-upgrade-0.7.26-0.7.27.php" hash="61b6db8534906dc5731ca7c0561e5f1c"/><file name="mysql4-upgrade-0.7.27-0.7.28.php" hash="8f78dd0d3cf6a47cf742b35ecd35d630"/><file name="mysql4-upgrade-0.7.28-0.7.29.php" hash="7636c20d4ed10094e04460e75d720db6"/><file name="mysql4-upgrade-0.7.29-0.7.30.php" hash="a4d0b870919842f8d1b5a2a431c01e7e"/><file name="mysql4-upgrade-0.7.30-0.7.31.php" hash="9bde3da0981192d52d45c09692470ec2"/><file name="mysql4-upgrade-0.7.31-0.7.32.php" hash="3dcc6ad32a53bd9a6654b9a0d6211d74"/><file name="mysql4-upgrade-0.7.32-0.7.33.php" hash="46b8b9ab48deebcfecebc2da178e65ef"/><file name="mysql4-upgrade-0.7.33-0.7.34.php" hash="7234c0ace91c6bfebb414b0180cbf01e"/><file name="mysql4-upgrade-0.7.34-0.7.35.php" hash="98e3b676f59e8aa4d39ad812fa2526c8"/><file name="mysql4-upgrade-0.7.35-0.7.36.php" hash="2594e243ded10331ac685c42f1a67c35"/><file name="mysql4-upgrade-0.7.36-0.7.37.php" hash="5a375b7112a1d21cc11d82c206c95ca3"/><file name="mysql4-upgrade-0.7.37-0.7.38.php" hash="bc049d406a674b089254e873405ff576"/><file name="mysql4-upgrade-0.7.38-0.7.39.php" hash="a21eeacba9e5d31e55f70202210395dd"/><file name="mysql4-upgrade-0.7.39-0.7.40.php" hash="976605d8a45777a0df93aa3cdae65937"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="9dcd52d5beb2446e219c4548799bad93"/><file name="mysql4-upgrade-0.7.40-0.7.41.php" hash="8a2447532c5fb72beaed6b64667a6eaa"/><file name="mysql4-upgrade-0.7.41-0.7.42.php" hash="f3f1355ff5d35269b4956af370b3b56e"/><file name="mysql4-upgrade-0.7.43-0.7.44.php" hash="a11e6b91022f9e4b8a84fecd11ba9c32"/><file name="mysql4-upgrade-0.7.44-0.7.45.php" hash="04e5fca9922ae0f5a8e121e95ef2acf5"/><file name="mysql4-upgrade-0.7.45-0.7.46.php" hash="3b3a71506d628a7057f2d027b523a177"/><file name="mysql4-upgrade-0.7.46-0.7.47.php" hash="3bd5945cd04e2fa86dea0e18766bf923"/><file name="mysql4-upgrade-0.7.47-0.7.48.php" hash="6dad73e6c5e4f079cce8b7027fc64f2a"/><file name="mysql4-upgrade-0.7.48-0.7.49.php" hash="85c570f15529ea1ba2f84d0bde2a6dbe"/><file name="mysql4-upgrade-0.7.49-0.7.50.php" hash="f307cd3201198629d72d4b8268a3d064"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="ca8cb666ba8388b639565548342bb9bb"/><file name="mysql4-upgrade-0.7.50-0.7.51.php" hash="8789b86fe5542ca4860ad9f9675c712b"/><file name="mysql4-upgrade-0.7.51-0.7.52.php" hash="e724c6b617fb735261fcabd1e0e88061"/><file name="mysql4-upgrade-0.7.52-0.7.53.php" hash="037161523ff6d2588240ce02a1a5fd05"/><file name="mysql4-upgrade-0.7.53-0.7.54.php" hash="265917901dddeac588cfd19310e1b86b"/><file name="mysql4-upgrade-0.7.54-0.7.55.php" hash="ff62002a5b68832a0bda40ed45973f77"/><file name="mysql4-upgrade-0.7.55-0.7.56.php" hash="8b673926b8a5ee7cb671c6de6efe8130"/><file name="mysql4-upgrade-0.7.56-0.7.57.php" hash="9dfda04f2f806f1ad006b6662e26cb5a"/><file name="mysql4-upgrade-0.7.57-0.7.58.php" hash="971c1d5316c9ed0be057e01e24cc5bc1"/><file name="mysql4-upgrade-0.7.58-0.7.59.php" hash="164c9d56bdec6c93f01174bb9e34db87"/><file name="mysql4-upgrade-0.7.59-0.7.60.php" hash="573dfcba7f21baa2869b09fa918f3a83"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="1463b725295c7f694efd36cef35ba9c4"/><file name="mysql4-upgrade-0.7.60-0.7.61.php" hash="b5de45cdc5ca384c89af160fd579ac93"/><file name="mysql4-upgrade-0.7.61-0.7.62.php" hash="4de1f492be32ae538da5f9d93dd92ca3"/><file name="mysql4-upgrade-0.7.62-0.7.63.php" hash="b8e4aa8803843aa8754868f28fe301f6"/><file name="mysql4-upgrade-0.7.63-0.7.64.php" hash="a19ca7d2c3f81b3ae818838ef8be8b28"/><file name="mysql4-upgrade-0.7.64-0.7.65.php" hash="b2e7ec22dae65ce6a9b8be7af6ab7416"/><file name="mysql4-upgrade-0.7.65-0.7.66.php" hash="f4cd82f54f7a4a5f3e8b42dc9d0957cc"/><file name="mysql4-upgrade-0.7.66-0.7.67.php" hash="84879298cde7fbf8b648b44523616f60"/><file name="mysql4-upgrade-0.7.67-0.7.68.php" hash="e090af71f852d78781b3fc4cdaaf38e1"/><file name="mysql4-upgrade-0.7.68-0.7.69.php" hash="047f25f52aee2eeb6f765db9601b37e1"/><file name="mysql4-upgrade-0.7.69-0.7.70.php" hash="baf11657e25dbab59c16bfed43dd0cdb"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="45cec0b739d593e56b90f513368c72a8"/><file name="mysql4-upgrade-0.7.70-0.7.71.php" hash="c1b22174f364880e1d5c0909cdef7cb3"/><file name="mysql4-upgrade-0.7.71-0.7.72.php" hash="382f4fca7fadf786bece9345a8a3279e"/><file name="mysql4-upgrade-0.7.72-0.7.73.php" hash="7d80ed955670a951bb3d0bd9de243f8f"/><file name="mysql4-upgrade-0.7.73-1.4.0.0.0.php" hash="bf49313553057ebfd7b5cc36c33f95d5"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="5e0ff253c122523d71ca48ef4269007b"/><file name="mysql4-upgrade-1.4.0.0.0-1.4.0.0.1.php" hash="20791ac0cb4563b7ace158a24d7f34b3"/><file name="mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php" hash="ab45866294ee5627a552a7678c3f6a12"/><file name="mysql4-upgrade-1.4.0.0.10-1.4.0.0.11.php" hash="4ec9c73112c558b9cd51ee0d0a3c560a"/><file name="mysql4-upgrade-1.4.0.0.11-1.4.0.0.12.php" hash="7fa9a8c9be0adaf0755bb9a1cd283ba2"/><file name="mysql4-upgrade-1.4.0.0.12-1.4.0.0.13.php" hash="de55f0929a5b9cdddeb9b55c048d786c"/><file name="mysql4-upgrade-1.4.0.0.13-1.4.0.0.14.php" hash="13c3e1bd2ab375ac907c468b2a132919"/><file name="mysql4-upgrade-1.4.0.0.14-1.4.0.0.15.php" hash="e63cce527008f154a257e0422c021a1a"/><file name="mysql4-upgrade-1.4.0.0.15-1.4.0.0.16.php" hash="9d1532eb744328bc4a12cfc502d88e30"/><file name="mysql4-upgrade-1.4.0.0.16-1.4.0.0.17.php" hash="c61ae9236e3cde660391e11cd095b4ce"/><file name="mysql4-upgrade-1.4.0.0.17-1.4.0.0.18.php" hash="a76f812e25c6a312e677ca89ab41db7a"/><file name="mysql4-upgrade-1.4.0.0.18-1.4.0.0.19.php" hash="988086f48621867e4f455b64f21fb9fe"/><file name="mysql4-upgrade-1.4.0.0.19-1.4.0.0.20.php" hash="8e54eaba40013afa5a10a23db1c10106"/><file name="mysql4-upgrade-1.4.0.0.2-1.4.0.0.3.php" hash="5091888f24a0facf53180b618b7a5db8"/><file name="mysql4-upgrade-1.4.0.0.20-1.4.0.0.21.php" hash="38e868b5474d7918894ea17525cc5e19"/><file name="mysql4-upgrade-1.4.0.0.21-1.4.0.0.22.php" hash="3c7785620a1a1a70c96b1c7e7f220791"/><file name="mysql4-upgrade-1.4.0.0.22-1.4.0.0.23.php" hash="079b0935fed6a28a0145681904f8d9ce"/><file name="mysql4-upgrade-1.4.0.0.23-1.4.0.0.24.php" hash="feeff5ddc9bd64e93ea99c2b8c26c9f1"/><file name="mysql4-upgrade-1.4.0.0.24-1.4.0.0.25.php" hash="8ad6a4dc99e921eb509e6e2dfbddc59c"/><file name="mysql4-upgrade-1.4.0.0.25-1.4.0.0.26.php" hash="a7de1ae3ff4c6740de40fc71cabc5bdb"/><file name="mysql4-upgrade-1.4.0.0.26-1.4.0.0.27.php" hash="c333be5af54081b2a69e7cfd7da2569f"/><file name="mysql4-upgrade-1.4.0.0.27-1.4.0.0.28.php" hash="97ab16a187cb2b7c2a27d8b4ea9c4427"/><file name="mysql4-upgrade-1.4.0.0.28-1.4.0.0.29.php" hash="f23d240378b443f1cce1c26fb9ca630d"/><file name="mysql4-upgrade-1.4.0.0.3-1.4.0.0.4.php" hash="534cd3234a4dfa8dde3472c7ac3f5087"/><file name="mysql4-upgrade-1.4.0.0.30-1.4.0.0.31.php" hash="936b26df4c5a38cd4fe35b47c031fd08"/><file name="mysql4-upgrade-1.4.0.0.31-1.4.0.0.32.php" hash="5a15a67bf32439bf68fdc78d1ae64933"/><file name="mysql4-upgrade-1.4.0.0.32-1.4.0.0.33.php" hash="1df06690d06f824db849fc588ea41c65"/><file name="mysql4-upgrade-1.4.0.0.33-1.4.0.0.34.php" hash="95e8a00cc57869ae2eb3c126010baa48"/><file name="mysql4-upgrade-1.4.0.0.34-1.4.0.0.35.php" hash="f2d529ccf1831cfce2dbf80fc0844b46"/><file name="mysql4-upgrade-1.4.0.0.35-1.4.0.0.36.php" hash="03fb4c8356fd41c746ce132aa3f71df7"/><file name="mysql4-upgrade-1.4.0.0.36-1.4.0.0.37.php" hash="1ce24701ded674800ace11f777fe98fc"/><file name="mysql4-upgrade-1.4.0.0.37-1.4.0.0.38.php" hash="ba0810d23f2978d39ab2c637463464ce"/><file name="mysql4-upgrade-1.4.0.0.38-1.4.0.0.39.php" hash="fd9209ad7b47bcc48da75d34d7b97528"/><file name="mysql4-upgrade-1.4.0.0.39-1.4.0.0.40.php" hash="7c7442de82e5e7b48af65e480b68259c"/><file name="mysql4-upgrade-1.4.0.0.4-1.4.0.0.5.php" hash="513f067d4cea450db30fc22bab9832e4"/><file name="mysql4-upgrade-1.4.0.0.40-1.4.0.0.41.php" hash="0107de2ad489c3d40ea2f3f2694c53b0"/><file name="mysql4-upgrade-1.4.0.0.41-1.4.0.0.42.php" hash="36e7a599986a63521536efa90980fde9"/><file name="mysql4-upgrade-1.4.0.0.43-1.4.0.0.44.php" hash="92fde82e0b09b921ffbde9de9a9b7f3b"/><file name="mysql4-upgrade-1.4.0.0.5-1.4.0.0.6.php" hash="8995707e987478716747dbc1313eaa04"/><file name="mysql4-upgrade-1.4.0.0.6-1.4.0.0.7.php" hash="06604825f99adcde12031059f23382b9"/><file name="mysql4-upgrade-1.4.0.0.7-1.4.0.0.8.php" hash="f13e5b4937854805e2967360e4f00a8e"/><file name="mysql4-upgrade-1.4.0.0.8-1.4.0.0.9.php" hash="f2e4de073f07dd4d7335c667f607f56d"/><file name="mysql4-upgrade-1.4.0.0.9-1.4.0.0.10.php" hash="4ee27e8ee715bf6a8765871c5e8aaefe"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="aecb9ebb5c67cafddea8dce995a0c8b6"/><file name="mysql4-upgrade-1.6.0.0.8-1.6.0.0.9.php" hash="1d5dd120d80e804c4fff93c1d471d2e7"/><file name="upgrade-1.6.0.0-1.6.0.0.1.php" hash="b1897546da19f282af298cc9d51fc483"/><file name="upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="d181364a0cd1d425820ac78d7d0d16c8"/><file name="upgrade-1.6.0.0.10-1.6.0.0.11.php" hash="06c278dc88546febb856604925260e93"/><file name="upgrade-1.6.0.0.11-1.6.0.0.12.php" hash="14941877369eae1258de09270649a454"/><file name="upgrade-1.6.0.0.14-1.6.0.0.15.php" hash="435fc842d474d4677431b865edfc2709"/><file name="upgrade-1.6.0.0.15-1.6.0.0.18.php" hash="1f34f763742e6c2f1a4de5d363dcef2b"/><file name="upgrade-1.6.0.0.18-1.6.0.0.19.php" hash="068bc1fbf0bf168cb044352181d1f6b3"/><file name="upgrade-1.6.0.0.19.1.1-1.6.0.0.19.1.2.php" hash="be0557d61bf6e80184659d45857003ee"/><file name="upgrade-1.6.0.0.2-1.6.0.0.3.php" hash="ecab8711abeb953c197d2b8f8f26da8e"/><file name="upgrade-1.6.0.0.3-1.6.0.0.4.php" hash="639b3e944625d4f45f51f635019f03d0"/><file name="upgrade-1.6.0.0.4-1.6.0.0.5.php" hash="4fb54fb9f63c744fdce2747d1496cee8"/><file name="upgrade-1.6.0.0.5-1.6.0.0.6.php" hash="177c97f5a01f20f50f4ce9772e230e94"/><file name="upgrade-1.6.0.0.6-1.6.0.0.7.php" hash="bf9f0403dea0ab3b660c1a9ee043dfeb"/><file name="upgrade-1.6.0.0.7-1.6.0.0.8.php" hash="977dc6837711e5f920cb3731a0c9a27f"/><file name="upgrade-1.6.0.0.9-1.6.0.0.10.php" hash="94ba0f45bd439ffdab253f829f1f1ec3"/></dir></dir></dir><dir name="CatalogIndex"><dir name="Model"><file name="Aggregation.php" hash="77da4efc8abe97710a96b92eb574fd7b"/><file name="Attribute.php" hash="df6f3c491eb7fc8b37c7588186c4eec8"/><dir name="Catalog"><dir name="Index"><file name="Flag.php" hash="06aef49c18ad52bb27d5dc02da33aa31"/><dir name="Kill"><file name="Flag.php" hash="2254f391d0c4ec98867185ad9c34130e"/></dir></dir></dir><dir name="Data"><file name="Abstract.php" hash="68ebdae0319f6a9e09f5a539b298ae86"/><file name="Configurable.php" hash="d16b7dba554fd69ce1d2b160487707f9"/><file name="Grouped.php" hash="ca595ccddd66a7937a4d43ec4b68dc67"/><file name="Simple.php" hash="30a6517f4ade4e8533dd761ac8cc9070"/><file name="Virtual.php" hash="416011dd7433cd751063074fd92d7b11"/></dir><dir name="Indexer"><file name="Abstract.php" hash="4c18d1be9a5c53e30970962f9846867b"/><file name="Eav.php" hash="a30aaad6c62ed5f6278bb07a440df366"/><file name="Interface.php" hash="1b9e955e149aec1f434f67ab02e2b23c"/><file name="Minimalprice.php" hash="0ad37566b66cfc4b3b6d1b1a7c734982"/><file name="Price.php" hash="e42410d617cfcff565c69eff2773fffb"/><file name="Tierprice.php" hash="494ce4f47660128e8ce3945a14dc6f39"/></dir><file name="Indexer.php" hash="23af09a61e0b1bbcefb3e727956eb164"/><dir name="Mysql4"><file name="Abstract.php" hash="a633da999a691404cb447dbcf04b3f83"/><file name="Aggregation.php" hash="ea854e733ab641164fc40204ca281a61"/><file name="Attribute.php" hash="ac6266983f73a8b276581c8c01df29a3"/><dir name="Data"><file name="Abstract.php" hash="fa1973419b9589e84a3b0c0846bcb822"/><file name="Configurable.php" hash="cffa8ce2b2016d7be0a91ffd3b5e5020"/><file name="Grouped.php" hash="c3a3ee3ba0f4d1e487cae494f8ea8bab"/></dir><dir name="Indexer"><file name="Abstract.php" hash="64fcbcd03b01f4553a6b21db2f35296a"/><file name="Eav.php" hash="74be77f593d13e676c84e1231d0c6e65"/><file name="Minimalprice.php" hash="7ce2099f08e21ea54943447f9c0561a8"/><file name="Price.php" hash="92370f6092d2cbed270477b670d63a28"/></dir><file name="Indexer.php" hash="177e7d58702bc9b322420fc9178a92ca"/><file name="Price.php" hash="e13b05811808acfd29db23baf82e241d"/><file name="Retreiver.php" hash="ebc06e2960117f0e04baa405e6de1918"/><file name="Setup.php" hash="dd2c6c5ed1b7da02a672eb2adc178bd3"/></dir><file name="Observer.php" hash="48f117455c58e0506e55213fc86ce645"/><file name="Price.php" hash="5d74715f1df9f7cfe81bbf570290032e"/><dir name="Resource"><file name="Abstract.php" hash="934573673bd18620d7c3f44a172dd816"/><file name="Aggregation.php" hash="0febe0413a1b0fced08db10c011a2f46"/><file name="Attribute.php" hash="f47e5bdb16db1e02e94b2324f8f5a8b3"/><dir name="Data"><file name="Abstract.php" hash="d8c69386580f2b40ac5771f9b58749b8"/><file name="Configurable.php" hash="9dffc77a192c21b68f81f52c0a288b4e"/><file name="Grouped.php" hash="8d99699f22331577d322d9323ae310a6"/></dir><dir name="Indexer"><file name="Abstract.php" hash="7ca9404392edf4491a92c59677fcbe7e"/><file name="Eav.php" hash="95ba1e88935596b4c1a4299eb7c0bea4"/><file name="Minimalprice.php" hash="eff0c518f8c184be9abcd0ad34a39fd0"/><file name="Price.php" hash="ce24d5d9f67837cbccb8a83beb1d2ce0"/></dir><file name="Indexer.php" hash="966e804194ba6f5d96775e6dc07b4a14"/><file name="Price.php" hash="cf4a4d0cd6939e8694e06960e098bf96"/><file name="Retreiver.php" hash="e5b3e2a131c0ca622849bfb3589eecc5"/><file name="Setup.php" hash="415333ef6a3234207241fa1d24899793"/></dir><file name="Retreiver.php" hash="6da1777511f85324caee960042c0e749"/></dir><dir name="etc"><file name="config.xml" hash="dd728731c53fb9582043680283668c9d"/></dir><dir name="sql"><dir name="catalogindex_setup"><file name="install-1.6.0.0.php" hash="7366fa601b77f505fd2b5e6ff14614ea"/><file name="mysql4-install-0.7.0.php" hash="996a35b07552bf7764a15096e0c60d07"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="e53031b97a20dacf1b010037470eebe4"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="b704962db8fdf35c1e2599d3eff7eed9"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="7b9ef225f9f2eebe6eff8b24ece62a87"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="ab1b05986724dd261353f60d95fdc372"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="019b2c8e817d6b340d144e2f9200dc79"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="fcec06485205efe5144554338f71c6c5"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="0c6d7ba5aadd5890c4786095bdccc52f"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="2d524c2655830085c6b46aee4818bdfc"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="353017396d6436e4cbef20243a5eb8dc"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="886428471d8dbd8f0846f94eca5aeecf"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="8bc40fe3d870f20b93af45ab59da546e"/></dir></dir></dir><dir name="CatalogInventory"><dir name="Block"><dir name="Adminhtml"><dir name="Form"><dir name="Field"><file name="Customergroup.php" hash="0c3041c313f3d04516107dc4b3f17d85"/><file name="Minsaleqty.php" hash="1191f1d4cc36715629ae37cd0ca88615"/></dir></dir></dir><file name="Qtyincrements.php" hash="3d18369f1f237eee14fddefaf42bf82b"/><dir name="Stockqty"><file name="Abstract.php" hash="a40e538a6687ff5e16cb9d0431af0aba"/><file name="Composite.php" hash="4b3d3e3b8680c33982f274d093f2fd9f"/><file name="Default.php" hash="db1133d0f677b7b0ea067c35969bb908"/><dir name="Type"><file name="Configurable.php" hash="fe985019518a2c067c99914fbfff3545"/><file name="Grouped.php" hash="08fd964ae6e06047839e8b64e26fbdda"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="c67a731d7fd34ec8932ce399c092684e"/><file name="Minsaleqty.php" hash="ffaf77209479488212ae6784a13778b5"/></dir><dir name="Model"><dir name="Api2"><dir name="Stock"><dir name="Item"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="cfd06056f6b69608500d3fd27503d1b7"/></dir></dir><file name="Rest.php" hash="a1b599224634aca3e42dc2257dee0edd"/><dir name="Validator"><file name="Item.php" hash="fd8014f7e7a4251ef06b5f6aa75051a9"/></dir></dir><file name="Item.php" hash="df2b83b3d66cbec414b33d07f70255e0"/></dir></dir><dir name="Indexer"><file name="Stock.php" hash="42270b4601f51cdca3c07544ca93c83d"/></dir><dir name="Mysql4"><dir name="Indexer"><dir name="Stock"><file name="Configurable.php" hash="8eb359199f9c77841e8c4d746dde6267"/><file name="Default.php" hash="eb4930acadb0dcd9bf6aa7488cae2cf0"/><file name="Grouped.php" hash="e422cd037b6987fda5a188981379ab17"/><file name="Interface.php" hash="5c275e1fd8158cf0f12e0362f735f7dc"/></dir><file name="Stock.php" hash="b744c256bcb0f6b75805cdef05f97d3b"/></dir><dir name="Stock"><dir name="Item"><file name="Collection.php" hash="47cb6b0d5c286a1049cc8e7aba4198a7"/></dir><file name="Item.php" hash="3c97ba28551abb653133c68966ec2187"/><file name="Status.php" hash="438d07f9ec8b6a5fbe758ea21a0e1bfc"/></dir><file name="Stock.php" hash="90cff5537955f8830c1bff409613cbb5"/></dir><file name="Observer.php" hash="4c432799660695a6b25e2c6c78a53189"/><dir name="Resource"><dir name="Indexer"><dir name="Stock"><file name="Configurable.php" hash="d99379854e1a106bf504ce77fbaf2914"/><file name="Default.php" hash="bcbdb68b5e4b878b3fbe1386192ba7cc"/><file name="Grouped.php" hash="97385b92c83f4af603b7daaaaaf23b86"/><file name="Interface.php" hash="531d4ec3c762dd12690f28a4e02078da"/></dir><file name="Stock.php" hash="b8cdbf78b845eade58475f88634c8d96"/></dir><dir name="Stock"><dir name="Item"><file name="Collection.php" hash="9818f82c7d0db847220daec55cac2c9b"/></dir><file name="Item.php" hash="8668ef29a241a214059a4f88dc082871"/><file name="Status.php" hash="bf1b8d564a3fd344260210fc3c17bc28"/></dir><file name="Stock.php" hash="e4110d8b5264cecf1bc4aca0a6adf83e"/></dir><dir name="Source"><file name="Backorders.php" hash="a1c6ef7bea4bf7f6a3479893b48bc083"/><file name="Stock.php" hash="8800d9de12d98d4bb941e7a78af54e74"/></dir><dir name="Stock"><dir name="Item"><dir name="Api"><file name="V2.php" hash="813253f6bc540d5830de73175724b5dc"/></dir><file name="Api.php" hash="1e1479912723c013bb656fc54da1bb0c"/></dir><file name="Item.php" hash="75b13b6c9dc43c8b0c7926eaf73416c2"/><file name="Status.php" hash="3fc2ca01693f48d9f12c3726102516e7"/></dir><file name="Stock.php" hash="fe2732235259d11e06ce200b3d344b34"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Minqty.php" hash="c3c09cb0d16dbc9ff6e5be06645525f1"/><file name="Minsaleqty.php" hash="09b662ae5eef20d2bbe0c2afb90e1093"/><file name="Qtyincrements.php" hash="ee7ad897d5b408fbc2b04f969d78935c"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="d4568ead16fd41a9283b5caf490063b1"/><file name="api.xml" hash="747d83aba398cedccdb0c3fdea0ac96a"/><file name="api2.xml" hash="a226e5372dda1a88ce4dad6d6bf6d931"/><file name="config.xml" hash="8b4bb36713467236687e07e3da51e5fd"/><file name="system.xml" hash="4f6f8a716898a8588bf8f51e2a10b2f4"/><file name="wsdl.xml" hash="cfad5924eb32b8fb7ccf79309e5966df"/><file name="wsi.xml" hash="ec7bdd8cb2bc5dd12c0a4d865fe3d313"/></dir><dir name="sql"><dir name="cataloginventory_setup"><file name="install-1.6.0.0.php" hash="45e8b0671d2ef7a29aa655b3ff356910"/><file name="mysql4-install-0.7.0.php" hash="4ead6d32067dcec084fe061a37127748"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="79022509cf17a270f3115d245e0cfb74"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="15b083fb85e073a7d976da5546378d8d"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="2d929d079ee3492a0c4076c20bf384db"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="6d2d220fd7d675fa0d88a60ff4b3f28a"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="6f8213a268625b974d765a954cefc183"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="5d67d3221d7cde9d74a621296d7d8fa0"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="375e9a644e08004d3adea559fcbc47b4"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="b71763722da440d2a954acfe1946c4a6"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="c8d9f3e055c67710b57e0814dd3d47cb"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.0.1.php" hash="acda9e81ac3b8aab8f65a89087ef4b73"/><file name="upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="6c2f3023b2245c70d73a50d3d81e18b1"/></dir></dir></dir><dir name="CatalogRule"><dir name="Helper"><file name="Data.php" hash="125f5e33e84225446563950fad0b332e"/></dir><dir name="Model"><dir name="Action"><dir name="Index"><dir name="Refresh"><file name="Row.php" hash="f983713e0dbc96911ecc531d80171cb1"/></dir><file name="Refresh.php" hash="492f7ab4e2e89b894211bf1552715716"/></dir></dir><file name="Flag.php" hash="4507d18c8cd45845630c518b0dbfa484"/><dir name="Mysql4"><dir name="Rule"><file name="Collection.php" hash="273087045d68144c3f637136a52617eb"/><dir name="Product"><dir name="Price"><file name="Collection.php" hash="82bd891fba71bbfcb7266ecc1c0e42c3"/></dir><file name="Price.php" hash="7e2f48b7688272402730604c4d05ddc1"/></dir></dir><file name="Rule.php" hash="50030505528626eb9e62dd345906b3bf"/></dir><file name="Observer.php" hash="65d579152facd63975e7257f21bfe11b"/><dir name="Resource"><dir name="Rule"><file name="Collection.php" hash="2a80b9e84214dde8c298888eb9b90bfb"/><dir name="Product"><dir name="Price"><file name="Collection.php" hash="52773f1c795c6dbf9b748ecae36338a5"/></dir><file name="Price.php" hash="43a9bc79f1bcbbf1c8ee0d32bb140c10"/></dir></dir><file name="Rule.php" hash="34eae6ffdbc70e51a7bdb036794beaa3"/></dir><dir name="Rule"><dir name="Action"><file name="Collection.php" hash="ce966993e02e24ed5c11c48b1e3070f8"/><file name="Product.php" hash="c35d2bd414cff60610d87451dee9a5dc"/></dir><dir name="Condition"><file name="Combine.php" hash="f69718cd936b4796767aaebc5dfef4db"/><file name="Product.php" hash="513d9731bc55e60d49e1580b422b9238"/></dir><dir name="Product"><file name="Price.php" hash="6cfa84d1a5a69adfd9b78b2899044833"/></dir></dir><file name="Rule.php" hash="959c0107d0cf9f639fb74461f42b8356"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4703f3e53abf9740d3a20eaac1a99914"/><file name="config.xml" hash="989ee3823d62cd1ce67eb70ce8ed54b8"/></dir><dir name="sql"><dir name="catalogrule_setup"><file name="install-1.6.0.0.php" hash="9613a5d02ce3eb787fef1794eac0bc08"/><file name="mysql4-install-0.7.0.php" hash="4a713eec573775805f78dd5b671d91e5"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="330f21de6787b08c5d542214fefee088"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="5ec63e9fc5c286d0554bc255ad2e45be"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="8b64537abddc576919818a323ff06213"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="dd155a07c2e56abaa376bc4331c8d94f"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="c9d8490207754227fb65e5b7ae4e4aad"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="d5cbe7fbcddfd2c38c40e073ed8a0da5"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="24d32678497f3d11c411e5210a61f055"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="828eace53c2454b9bf9d9f6296ac5ffa"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="439c026649bf02b0f5836e03693c6ce0"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="4ed9b9d40b04bf85d75fe326cfc5503a"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="841225e0e9c41050dde0259c8b8a0bf9"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="2c14df676b9e7cd4f7b2dd418337b899"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="ec4eaa672433d0fc42d8b3efb8b1778d"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="3c5e7eca510460c99beff8ea9703be96"/></dir></dir></dir><dir name="CatalogSearch"><dir name="Block"><dir name="Advanced"><file name="Form.php" hash="2fc8fedd07e40d512517dc90fcb099d7"/><file name="Result.php" hash="a5a6d3db6a0ccfc0c1b6fbf64421e3da"/></dir><file name="Autocomplete.php" hash="d58666a1fde30eae966ae1bdde47f1ea"/><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="ad08c3030d4b3954e96d6a551526491e"/></dir></dir><file name="Layer.php" hash="b1d967ced64214d5bea294d606f3a74e"/><file name="Result.php" hash="699373bc177418d00ad1a165765d4fe8"/><file name="Term.php" hash="b3ec30838a8d02553922530c309295bb"/></dir><dir name="Helper"><file name="Data.php" hash="df036973048d7a7fd7adf928376fed79"/></dir><dir name="Model"><file name="Advanced.php" hash="d527ca028596aed941977d3235ea16d2"/><dir name="Fulltext"><file name="Observer.php" hash="849d834e564d8b49cdae4a42a81ba6e0"/></dir><file name="Fulltext.php" hash="ae080b6a10adf339584c1eced93833ab"/><dir name="Indexer"><file name="Fulltext.php" hash="9c777fe0f63decd6522d34d6fe7252ce"/></dir><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="f1341eab61b5f816234022deebff9309"/></dir></dir><file name="Layer.php" hash="1c09af91b68d4c9e75373e9ff1a36932"/><dir name="Mysql4"><dir name="Advanced"><file name="Collection.php" hash="edf02e2322f448941875143f63a8663b"/></dir><file name="Advanced.php" hash="33560c842232ce136af5e0ea70cc1eb4"/><dir name="Fulltext"><file name="Collection.php" hash="89717fc3e3bee338f796bfabfb33586f"/><file name="Engine.php" hash="01eddde3f058360d0883a3368b52f0c6"/></dir><file name="Fulltext.php" hash="652a4f3f3ec05e5aecbfb37861cd6a78"/><dir name="Indexer"><file name="Fulltext.php" hash="cd8e97f28679ca881a95a90b017bd648"/></dir><dir name="Query"><file name="Collection.php" hash="78d62b1f95b6ae47c4cd3014bcdf5808"/></dir><file name="Query.php" hash="d4a0bc92d7cc6e94e9c61b52e007249f"/><dir name="Search"><file name="Collection.php" hash="8ff161dec0257d44feb14f3d50db1a5d"/></dir></dir><file name="Query.php" hash="a32eaa45e02a361d9013481e031a4566"/><dir name="Resource"><dir name="Advanced"><file name="Collection.php" hash="56e449633b477a12dfc0921604087efe"/></dir><file name="Advanced.php" hash="3e0c7629de6b3c574fcc810542898f0b"/><dir name="Fulltext"><file name="Collection.php" hash="3a9fa395f7f7ff066afec194546ad022"/><file name="Engine.php" hash="5b3ad4ec0d213f81622e4d3f80ab70f0"/></dir><file name="Fulltext.php" hash="f74318f65b78af0f7118884080072217"/><dir name="Helper"><file name="Mysql4.php" hash="bf5efa4e60d39394186ce11a121e9a68"/></dir><dir name="Indexer"><file name="Fulltext.php" hash="4f34b6ed4cb7f8b15cfb4ffce02aff8d"/></dir><dir name="Query"><file name="Collection.php" hash="2d7aef011c16c3ab9f49c11a69e7f51b"/></dir><file name="Query.php" hash="a81bdc3e28a0904b58c4ef5068e78344"/><dir name="Search"><file name="Collection.php" hash="50ffb95ca221f8642dceca5c5dc2a9e7"/></dir></dir><file name="Session.php" hash="792e5a38e43f668d5f5d7226fea8c84c"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Sitemap.php" hash="2cba0db7d96d5e4f65fe2482ad7c304d"/></dir></dir></dir></dir><dir name="controllers"><file name="AdvancedController.php" hash="b9f3db21be99687629720eeca8afb4ad"/><file name="AjaxController.php" hash="acc42301b4485fd1a641f9b3553fd487"/><file name="ResultController.php" hash="d50f2d8dba1116d724dcf83a99879ed2"/><file name="TermController.php" hash="bfb8e5e76f2befcd964ff3ac8df03732"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f287761b5739c9ecc0585414d199b68d"/><file name="config.xml" hash="c736adc4ea997c046dfee8c61df514ec"/><file name="system.xml" hash="27b70a9d7ea1d7b5cd76dbc1dd2c492f"/></dir><dir name="sql"><dir name="catalogsearch_setup"><file name="install-1.6.0.0.php" hash="4fbaf6d6cac23f23c66880818cbf3ba3"/><file name="mysql4-install-0.7.0.php" hash="78fadd5171dea032b6e52e898bee4543"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="669b2a874dd84d51201cf545326bb2d1"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="931cdf417df69342714ce0e0aa97b33a"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="9520448b7747b835ee464421360dc443"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="40660c7b5d26c365e4b2627552caa6cd"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="d1c492c4c26b50f8bf132030fce9823b"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="0ba7e01d787b97a8e88197520d8e7d84"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="de97b3c11f9147c5d75b8019a02443e1"/><file name="upgrade-1.6.0.0-1.8.2.0.php" hash="13818315d36943860c9feb3ca027e685"/></dir></dir></dir><dir name="Checkout"><dir name="Block"><file name="Agreements.php" hash="f44ed9592a156124bd12cd1fdcc86093"/><dir name="Cart"><file name="Abstract.php" hash="f3befc397ff42ed6e4f37c4d5c210f42"/><file name="Coupon.php" hash="59c18dc9fa0372676c413617fd31db39"/><file name="Crosssell.php" hash="0dcfd845929da90ab6926df50b8fbb81"/><dir name="Item"><file name="Configure.php" hash="8f4e75f33a0a049898e80c3dc653c779"/><dir name="Renderer"><file name="Configurable.php" hash="dc8101c3cc56d851aa974d915246279d"/><file name="Grouped.php" hash="d792c91fdda6ad7102b0da5512d1b824"/></dir><file name="Renderer.php" hash="436f045bf4307865e13dd6a6eaaf161c"/></dir><file name="Minicart.php" hash="74abaea162716cd1563ecd7ff7f34397"/><file name="Shipping.php" hash="ae7e2519483233865df20500005b1a52"/><file name="Sidebar.php" hash="e00b72615b597ef2912e6aa0a5164b9d"/><file name="Totals.php" hash="09b5028f95e42fa222670e4d0f537836"/></dir><file name="Cart.php" hash="945e5ed7e80a997ea380f797bd551496"/><file name="Links.php" hash="22c138c062d26e8529dfdc12e626e3b7"/><dir name="Multishipping"><file name="Abstract.php" hash="0c0889a2dadfc7db705afd14aad1d6ac"/><dir name="Address"><file name="Select.php" hash="5b293cb83fc9162b56e91c32d6b6fd87"/></dir><file name="Addresses.php" hash="a7afedf0a75f5f7e2b0a503c4a004235"/><dir name="Billing"><file name="Items.php" hash="d4ad92e81f9e76ef028a1e25b44dbdb6"/></dir><file name="Billing.php" hash="68941f28c1826844315e77a22173ab31"/><file name="Link.php" hash="21053ac16856fbd0025c35ad9be641bc"/><file name="Overview.php" hash="79fa7d442609840d3acc2011fef7ee61"/><dir name="Payment"><file name="Info.php" hash="8887611a9b6288f10ef8323e1f24a8ba"/></dir><file name="Shipping.php" hash="a8fd11e2f6419bd3f289ca47c3e056f2"/><file name="State.php" hash="6afd106e9e81954cc50a53d2de337650"/><file name="Success.php" hash="862f6a5cb836bcba5c42e57f980d57d8"/></dir><dir name="Onepage"><file name="Abstract.php" hash="87b4ce458bfceab0c31cb753b53e48dd"/><file name="Billing.php" hash="6a99a3daa82a81bcce62628ac2aee498"/><file name="Failure.php" hash="080c1b435a93f559d290b4f8499e6367"/><file name="Link.php" hash="2638c7e1a6956d83c90ecc8b1310976e"/><file name="Login.php" hash="0186fdec4d8b91a11918648ff7a748b4"/><dir name="Payment"><file name="Info.php" hash="b4d1bb4cbd435ebe82c95ae9f6572da6"/><file name="Methods.php" hash="9d94d2a119cda6eb396f7293a09449c8"/></dir><file name="Payment.php" hash="828094bf9fee06398914622aed6f6995"/><file name="Progress.php" hash="443fa7aacdd1d3b468e0b6391949daa0"/><dir name="Review"><file name="Info.php" hash="4a8e2f7ff21acd722b14c6dd9a0ad979"/></dir><file name="Review.php" hash="304f56594981dd8de25a9427cfaff8da"/><dir name="Shipping"><dir name="Method"><file name="Additional.php" hash="916d359aed852273970ac58e93d807a4"/><file name="Available.php" hash="5015dd3f9062b696335e77923234182f"/></dir><file name="Method.php" hash="ed6ed73101747c2d90afd04b37562131"/></dir><file name="Shipping.php" hash="497538eb5465011efc617629542e8558"/><file name="Success.php" hash="ae301edbfa28eca9f814f7199b8cfc72"/></dir><file name="Onepage.php" hash="d65e82f0b335cdc9932a4e27c1377213"/><file name="Success.php" hash="fdcc2f1debb7086219a127a041d20520"/><dir name="Total"><file name="Default.php" hash="65728b2ad3cf95c74efbff1ce7692dd3"/><file name="Nominal.php" hash="6760a7ff7bdfe8db8f4d5ffc664df129"/><file name="Tax.php" hash="769405f948953c5161dce7cdbcaabff5"/></dir></dir><dir name="Controller"><file name="Action.php" hash="5c9c4ca3245814d570c2332ee18c6adc"/></dir><file name="Exception.php" hash="12c74e7ebd6e188b5f9ff55b24894adc"/><dir name="Helper"><file name="Cart.php" hash="5ca6034b902b0d3c02ab90c011a63db3"/><file name="Data.php" hash="57cfb9187a5765005aacf1fe57b66879"/><file name="Url.php" hash="d8ff6a5ef7869ef21a82f0ee025e4277"/></dir><dir name="Model"><file name="Agreement.php" hash="b1f7825c913dc568d07ac10b49681fd7"/><dir name="Api"><dir name="Resource"><file name="Customer.php" hash="15652bb4f2fee49de4641c062d864f1a"/><file name="Product.php" hash="d6078449b005f33a6312aa86fd46b7b6"/></dir><file name="Resource.php" hash="ccf21ed96bcc85ecf714c40c64236b91"/></dir><dir name="Cart"><dir name="Api"><file name="V2.php" hash="4c46b0eb3eeb7710e28052d60aa3e4a9"/></dir><file name="Api.php" hash="dd6c928dae885c6cff0423a0fae7c94d"/><dir name="Coupon"><dir name="Api"><file name="V2.php" hash="eb8f68bafdcfb5d25444cef38a67f789"/></dir><file name="Api.php" hash="690fd5c2b51ff94a85f24d6a8dc6aac0"/></dir><dir name="Customer"><dir name="Api"><file name="V2.php" hash="1ea1218ef7873cb6b7b4098e7d815469"/></dir><file name="Api.php" hash="63aa556a57dca5504152c4d1d97eb662"/></dir><file name="Interface.php" hash="f24a48f6eb6a8e252b01aecc396788bc"/><dir name="Payment"><dir name="Api"><file name="V2.php" hash="f129229232ccb0374892baccd72a3788"/></dir><file name="Api.php" hash="4c18918b58dd09e4d59c9ac1483811ee"/></dir><dir name="Product"><dir name="Api"><file name="V2.php" hash="61e07581598ecc010053b232309f18f8"/></dir><file name="Api.php" hash="1ca8f3f708339237c4ef516a15507ac5"/></dir><dir name="Shipping"><dir name="Api"><file name="V2.php" hash="485e449a54d8baa55b023f86727e3269"/></dir><file name="Api.php" hash="ab9e2c8055701a71d289073cf812d3fd"/></dir></dir><file name="Cart.php" hash="7888f922bc2e6f7165457ccfc03d4709"/><dir name="Config"><dir name="Source"><dir name="Cart"><file name="Summary.php" hash="1000923bf9a79ae03a9f648c94d4513b"/></dir></dir></dir><dir name="Mysql4"><dir name="Agreement"><file name="Collection.php" hash="02dd52cc270fbbdc7e7e69b7046aa52f"/></dir><file name="Agreement.php" hash="b50ee82ccc6f5b7861cd1d3d97db05bb"/><file name="Cart.php" hash="acfc91c9710cd47a8d8b55db2ffb7414"/><file name="Setup.php" hash="9872e5ad3dc55fa8286977162d34642b"/></dir><file name="Observer.php" hash="d599940c1f785712fd9f8afa68b64ed2"/><dir name="Resource"><dir name="Agreement"><file name="Collection.php" hash="3d0f54bf6ccdfcaf34400163be090b24"/></dir><file name="Agreement.php" hash="72164c72185c9d9e33eedbf9cdbdc4c0"/><file name="Cart.php" hash="e7cb3e3a138f86366bd61911e041e329"/><file name="Setup.php" hash="332a3bbd584be22a045ef93ba75782f5"/></dir><file name="Session.php" hash="a38a25c5e659591307cb291a3ba1801c"/><dir name="Type"><file name="Abstract.php" hash="8d96639b8f1b4c41fe751acd2e7eaa4a"/><dir name="Multishipping"><file name="State.php" hash="e6d4f31d926f0de519798cdb82cd12f0"/></dir><file name="Multishipping.php" hash="de057f8879aa869f9da695af18701265"/><file name="Onepage.php" hash="7bf289192e156a105492d2719af14be0"/></dir></dir><dir name="controllers"><file name="CartController.php" hash="20089db07ac78009568773cde58d61b1"/><file name="IndexController.php" hash="b925108214af9ea7dd600f139bc73556"/><dir name="Multishipping"><file name="AddressController.php" hash="07b76f7629b500df3ecac89f45a789db"/></dir><file name="MultishippingController.php" hash="806c963fed91ca35a82bbc1ff4ca36bc"/><file name="OnepageController.php" hash="fb0183246c87108a889f53a49051d9ca"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4e40440e10df083b62f716c6222b66ee"/><file name="api.xml" hash="67f0203e069fdc2945786f9b403f2d23"/><file name="config.xml" hash="e4344ad21ff2c4b098f852a54bf4d56b"/><file name="jstranslator.xml" hash="c65814f2dcf4bd80f542fe894351a67e"/><file name="system.xml" hash="40c485b78b18909e3c6be42b73e533fd"/><file name="wsdl.xml" hash="9a10e25803e84713f5031a168dd0c624"/><file name="wsi.xml" hash="2567bee4ef18e1b426c700ce66c3bcb1"/></dir><dir name="sql"><dir name="checkout_setup"><file name="install-1.6.0.0.php" hash="9fcfda64047fa4ef41531e76336d7879"/><file name="mysql4-install-0.9.1.php" hash="6c008e5dc56ab82305cd0c737d21db25"/><file name="mysql4-upgrade-0.9.0-0.9.1.php" hash="279b135674392ad6c7824faa0f1c4e75"/><file name="mysql4-upgrade-0.9.1-0.9.2.php" hash="2a427f0ebe413fbdb83bbeca6bfd4276"/><file name="mysql4-upgrade-0.9.2-0.9.3.php" hash="3751da027e48b0cc33b6aa10760eac0d"/><file name="mysql4-upgrade-0.9.3-0.9.4.php" hash="97c6759fb58d9f29f5a756f0bd2918d4"/><file name="mysql4-upgrade-0.9.4-0.9.5.php" hash="4b2dde87d93ab53879b0812cbbb423dc"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="c2b5d1325555a3bd75ff12d9632a43d5"/></dir></dir></dir><dir name="Cms"><dir name="Block"><file name="Block.php" hash="cc647c3c0e55c006a976f0e7d4c3840c"/><file name="Page.php" hash="2199fdd009b38c4de95117e186b71974"/><dir name="Widget"><file name="Block.php" hash="496dbe82476a73048f0a3b6661e9b5b5"/><dir name="Page"><file name="Link.php" hash="1cd1f0b4e013dcb0ab06b6b4ed40e57c"/></dir></dir></dir><dir name="Controller"><file name="Router.php" hash="cb05176dc6e185dac76cd437d03c0f8c"/></dir><dir name="Helper"><file name="Data.php" hash="176eb81f40218269ba443efff5863d36"/><file name="Page.php" hash="07348f1d074fbdf990e3de33fa33d82c"/><dir name="Wysiwyg"><file name="Images.php" hash="06aedfc1cac7817abc301c7afb9f8eab"/></dir></dir><dir name="Model"><dir name="Adminhtml"><dir name="Template"><file name="Filter.php" hash="907a290ceb3cdfb4a06cef5104ef55ac"/></dir></dir><file name="Block.php" hash="8d5025e8f189162b0cd738433ddedf22"/><dir name="Mysql4"><dir name="Block"><file name="Collection.php" hash="cd6ec00392f9995d5bbce496f77c24b9"/></dir><file name="Block.php" hash="e218f140ddd43e78ef4aba32779eae8a"/><dir name="Page"><file name="Collection.php" hash="ba6f6213d1962017945e3a9d9ba8385f"/><file name="Service.php" hash="cd0be7a046f74131110d84aaf28bc762"/></dir><file name="Page.php" hash="e0d9bd59f9373ec81806b9f1e4da545a"/></dir><file name="Observer.php" hash="fe54f5312bd644417060cc3876b906f2"/><file name="Page.php" hash="754dcc840a64c37241d0778b504d69ad"/><dir name="Resource"><dir name="Block"><file name="Collection.php" hash="f736bb9b86a9bd6d4455a987eeba4a4c"/></dir><file name="Block.php" hash="2be24c2b68562018dd4588c7be46d725"/><dir name="Page"><file name="Collection.php" hash="cec197324b7291f9234f6ba9a60739df"/><file name="Service.php" hash="9e022d1de5902a752510b60f35e0b056"/></dir><file name="Page.php" hash="d23167e365b44407cae5e1559bf3e80b"/></dir><dir name="Template"><file name="Filter.php" hash="bb26b1b8f2098a46ca187b1b6319ce02"/></dir><dir name="Wysiwyg"><file name="Config.php" hash="7771411d0ca0a3969d12ae33633fc34e"/><dir name="Images"><dir name="Storage"><file name="Collection.php" hash="d3ea04ce353580dcb8380b3f3d348939"/></dir><file name="Storage.php" hash="37aadd51e2cb0bf81e231bf77632e433"/></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="0ad066a0c43bcc685e6cd4438d0c0aac"/><file name="PageController.php" hash="9d497a497c8af8fb7a774383ed271141"/></dir><dir name="data"><dir name="cms_setup"><file name="data-install-1.6.0.0.php" hash="351de9ae43da64b11267fd861fc6dc97"/><file name="data-upgrade-1.6.0.0.0-1.6.0.0.1.php" hash="e63012a29bc20913b79b2097200c1f0e"/><file name="data-upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="ba0b90bd5032739d962e55fcb0e6e087"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="01e4ebcae1d06e69589544c0872002e1"/><file name="config.xml" hash="2f5b441af0cb20db576e7cd0d2f498e5"/><file name="system.xml" hash="efe4dca4683190eaee3b0ebaedf79952"/><file name="widget.xml" hash="8dbee08cee6c42b402fff1e70da9d23c"/></dir><dir name="sql"><dir name="cms_setup"><file name="install-1.6.0.0.php" hash="88f30bb1fc4c152aa875d65d09bdd4e3"/><file name="mysql4-install-0.7.0.php" hash="96eeacfa945486961bc78874bb0be94b"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="74e4aa5979dc668f3baf50ded819fdf1"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="75f561c73a547bdb4af4ae490b247511"/><file name="mysql4-upgrade-0.7.10-0.7.11.php" hash="5a102c23fab71e4b12961fec96983ab9"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="21f0fc01edea8844cb675e1af30c46f4"/><file name="mysql4-upgrade-0.7.12-0.7.13.php" hash="80eaaca3839e270fb02913a68ac18528"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="662d5cb9571926c3486dbe9ceb780a84"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="93bdea54fdbda942bda0a9b8fb038a2a"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="3c21b709b3d9b37fa6d6aa6cd1fdffe9"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="6b42b544abbbe5517ba94c5ad0de9550"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="bad31a6c24e5c885bebdff813a04cf49"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="e046e2f4029af74af52a666c14e13983"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="23a253220f96d8edbe95374882489459"/></dir></dir></dir><dir name="ConfigurableSwatches"><dir name="Block"><dir name="Catalog"><dir name="Layer"><dir name="State"><file name="Swatch.php" hash="3ae342968ef5ce80b7a60d91aea031dd"/></dir></dir><dir name="Media"><dir name="Js"><file name="Abstract.php" hash="d859b43f739f6b648c6120f44857e883"/><file name="List.php" hash="13927bbfedf128f9022004d012aefb4a"/><file name="Product.php" hash="1a66d6e23c1570eb86c17372bc075e5e"/></dir></dir><dir name="Product"><dir name="View"><dir name="Type"><dir name="Configurable"><file name="Swatches.php" hash="787faee23d9c0e8119f241aaa2ab48c4"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="52914a78ae18720a8e0b5cf45394a12e"/><file name="Mediafallback.php" hash="8bc7799116df645c6f20e24b617b21c1"/><file name="Productimg.php" hash="ff3ad571fefa3487011d7f0c7174ce75"/><file name="Productlist.php" hash="fb64a29e886a1bc18fec4d49f9998762"/><file name="Swatchdimensions.php" hash="9f4790515e45f2f3f64295e8e0e74e74"/></dir><dir name="Model"><file name="Observer.php" hash="6408b15a0aad7df7a59af686a54d6b32"/><dir name="Resource"><dir name="Catalog"><dir name="Product"><dir name="Attribute"><dir name="Super"><file name="Collection.php" hash="e8bed55f895d78faf75ba76fa96d4a4a"/></dir></dir><dir name="Type"><dir name="Configurable"><dir name="Product"><file name="Collection.php" hash="22b6d46f847d5f8abefab9fa1eb0181a"/></dir></dir><file name="Configurable.php" hash="3734c0a618b21d594e0e90fde79f65fc"/></dir></dir></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Catalog"><dir name="Product"><dir name="Configattribute"><file name="Select.php" hash="895bb5707dcfcaa7fa2f948f20c03a7b"/></dir><file name="Configattribute.php" hash="6a3e77c2c98ab755a3011e20d28676c8"/></dir></dir></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="51c554e063e8e609fed0b768c5677a6e"/><file name="config.xml" hash="186403a31fc583a2198b6a48675dfa63"/><file name="jstranslator.xml" hash="12be588e9de5f8399811aea38796affe"/><file name="system.xml" hash="0f68486de34f43d583901b3c1e7773e5"/></dir></dir><dir name="Connect"><dir name="Block"><dir name="Adminhtml"><dir name="Extension"><dir name="Custom"><dir name="Edit"><file name="Form.php" hash="07173ea44060923a89c8959c50e767f8"/><dir name="Tab"><file name="Abstract.php" hash="4e1fb3d9479f817b5765ca44a0fb65d5"/><file name="Authors.php" hash="4691d0a39b217b4f31a44a13df788d76"/><file name="Contents.php" hash="fd4c7c7f3f82ca5f46854d243efdfe58"/><file name="Depends.php" hash="9ff5da6b0c3f4fea39634a517946d507"/><file name="Grid.php" hash="4595121c721093da9260cecc7c371f24"/><file name="Load.php" hash="112493cfda8ac194542350a9be1eaf5a"/><file name="Local.php" hash="174456f2908eba3a40441e41d9fec963"/><file name="Package.php" hash="b65ecd92d59dace97a21c4ea67564b1e"/><file name="Release.php" hash="d63721431117e0e7ae6cbd542f104134"/></dir><file name="Tabs.php" hash="6e29e808eba4eb72de41d040a495c32d"/></dir><file name="Edit.php" hash="816623274855c26807e38fefdc7f2703"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="a489e50e5a91ee21f212a957e72d3b69"/></dir><dir name="Model"><dir name="Extension"><file name="Collection.php" hash="ba8bef01d08718841c1908b052097835"/></dir><file name="Extension.php" hash="d706235e356746ec1b54e8f93320a2f3"/><file name="Session.php" hash="e7839bdb6737f298c8af010fb3e6c420"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Extension"><file name="CustomController.php" hash="f50d8bef0286f1e53551aa48080824ad"/><file name="LocalController.php" hash="b05bb84a3f4620d7e32f3d857cc592d8"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="8ffc24c91bd99af1c3e7079c3e2185f4"/><file name="config.xml" hash="552c0be7d893a35805b8ff156390346b"/></dir></dir><dir name="Contacts"><dir name="Helper"><file name="Data.php" hash="2a053f7dda071e11d73ac0695f5ba454"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Links.php" hash="9f7253b9ac5a9a6541318928afeaf225"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="e0128b911b832d52022d72ac1aa94543"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3567060c2366e207061304771e9d50a9"/><file name="config.xml" hash="d953750c24de17d3a3d687c0cb976deb"/><file name="system.xml" hash="37c4560d40dfa93ed8eb943b207c7dfe"/></dir><dir name="sql"><dir name="contacts_setup"><file name="install-1.6.0.0.php" hash="dcb98b7ba1d903aa1d4428eec7f2a203"/><file name="mysql4-install-0.7.1.php" hash="9a0f8e47830011d65a1e4bd9ad6950d5"/><file name="mysql4-install-0.8.0.php" hash="c32aaf53deadcdbd6f31e77eeffa01a9"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="03395ee023762128f360bcf38caebfc1"/></dir></dir></dir><dir name="Core"><dir name="Block"><file name="Abstract.php" hash="81a0705efb59f693fe7f724c76bd298d"/><file name="Flush.php" hash="fb716126eec7f6b4806fb92f99f9a442"/><dir name="Html"><file name="Calendar.php" hash="5656d4d62ae36fb02a4234a93877920e"/><file name="Date.php" hash="7f1611011d011100b1987d9de1e28ac0"/><file name="Link.php" hash="b5c48f96b6c546fc3948d89052054f01"/><file name="Select.php" hash="822f6278a6568b2cdf0f980eebdb3453"/></dir><file name="Messages.php" hash="b333caf4caafe9030c9dfa354e84a19e"/><file name="Profiler.php" hash="976d433f7de7bafe0da2891c8d7c5f48"/><dir name="Store"><file name="Switcher.php" hash="6107a6687d722f56f62eb09b93115be3"/></dir><dir name="Template"><file name="Facade.php" hash="8d0eb944fdd7ee9bdb977da8173a1ee3"/><file name="Smarty.php" hash="c6c6fb5235ed5abb07c8c8a0acd9d2a1"/><file name="Zend.php" hash="933cfd8610e8a04e4c68fbd0d426158f"/></dir><file name="Template.php" hash="1456a2d322ab12fb06eec7fb16ede7fb"/><dir name="Text"><dir name="List"><file name="Item.php" hash="5f751dcbd01d3cc230405152f2ed5833"/><file name="Link.php" hash="2625bfb9e7f6bd6d43b14ca973e9818f"/></dir><file name="List.php" hash="01388506d4c8dd96b7b55f3a63adb273"/><dir name="Tag"><dir name="Css"><file name="Admin.php" hash="0fb36a16d1ef302bd4a80b00051d2a46"/></dir><file name="Css.php" hash="6d7590bef3bf6d5be2791c700aac744f"/><file name="Debug.php" hash="812337dae15f8d927e67bbc3ee3d2613"/><file name="Js.php" hash="48aa1121654fb95841e395a2d21acbe3"/><file name="Meta.php" hash="4306a9e22910ea2f738f9edd7ed3496b"/></dir><file name="Tag.php" hash="28866334a39e4b0f31f340a9bcf36e7d"/></dir><file name="Text.php" hash="35c89331dd87793a7198ae9cf146abbb"/></dir><dir name="Controller"><dir name="Front"><file name="Action.php" hash="cc05335070a0da0d019cf4609ac940b5"/><file name="Router.php" hash="9c167297048b7a2f46424fd0193c9154"/></dir><dir name="Request"><file name="Http.php" hash="539f75085f8519d24a50233486b544a3"/></dir><dir name="Response"><file name="Http.php" hash="ddfcdad65e781439ce23bf01466a66d4"/></dir><dir name="Varien"><file name="Action.php" hash="a17924d6574626befeb19663153cfe21"/><file name="Exception.php" hash="31b7a23e78269627e54d3efaeb9843df"/><file name="Front.php" hash="525beb4b37152b3bec4df1f9a90db2cd"/><dir name="Router"><file name="Abstract.php" hash="5d635a7f190ca640e2d71268aa243d33"/><file name="Admin.php" hash="79b5cf3936084e4f06f98704305fea96"/><file name="Default.php" hash="cd09c1da00293b8c076bf27d8173d028"/><file name="Standard.php" hash="6f8766a0aacaec2a6859006289f18f8f"/></dir></dir></dir><file name="Exception.php" hash="19c05d3f1ffa0ac497686ab7935daa42"/><dir name="Helper"><file name="Abstract.php" hash="20550ef59f51e3140bd058c3dcf53020"/><file name="Array.php" hash="527a77bb703d1ae5ff4520f86fb6984f"/><file name="Cookie.php" hash="e233759ac2e2db85ec5b69238c17f283"/><file name="Data.php" hash="1df9e73881f676611f1750e02148fcb9"/><dir name="File"><dir name="Storage"><file name="Database.php" hash="51b84efef685c64ad694d53b5c255a53"/></dir><file name="Storage.php" hash="8bfca1d19c2d2f8f74aca7a76ede0983"/></dir><file name="Hint.php" hash="fb02749c905b9c4fb3866de08d38181b"/><file name="Http.php" hash="22a921c046b3cb3eb00f6d1cae5a8322"/><file name="Js.php" hash="af5c046c41c706a9508bfba6f853f3dd"/><file name="String.php" hash="fa67493ea8d8009866377857593b2975"/><file name="Translate.php" hash="0bc90218c692ceb026357fdd2b8dbdfa"/><file name="UnserializeArray.php" hash="cac5b0e7afcdd30e14e7b380afd3c73b"/><dir name="Url"><file name="Rewrite.php" hash="c5beca5991bb2d06ae6d17c4dd4b6a85"/></dir><file name="Url.php" hash="839166f9ca07677dbf6c5f658a8d5c10"/></dir><dir name="Model"><file name="Abstract.php" hash="0bd4901d22c78c0a841bcdadd9550e42"/><dir name="App"><file name="Area.php" hash="2ac86fab1e7461a40820cf273b05e3c4"/><file name="Emulation.php" hash="e68f979834fe3a4c6322815237c5e9d4"/></dir><file name="App.php" hash="2b343bdcdcaab5d5dba65313a4cabcf1"/><file name="Cache.php" hash="a37eb2cb12b0bc7145e9cfb583d54020"/><file name="Calculator.php" hash="80ba99b91749307c0189db9e089c9885"/><dir name="Config"><file name="Base.php" hash="4655e1b55ecc08497e364fe92c6ee34b"/><file name="Data.php" hash="4658820327fcac86a4774658a9a59440"/><file name="Element.php" hash="49cf76be39fa65d66f15d88728c37926"/><file name="Options.php" hash="b17b453d0bcb3e9245f9eef972a0f388"/><file name="System.php" hash="bd8d6253dfbd0c7e7baf1b369a4cab09"/></dir><file name="Config.php" hash="9de4eca34d4965964b5f457a1ac00053"/><file name="Convert.php" hash="b41fc3051a77d0eb75961d5f03096360"/><file name="Cookie.php" hash="df459088110eff264984699369b5aabd"/><file name="Date.php" hash="052d261b69aed3b608246ccbe0605544"/><dir name="Design"><file name="Config.php" hash="583768f3aa54e40192e7f4768914618c"/><file name="Fallback.php" hash="86081a0f7adff208bbf7d7c8ef7a4301"/><file name="Package.php" hash="1c85cd07d05d250c894f0a9fed66fda4"/><dir name="Source"><file name="Apply.php" hash="a2c3f002447f2b89ac3448ba85573700"/><file name="Design.php" hash="1bfb5cfbd77289d90110871200946c66"/></dir></dir><file name="Design.php" hash="67cf10f4106fb6468dcdcf40401cbff4"/><file name="Domainpolicy.php" hash="f5531f1b4656d1cf4a3a4d1d6fdb0244"/><dir name="Email"><file name="Info.php" hash="23b4a79ac5ca7738323e06a6c4a4da91"/><file name="Queue.php" hash="fef9d72626b5d034537e5181d297bc5f"/><dir name="Template"><file name="Abstract.php" hash="96d53530335526a1b1c93bfb3f2d4b00"/><file name="Filter.php" hash="e9f735411e4066cca59659c0695045e9"/><file name="Mailer.php" hash="9c64f34bd944a48d3983f91f956d979c"/></dir><file name="Template.php" hash="054d0988d419d394ba0f7dd5e79f46d9"/><file name="Transport.php" hash="9136b0b15986f7e347dcb8532631f180"/></dir><file name="Email.php" hash="6b429286defdecab2a2a009007f079af"/><file name="Encryption.php" hash="e188ba30148b4344952082ef7e2a852e"/><file name="Factory.php" hash="761494d8b259a2468f5c1349004fa205"/><dir name="File"><dir name="Storage"><file name="Abstract.php" hash="b18565f53d0303352ef3d82e551401c2"/><dir name="Database"><file name="Abstract.php" hash="894049f3895bc26ac8a0ad2251cd3c3f"/></dir><file name="Database.php" hash="367418da2f06bdedb6ad750bcd841e75"/><dir name="Directory"><file name="Database.php" hash="defc4ccc80a308be8403d741e472ac9d"/></dir><file name="File.php" hash="5572c0ac762bdb2bbd32c4a027bca11c"/><file name="Flag.php" hash="ae2ad997f81ebb63ead16b218dc5bde7"/></dir><file name="Storage.php" hash="6d8f2e338395802a52955ed67595c943"/><file name="Uploader.php" hash="6aabe9131d3373b7c5f0a3b66a6aacf4"/><dir name="Validator"><file name="AvailablePath.php" hash="0bcea12b25a7b4c57baa7a5197fd0ad7"/><file name="NotProtectedExtension.php" hash="7c7e6bedb6c2176f6fc3163c0bdb7225"/></dir></dir><file name="Flag.php" hash="341fdc5317e83bad6947afeebdf695c2"/><dir name="Input"><dir name="Filter"><file name="MaliciousCode.php" hash="1c262e5ecd3680e153ce9000859a6c47"/></dir><file name="Filter.php" hash="4d94cea8b640baaf996963ecab8e2804"/></dir><file name="Language.php" hash="b8f971f756745bed40a6d6fdd333e031"/><dir name="Layout"><file name="Data.php" hash="87232690211ad7badb3e9cd8a564a087"/><file name="Element.php" hash="cb8c5779ea0267a0b6603a28e5355247"/><file name="Update.php" hash="8653ceb0976c2580dea5d6d450ab5596"/></dir><file name="Layout.php" hash="e29682c44cb83c24dc0b96be76c8d3b5"/><dir name="Locale"><file name="Config.php" hash="cde55210a77224c835f2fa8b2cda2b37"/></dir><file name="Locale.php" hash="5a0e905f0886bf797c1569779654b8f2"/><dir name="Log"><file name="Adapter.php" hash="e3c29eb2ae8975f15351030b3fa0f730"/></dir><file name="Logger.php" hash="53a1743f143c9c803a799e1bd070c27f"/><dir name="Magento"><dir name="Api"><file name="V2.php" hash="f447814e006fc34f1ca47252e05dd09a"/></dir><file name="Api.php" hash="6387e58768e4c5510e94576f3b0d094c"/></dir><dir name="Message"><file name="Abstract.php" hash="408ab21b2e6c49d0ed15e650d21da8a3"/><file name="Collection.php" hash="2d06b41b5885e738a9308af607a4b9ee"/><file name="Error.php" hash="aad2ec54a09647dcf60e1d62a15ef0d2"/><file name="Notice.php" hash="8cfa632be262de3e1e6b35ea0a1b79ba"/><file name="Success.php" hash="1f0a79d7f4900d612fb6baaf68519791"/><file name="Warning.php" hash="2891cb7bca592a80fc6c990303da6187"/></dir><file name="Message.php" hash="e37dd5b8ce7461c477f64580f8853044"/><dir name="Mysql4"><file name="Abstract.php" hash="0de09d9813460541380afef15df3cbfc"/><file name="Cache.php" hash="475b170cb0a0986d344623b311337ac0"/><dir name="Collection"><file name="Abstract.php" hash="1c1b3ba0fec6fadafeb5c4c0256f5351"/></dir><dir name="Config"><dir name="Data"><file name="Collection.php" hash="423324d399e60e1b165bb5890ba26f50"/></dir><file name="Data.php" hash="e738ce3a49d6f4bcd14abd0ce1a002f1"/></dir><file name="Config.php" hash="36fe6fe240e7edfeca9ebbf04518a85a"/><dir name="Design"><file name="Collection.php" hash="92564c15d603f767123775d7b106207b"/><dir name="Package"><file name="Collection.php" hash="1b7c8ea331a8cb080f007a96fa70fca2"/></dir><dir name="Theme"><file name="Collection.php" hash="0cd516d14e255025c9499106198e7c91"/></dir></dir><file name="Design.php" hash="73062ec0ffa67b4f6edc2386204f720b"/><dir name="Email"><dir name="Template"><file name="Collection.php" hash="7929cc7b7a6c48b476252b02b584e87b"/></dir><file name="Template.php" hash="89a2079e653c74227b26bf82e8a920d3"/></dir><dir name="File"><dir name="Storage"><file name="Abstract.php" hash="77ea6c711c0361fdb6905ec7fe2ba619"/><file name="Database.php" hash="2678fee2da178c158cfe8bfe471203bd"/><dir name="Directory"><file name="Database.php" hash="c2e075273c537a5afb4c13360ef61797"/></dir><file name="File.php" hash="848afd614b66ea71feac94dc804e3d1c"/></dir></dir><file name="Flag.php" hash="6058087105677a6d1eb6caadc3db4e6d"/><dir name="Language"><file name="Collection.php" hash="5b629249d22e02cd0e1734299bfb3904"/></dir><file name="Language.php" hash="55353bc68689f62803ab833be660ac35"/><file name="Layout.php" hash="553c0185ffed9d3c8f8133c078d5423b"/><file name="Resource.php" hash="b92282bc0656040944c50094aacaa334"/><file name="Session.php" hash="33f9432bd7f2199d950716a9997bca0c"/><dir name="Store"><file name="Collection.php" hash="24e8123425d89abb897b024cc8e7135a"/><dir name="Group"><file name="Collection.php" hash="fb606241738719f38a027c20b89dee89"/></dir><file name="Group.php" hash="3337cc167f405056df31d982104cdfeb"/></dir><file name="Store.php" hash="3cb5f89e64c36f1de15e34cb5113d797"/><dir name="Translate"><file name="String.php" hash="3876a54142788ee9e3c8733b7034b35f"/></dir><file name="Translate.php" hash="2fc963cf002bf03e2e3d71b135b23e15"/><dir name="Url"><dir name="Rewrite"><file name="Collection.php" hash="2b7a9555da067f79829543aae255a8fc"/></dir><file name="Rewrite.php" hash="41ab8920a4c84fe21a0b289dc9077f9e"/></dir><dir name="Variable"><file name="Collection.php" hash="312ddb3ea2e7f4fad9e9cebee5411dfd"/></dir><file name="Variable.php" hash="91c7fdc310aaa6cd0125e8c07814721a"/><dir name="Website"><file name="Collection.php" hash="22b67d7cc4d79fffe904f02256e83047"/></dir><file name="Website.php" hash="33219a8e4b12d1a408bd6022e5891d09"/></dir><file name="Observer.php" hash="4467c0e3ba76eefe4e2d0fca66cebb89"/><dir name="Resource"><file name="Abstract.php" hash="54dd9369b4c3981ea78d5d4577d61df3"/><file name="Cache.php" hash="100b07430b6cfc2ac3a9f885d2c6d6c3"/><dir name="Config"><dir name="Data"><file name="Collection.php" hash="badcc671ba4504e82488f99362302ccd"/></dir><file name="Data.php" hash="69bc99eacca1cbf3b48c320501cf1224"/></dir><file name="Config.php" hash="d5b003e1f1c56194a28c27240d19f487"/><dir name="Db"><file name="Abstract.php" hash="90c1627dc731c03dc0a209c36c17af69"/><dir name="Collection"><file name="Abstract.php" hash="eea6163b4aee23a397711082eac87d6c"/></dir></dir><dir name="Design"><file name="Collection.php" hash="b335a322179b3661a0cff7efb9fc383d"/><dir name="Package"><file name="Collection.php" hash="1b45de1dc1b287d339ebb133b338b2f5"/></dir></dir><file name="Design.php" hash="0a1d80019722dce94ba676b32ed7fce7"/><dir name="Email"><dir name="Queue"><file name="Collection.php" hash="fe56642ac33d29d71919e8008aab157a"/></dir><file name="Queue.php" hash="f24bafccb521558dab88bf3e4f52beed"/><dir name="Template"><file name="Collection.php" hash="384b82954e99e2a3108651f07187561b"/></dir><file name="Template.php" hash="8d571f5d3f86bdab82d4c8855b3004c2"/></dir><dir name="Entity"><file name="Abstract.php" hash="fa5c9e8c4fee59aa6ca51ad3a477ce0d"/><file name="Table.php" hash="6a680038d42606973ed70b0a30013d80"/></dir><dir name="File"><dir name="Storage"><file name="Abstract.php" hash="4ce7d0a0dd88b49bf0e4923aadfd83ee"/><file name="Database.php" hash="38cc80e5cc5eaa8608b0fad656205ec5"/><dir name="Directory"><file name="Database.php" hash="53a7099dd965e78886199ebf9abdd448"/></dir><file name="File.php" hash="a68884a7b5f46269478587832f6d5f91"/></dir></dir><file name="Flag.php" hash="5b8c149bdc06468897046c4632528baa"/><dir name="Helper"><file name="Abstract.php" hash="203d01626147f7f6f628951040c3b15d"/><file name="Mysql4.php" hash="0dd725c8ac29e5c769eb4d020fc0df94"/></dir><file name="Iterator.php" hash="95f047abc0b344be03b8b71813cb6499"/><dir name="Language"><file name="Collection.php" hash="c8dfd52f365dddc460e73238259f0a99"/></dir><file name="Language.php" hash="8319edc32bf988a03168e72a4443cfcb"/><file name="Layout.php" hash="01a21a37c14955bf59df8493e354835e"/><file name="Resource.php" hash="4ac17998993d0c9a5a0690bc8c77e9d1"/><file name="Session.php" hash="fb96d39b3a8cef4205474a98ecebd144"/><dir name="Setup"><dir name="Query"><file name="Modifier.php" hash="44b7c36844f229c40394740587929c74"/></dir></dir><file name="Setup.php" hash="787f5a3eb042db94505f96ac42db9b14"/><dir name="Store"><file name="Collection.php" hash="54d533777bc6d1a6889c8b5ca0d222b5"/><dir name="Group"><file name="Collection.php" hash="15491c2013c6a6ab07286460754159c4"/></dir><file name="Group.php" hash="d554023d178848ce5ca2140f24ee08bc"/></dir><file name="Store.php" hash="be10c47818945a3c394de6b14205bfbf"/><file name="Transaction.php" hash="cefaa492a6931b909bcbe43fb23b7cf5"/><dir name="Translate"><file name="String.php" hash="4fb1b9888072a4ecac8060fbc06c2c1d"/></dir><file name="Translate.php" hash="491422852abf1b538c3ce9303aad691f"/><dir name="Type"><file name="Abstract.php" hash="412720f42b6e7764d1c011d2d511b0d5"/><dir name="Db"><dir name="Mysqli"><file name="Setup.php" hash="d01d7091d7feddc1999bfc5e6b67bfc5"/></dir><file name="Mysqli.php" hash="42118979ffedd9d74af7f8f00bff5c0f"/><dir name="Pdo"><file name="Mysql.php" hash="fc30331ae3fb4017350bcd7316352e2d"/></dir></dir><file name="Db.php" hash="1e44403bc150211cab14cbeae18b6284"/></dir><dir name="Url"><dir name="Rewrite"><file name="Collection.php" hash="664a4dc69b789a54ab4d34200f7948eb"/></dir><file name="Rewrite.php" hash="8f5aca345c347729383b8d2d6e2bfe91"/></dir><dir name="Variable"><file name="Collection.php" hash="d2dcb7f8367660a91d2ba839c9335759"/></dir><file name="Variable.php" hash="e1fb704529a7bf89a2669c98f07e9ef1"/><dir name="Website"><file name="Collection.php" hash="7a1e0c9834abe82fd77048cec17c4065"/></dir><file name="Website.php" hash="f31c609dc438ffb85aef7f85bb5232ed"/></dir><file name="Resource.php" hash="61f46264b3960f2bcd0f833bc217e970"/><dir name="Session"><dir name="Abstract"><file name="Varien.php" hash="5eafdbab0a4026248ff6a8de02546b7f"/><file name="Zend.php" hash="308121e8779976839c934e0c16518b7d"/></dir><file name="Abstract.php" hash="a306fb7a03da891958a90b69e4a5fdd3"/><file name="Exception.php" hash="59096fe50130f11abc218a64ebe0ee67"/></dir><file name="Session.php" hash="ad5a6a72ae0518af7d395e6fcfc464d5"/><dir name="Source"><dir name="Email"><file name="Variables.php" hash="b40a9e0556aa5a24e2aa468cd751194b"/></dir></dir><dir name="Store"><dir name="Api"><file name="V2.php" hash="3276c225c886ec37bcddff88dfe15df9"/></dir><file name="Api.php" hash="2ef30e8c26d0adbc6c466a7337f06c48"/><file name="Exception.php" hash="0d747454f89ef177b236990f19cb7cef"/><file name="Group.php" hash="6b74dc352c2213766df7652d3e083ff3"/><file name="Observer.php" hash="244bedfc67c9ac43ecaec12a8608de24"/></dir><file name="Store.php" hash="a9a8fc6bb2bfc5e36a3ef422ad6f8a95"/><file name="Template.php" hash="81e65c8fc1031934b60e247e0e1fdd5f"/><dir name="Translate"><file name="Expr.php" hash="2a117cccef1a6ab682fd73b1acc89def"/><file name="Inline.php" hash="8345d8ba75f9cd6b4b45e224d59c2b4b"/><file name="String.php" hash="e401d418b36493f848e6ccba1358036c"/></dir><file name="Translate.php" hash="54572b8ba781ef910f971c6a18beb7c8"/><dir name="Url"><dir name="Rewrite"><file name="Interface.php" hash="08e0834eaee034a87be8604d1bc8d901"/><file name="Request.php" hash="d8f45b1dcd8848b2bd24e3298fc75070"/></dir><file name="Rewrite.php" hash="f0fe824fca3d0338e2a0d6ec9be46517"/><file name="Validator.php" hash="7af861b5f389f89b536cc5fbc1739c20"/></dir><file name="Url.php" hash="4f889f4d846ebc75d9fb9eaa822b8168"/><dir name="Variable"><file name="Config.php" hash="4075faabca0e20fe76827a3095ce175b"/><file name="Observer.php" hash="ce61d65967521416c9e874347a846ecc"/></dir><file name="Variable.php" hash="bdb3c379197b11ddf080990a97611cb0"/><file name="Website.php" hash="c20335c1f4603ac2ef62e11a0142e5a2"/></dir><dir name="controllers"><file name="AjaxController.php" hash="67978710598fe230d78de970f85cce5d"/><file name="IndexController.php" hash="1f5f23e4271356aac35b1313f0c89dda"/></dir><dir name="etc"><file name="api.xml" hash="6dc71fb8833e6220073a74bd21307fb4"/><file name="config.xml" hash="a5bdb3d6c5008012b8f26f297d6b0076"/><file name="jstranslator.xml" hash="065dd32015cd42b954cdfaa462b9694f"/><file name="system.xml" hash="f16c0ab4179add0551431da6d4d33b9b"/><file name="wsdl.xml" hash="79501d6ccf39846b5dd551e85880dcb8"/><file name="wsi.xml" hash="31fa195d527181c946019bcd44d819d6"/></dir><file name="functions.php" hash="77b47d6fa42652e57f88bd88d7ffe70e"/><dir name="sql"><dir name="core_setup"><file name="install-1.6.0.0.php" hash="2b51646dccb96d354dab5a38b244408c"/><file name="mysql4-data-upgrade-1.6.0.2-1.6.0.3.php" hash="f0eb9dce64044a7b761d1d60e0e0fe1d"/><file name="mysql4-install-0.7.0.php" hash="7ab7dc4d1925db4e9aac4711df7b31c1"/><file name="mysql4-install-0.8.0.php" hash="f497c41050f784dd93923a256146bba7"/><file name="mysql4-upgrade-0.6.26-0.7.0.php" hash="69a4c05b21c5010c16b751fe40e97d6e"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="12f77ecb3a152c10ed6a2b50934a6dca"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="021ba977607d5ff0bb5805194bce1b40"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="796a960c02465cce55d3788ef4198ee3"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="bf4c8e9a70fa652c973231fbbcaf49ca"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="bdde8ae525eca81e0145190dfc519a5d"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="8b7eb2e4a13c02909cab3102e703f580"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="c101ab1cbfd842407066c232135fbe27"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="af0f52ed1ebf3ab16f2c6cdff534e99d"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="c25e8c379e3cc5957b4479c31e8b5cf8"/><file name="mysql4-upgrade-0.8.1-0.8.2.php" hash="33001787274ddb335cc3590df243db95"/><file name="mysql4-upgrade-0.8.10-0.8.11.php" hash="5dc04329e29a5ecf8cbf633ac4ac5911"/><file name="mysql4-upgrade-0.8.11-0.8.12.php" hash="dbe964d362065c653fff366bafcac29d"/><file name="mysql4-upgrade-0.8.12-0.8.13.php" hash="51779a315451a857025b8ae8bf3fad59"/><file name="mysql4-upgrade-0.8.13-0.8.14.php" hash="39427839177b40e7999020a3ee1187e0"/><file name="mysql4-upgrade-0.8.14-0.8.15.php" hash="7a3e9c57cf31873c2ba1a1882332a750"/><file name="mysql4-upgrade-0.8.15-0.8.16.php" hash="52f376031586894ed946641eed16839a"/><file name="mysql4-upgrade-0.8.16-0.8.17.php" hash="1c066c14c450a400a9a201e0d48d76c2"/><file name="mysql4-upgrade-0.8.17-0.8.18.php" hash="d88223d4e64d5211858e36a2fc80800f"/><file name="mysql4-upgrade-0.8.18-0.8.19.php" hash="fdbfa14985325e3dfbd050a1762df926"/><file name="mysql4-upgrade-0.8.19-0.8.20.php" hash="b16456e71b1119d839b5a7fc4473036e"/><file name="mysql4-upgrade-0.8.2-0.8.3.php" hash="df94eeb441837b24d776a9e924002931"/><file name="mysql4-upgrade-0.8.20-0.8.21.php" hash="10d80f0b3d05a0f8f2f6489beb7667fa"/><file name="mysql4-upgrade-0.8.21-0.8.22.php" hash="317400bee1ae5ac8256430cd5a6556e9"/><file name="mysql4-upgrade-0.8.22-0.8.23.php" hash="e392bf8fd7c18816c5933ae651622e75"/><file name="mysql4-upgrade-0.8.23-0.8.24.php" hash="1e5929a0b921b3d2deb641e929e1f90e"/><file name="mysql4-upgrade-0.8.24-0.8.25.php" hash="fc6078d5e67977e33d1525be18798506"/><file name="mysql4-upgrade-0.8.25-0.8.26.php" hash="0cf901e20c9efa73562994321d5748ac"/><file name="mysql4-upgrade-0.8.26-0.8.27.php" hash="ec364551ab3331f9a0cba7ee85b96e18"/><file name="mysql4-upgrade-0.8.27-0.8.28.php" hash="5f21cf970809212d63ee2fabe2be64cc"/><file name="mysql4-upgrade-0.8.3-0.8.4.php" hash="654ac054f9a1fd5f62f4ad1f74f8ad80"/><file name="mysql4-upgrade-0.8.4-0.8.5.php" hash="67311ac82db534b52bc1a2f196635643"/><file name="mysql4-upgrade-0.8.5-0.8.6.php" hash="8348dcccf8f1be3b014a14d17b485df1"/><file name="mysql4-upgrade-0.8.6-0.8.7.php" hash="b67ae7010b3309d9ce4eb774d4824f75"/><file name="mysql4-upgrade-0.8.7-0.8.8.php" hash="f9e66c4e66a74abed636d5f71d0700ee"/><file name="mysql4-upgrade-0.8.8-0.8.9.php" hash="306876999ab09a92c70558588d36a16d"/><file name="mysql4-upgrade-0.8.9-0.8.10.php" hash="b7f8e3fa5d94dcf0715e83b6ad5ab5d5"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="2ae024d29249264fa7c033f0536e4cad"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="b4b1087bb4689d8c2f3a5c65389bc3b1"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="4ee74a03dae6fd0bf2a3eea5ba4de599"/><file name="upgrade-1.6.0.3-1.6.0.4.php" hash="0e45d0bcadd0d7c7b0177108c0f4d836"/><file name="upgrade-1.6.0.5-1.6.0.6.php" hash="4780c8dc123edd977aa2cc3c1c79a044"/></dir></dir></dir><dir name="Cron"><file name="Exception.php" hash="759effa67bb6a06e955f5affe7c1719d"/><dir name="Helper"><file name="Data.php" hash="76bf7d1c0349e8c39a1099147a613b6b"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Schedule"><file name="Collection.php" hash="1efd6a398d3d0c5200ee03ad1ea06d02"/></dir><file name="Schedule.php" hash="6e1bc25964fe7496872a42724f9ac21f"/></dir><file name="Observer.php" hash="3370df879f0b9e4d56567b289b41b479"/><dir name="Resource"><dir name="Schedule"><file name="Collection.php" hash="8fa1ae0721d710a17c426fe68ce4f386"/></dir><file name="Schedule.php" hash="c3569d6b206132176279e597cc5800cb"/></dir><file name="Schedule.php" hash="b2cc0a3e2ef8fbbe4c092e5d66d903cb"/></dir><dir name="etc"><file name="config.xml" hash="c37978e253c45ab5718c308854e6b257"/><file name="system.xml" hash="19523090595fb6ec6ad3367d2e502619"/></dir><dir name="sql"><dir name="cron_setup"><file name="install-1.6.0.0.php" hash="389a12c99772697e50e388fcade1fe82"/><file name="mysql4-install-0.7.0.php" hash="8b85b9c8282a17ee1be03725fbac9dec"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="4d66182c7ff3eb4e71f1049609835939"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="d4de8a2b1bad18def45867602eb44c6a"/></dir></dir></dir><dir name="CurrencySymbol"><dir name="Block"><dir name="Adminhtml"><dir name="System"><file name="Currencysymbol.php" hash="24ab0e3878453bb78d2fc5a108617010"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="3197a699a5034d5563935ebc2ded5553"/></dir><dir name="Model"><file name="Observer.php" hash="20dcbebee4ac6a536425b9cf2943fb6e"/><dir name="System"><file name="Currencysymbol.php" hash="1764214261296d076577b14c3959c52f"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="System"><file name="CurrencysymbolController.php" hash="e37e17a5b92e05ba8691b7fb95d0279d"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="0617e7d629ee7d48f3fd81de88f306f1"/><file name="config.xml" hash="367222e85a4d3f574d0d26820ba83447"/></dir></dir><dir name="Customer"><dir name="Block"><dir name="Account"><file name="Changeforgotten.php" hash="afd548531df341fd1e8070fdecbe8a61"/><dir name="Dashboard"><file name="Address.php" hash="9ce0965d547abc59f1fda2e29f13f6e0"/><file name="Block.php" hash="5bd89c90675cb15b4d94457bdc2a6a0f"/><file name="Hello.php" hash="44065de3f6a84de0ae023b473837e0d4"/><file name="Info.php" hash="5fa9c421dfdede1fdc71bf92f3859416"/><file name="Newsletter.php" hash="c73051e881485a4dbe9c2e2484464a00"/><file name="Sidebar.php" hash="125e73de038a24130ebe7d5e369bfab5"/></dir><file name="Dashboard.php" hash="ede59c8d7fd8b05f60b7bf5f2aefc3b3"/><file name="Forgotpassword.php" hash="af2a04d9d52ab6f14b89341f981bd215"/><file name="Navigation.php" hash="b55cdf7e429fa516fe896cc36b16675a"/><file name="Resetpassword.php" hash="4367a9210270077581bdcb2ab56d0e26"/></dir><file name="Account.php" hash="2cecef27cbe5418fdb56666d024b45e0"/><dir name="Address"><file name="Book.php" hash="c2a636323f0e05f3d3cb2ceb2eaac969"/><file name="Edit.php" hash="17bd55480ff0d4b11aa9dde46316b8d8"/><dir name="Renderer"><file name="Default.php" hash="49c787647da30cdabe498d2d69908f72"/><file name="Interface.php" hash="725312f20f1eac81dd1df07f01b6de76"/></dir></dir><dir name="Form"><file name="Edit.php" hash="703d8ea282ce1d373bfc513995d6bad4"/><file name="Login.php" hash="49da15c82055d460a6be79483aaebf65"/><file name="Register.php" hash="40fbbca41d6a1b95569bbdf6b81c232d"/></dir><file name="Newsletter.php" hash="002da07dab44a323282812e6caffd2cb"/><dir name="Widget"><file name="Abstract.php" hash="2b92db76b44b63da26df163aad4828d2"/><file name="Dob.php" hash="1315717062e39b9900a0cef0db9ba6f2"/><file name="Gender.php" hash="38752fe51147a1444b23edc041f05d26"/><file name="Name.php" hash="b410947579b7debee5abb12e83c6d948"/><file name="Taxvat.php" hash="da5382aecaadc5903ccfa39c20403275"/></dir></dir><file name="Exception.php" hash="21614d51e3c40c6c7981839e32280c7f"/><dir name="Helper"><file name="Address.php" hash="c2f1fdaff2797a4e0a368f2feadd96ec"/><file name="Data.php" hash="4bd6c13e5cd349d871e620817ad9b6e8"/></dir><dir name="Model"><dir name="Address"><file name="Abstract.php" hash="da328b171183c0468ef7b05a3c3f4484"/><dir name="Api"><file name="V2.php" hash="06edbe18183127d0b4d6121a9df1d984"/></dir><file name="Api.php" hash="e90b78d3725262aa81d74abfb72cc2c6"/><file name="Config.php" hash="58959c9bb2c61e4e2d77ec32767ba8a4"/></dir><file name="Address.php" hash="c6a9faf446f9b9d40925a762b851b40f"/><dir name="Api"><file name="Resource.php" hash="e1cdf4da520ba9aafcfb8b97ad0e7597"/></dir><dir name="Api2"><dir name="Customer"><dir name="Address"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="e632c5e221f9ba64f146a2287665cb4b"/></dir><dir name="Customer"><file name="V1.php" hash="3bc2b33c54104ff45525a730a9caf4ab"/></dir></dir><file name="Rest.php" hash="7f6a01e878789150727cf7ade5202379"/><file name="Validator.php" hash="5cbe7db48684fc170391331bd9a6b483"/></dir><file name="Address.php" hash="0e2f0b41493ecef083de5ae34e5b599e"/><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="5e395d08b9305a2ec81e1ba6f3ae8974"/></dir><dir name="Customer"><file name="V1.php" hash="1c0f1ad383218830b63fc6e677457fdb"/></dir></dir><file name="Rest.php" hash="04926ac1ae99defa2da559c98d3dc71b"/></dir><file name="Customer.php" hash="3863c2425dddd7f9da0993464638ccf3"/></dir><dir name="Attribute"><dir name="Backend"><dir name="Data"><file name="Boolean.php" hash="70eb9436d8f4facfd5cc445d6f0b98c2"/></dir></dir><dir name="Data"><file name="Abstract.php" hash="f54fee1603fb8184dbeb3241eb89fc05"/><file name="Boolean.php" hash="c250e3f93d3c70e274df3b29afefe7a5"/><file name="Date.php" hash="0fe2343e11cf58471f9b83b80bb3716f"/><file name="File.php" hash="bf33643502af59cb3516db75edf152bb"/><file name="Hidden.php" hash="8993d7375feaed72b945855d195f6ee6"/><file name="Image.php" hash="d128cc3cc434c861633441cb328745f5"/><file name="Multiline.php" hash="47d7014a52de8392b04e94bc836edb82"/><file name="Multiselect.php" hash="5750e187e8faa327326b2a13de135f5f"/><file name="Postcode.php" hash="3b94b67324103cf88cdf809725bb5ff4"/><file name="Select.php" hash="8df283571c392572ec7ba8e7fbcbb969"/><file name="Text.php" hash="2f5ede81c4f2aeb57e3de7f9970b0d10"/><file name="Textarea.php" hash="c69ae89a0143e309c842024c1af14a95"/></dir><file name="Data.php" hash="8dfd8b299392345566aafc827cbf93ba"/></dir><file name="Attribute.php" hash="fa5a67f06238ac42c8c4657171c75335"/><dir name="Config"><file name="Share.php" hash="82417f00ae1eb4281b46d05bf740d561"/></dir><dir name="Convert"><dir name="Adapter"><file name="Customer.php" hash="87393f75993ac11fbfd288a6285f3a43"/></dir><dir name="Parser"><file name="Customer.php" hash="31e8e6b5d796a4aba78d78775a7363fa"/></dir></dir><dir name="Customer"><dir name="Api"><file name="V2.php" hash="a6a75423c865d8bea6cd00bc5620eabb"/></dir><file name="Api.php" hash="4ff1d6ed8f809d75b75567dc971cd754"/><dir name="Attribute"><dir name="Backend"><file name="Billing.php" hash="81340c2f1a0a480cc8184d223c27611d"/><file name="Password.php" hash="91dd6ae5135259fc5b99615adcaa07b3"/><file name="Shipping.php" hash="a478e65af66345c28d241ee7c6575a6f"/><file name="Store.php" hash="05088dce615bd527b07a9ce5bde2afea"/><file name="Website.php" hash="be631641da0b44a7c7a889fdc7eada13"/></dir><dir name="Source"><file name="Group.php" hash="66daa579d90be35ee75d85120f445ab4"/><file name="Store.php" hash="02345b70624880213689448e826dbb76"/><file name="Website.php" hash="6400663afe89014aebdfe9acbe650cc6"/></dir></dir></dir><file name="Customer.php" hash="95957bf577f68e494ca095e28a569fdf"/><dir name="Entity"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Region.php" hash="bc9820ba09ef61d77bab26bcfe14ba85"/><file name="Street.php" hash="f8c38d56ecceb14e726051e19115a149"/></dir><file name="Collection.php" hash="e0204017faabe435cf9cf46559994bd3"/><dir name="Source"><file name="Country.php" hash="ee535a91d87d292072607c8dcffa8738"/><file name="Region.php" hash="242c8feb30cf5239fbc1cf08d534d968"/></dir></dir><file name="Collection.php" hash="a0fbbf6c26ac43d5a3bd1d4590ec651b"/></dir><file name="Address.php" hash="d0f14c033c3699ad5bcc000186e982e3"/><dir name="Attribute"><file name="Collection.php" hash="59e04dc589aecfa4d4da748a55d1f4b1"/></dir><file name="Attribute.php" hash="7d4aaffe1d6d14292f8e85ccb17b32d6"/><dir name="Customer"><file name="Collection.php" hash="3e422e12f1b6cc4f4d76fa2717e0c543"/></dir><file name="Customer.php" hash="876dbd2c21e3192b1d08f58e9549871b"/><dir name="Form"><dir name="Attribute"><file name="Collection.php" hash="7ef80005321826f3412e732909b22aa7"/></dir><file name="Attribute.php" hash="566a6535af7b312755473ad1da0786ca"/></dir><dir name="Group"><file name="Collection.php" hash="e71d4e31cab614ee779a70de6759e8eb"/></dir><file name="Group.php" hash="84486f3d4335f5dcaf1a9e68b1dd5769"/><file name="Setup.php" hash="f1a8a798768c4a34b95dde0636b03c45"/><dir name="Wishlist"><file name="Collection.php" hash="9ae6de30c22d686f607a09b03b9f45f0"/></dir></dir><file name="Form.php" hash="ee254fcad2224bf97c048e71e4a56847"/><dir name="Group"><dir name="Api"><file name="V2.php" hash="435d05b9ae54f002a16228d8b55b00ab"/></dir><file name="Api.php" hash="09515a19ae69484091441ed76a303a7e"/></dir><file name="Group.php" hash="d76f6ab9b62ae204b8b2d884fb25721d"/><file name="Observer.php" hash="1c8bdf8ee4ab18522be7391809f376d3"/><dir name="Resource"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Region.php" hash="ad8aa54d21b37e5410df0d466a18af29"/><file name="Street.php" hash="4a7e205bac5f5d12adc30ccfa4b1e519"/></dir><file name="Collection.php" hash="810cdd0fe1151d66ab3e02f2f0808da4"/><dir name="Source"><file name="Country.php" hash="c3e00ed143c432b4b0affc8f2bfabc4f"/><file name="Region.php" hash="58e105c963fc47d7449feae4216a13d4"/></dir></dir><file name="Collection.php" hash="804eb23284e0f743b7a4a6cda72fb8a3"/></dir><file name="Address.php" hash="e61fa559cb446c918100f7127cf3301e"/><dir name="Attribute"><file name="Collection.php" hash="7d2045a59aac1cdbaaef1b14cd4b3508"/></dir><file name="Attribute.php" hash="45ee8e635981c158f5e9437625109239"/><dir name="Customer"><file name="Collection.php" hash="25d268d0fd6843f908c957786e9d91f1"/></dir><file name="Customer.php" hash="fe2f0384017c709f1e787a155b339cad"/><dir name="Form"><dir name="Attribute"><file name="Collection.php" hash="21f5d83f3e137bfa1f52945f40b857c5"/></dir><file name="Attribute.php" hash="7d08e7717fca320fe291328ff095ccfc"/></dir><dir name="Group"><file name="Collection.php" hash="b6ff900dda4b65a4904a015e6da8699a"/></dir><file name="Group.php" hash="cdcea6325ba974eeeb1da08be2f4cbcd"/><file name="Setup.php" hash="c595d048d70bbc5a321e619e218633e4"/><dir name="Wishlist"><file name="Collection.php" hash="e6e5e3aff48d7adae2d07734b27fd7b4"/></dir></dir><file name="Session.php" hash="a0abece3eb1131eab8484e6efbb66ae9"/></dir><dir name="controllers"><file name="AccountController.php" hash="b4b4b5ed68eb46a5dc9e2a05181f993d"/><file name="AddressController.php" hash="9bb10f9a94ac1475dd211fdaaa49654b"/><file name="ReviewController.php" hash="b9ad8fb80d2a62fa84ea14fbf1ad7dce"/></dir><dir name="data"><dir name="customer_setup"><file name="data-upgrade-1.6.2.0.2-1.6.2.0.3.php" hash="62e88c60b64ee8d1c6b4e059980aba5d"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="29865a1b995cad87d512b75d1dfce81e"/><file name="api.xml" hash="ea58d0c0bfefd5eb50e8881f1ddcf5d2"/><file name="api2.xml" hash="a2ce3a0ce85b54bfeb06989e500d0359"/><file name="config.xml" hash="3af66649eb24fa5f0376dba1cf20f5f7"/><file name="system.xml" hash="6d1642b9ceab32a470cedba99493bad3"/><file name="wsdl.xml" hash="b31ebf1de4a58469781b383f455991f5"/><file name="wsi.xml" hash="4c81aee30c525677be5c38e078b98408"/></dir><dir name="sql"><dir name="customer_setup"><file name="install-1.6.0.0.php" hash="f030c0a01ffff464dd68cdc9e831432a"/><file name="mysql4-data-upgrade-1.4.0.0.11-1.4.0.0.12.php" hash="d6690c1c2405e43bcfd998b3ccfe2e2c"/><file name="mysql4-data-upgrade-1.4.0.0.13-1.4.0.0.14.php" hash="419428a99222db660f44db9dc14d8d03"/><file name="mysql4-data-upgrade-1.4.0.0.7-1.4.0.0.8.php" hash="b5c2557c1774511802aa848c06426316"/><file name="mysql4-data-upgrade-1.4.0.0.8-1.4.0.0.9.php" hash="f9fa64bbac8f0ad81ed988fb1e829615"/><file name="mysql4-install-0.7.0.php" hash="fe6714b410d13e58435e7863a1ee0949"/><file name="mysql4-install-0.8.0.php" hash="bef450c2c4f02acd669cd16a7fc6bb3b"/><file name="mysql4-install-1.4.0.0.0.php" hash="ff4d6f8b8626c41cec7489b75513f765"/><file name="mysql4-upgrade-0.6.1-0.7.0.php" hash="7dcfeef2b5547eb10d1b4e790ba4af49"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="544dde1e80fe8972e44b1c2b66e2ab8e"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="1de135c987252d37f311fe9706cbf0ef"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="5935a12c2aa42fa77f2dced04d9e927d"/><file name="mysql4-upgrade-0.8.10-0.8.11.php" hash="ca2530726a6b51bb5258a916ede51497"/><file name="mysql4-upgrade-0.8.11-0.8.12.php" hash="b2c46ffb6ca6c0fa1da2b684f7eb85e0"/><file name="mysql4-upgrade-0.8.12-1.4.0.0.0.php" hash="4621dbc4f71faff8a8254525d4f0029f"/><file name="mysql4-upgrade-0.8.4-0.8.5.php" hash="cf2d0fbeb510160cc0558d573a1e1e6b"/><file name="mysql4-upgrade-0.8.5-0.8.6.php" hash="05524183465cfe10f642fbad5f50e5de"/><file name="mysql4-upgrade-0.8.6-0.8.7.php" hash="bb4f09bed5a2ad64f4fb4493f7529408"/><file name="mysql4-upgrade-0.8.7-0.8.8.php" hash="6dc786a1ca7f9c72dd1a561428028a4d"/><file name="mysql4-upgrade-0.8.8-0.8.9.php" hash="3ce5ef3e4c709ea62122184218b9fd5e"/><file name="mysql4-upgrade-0.8.9-0.8.10.php" hash="540ded9ee33489a8f094ecaeb244fdcb"/><file name="mysql4-upgrade-1.4.0.0.0-1.4.0.0.1.php" hash="b4064477612c5f90851a0ef9c8c786ea"/><file name="mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php" hash="d0814e6b30578efed3d3c7b54cab7318"/><file name="mysql4-upgrade-1.4.0.0.10-1.4.0.0.11.php" hash="000f775834fb6cdabec6fd465abbd585"/><file name="mysql4-upgrade-1.4.0.0.12-1.4.0.0.13.php" hash="c947337e7ca912c2efe283eb069d73c8"/><file name="mysql4-upgrade-1.4.0.0.2-1.4.0.0.3.php" hash="50da11d37dbc9cd409717454ee041fd4"/><file name="mysql4-upgrade-1.4.0.0.3-1.4.0.0.4.php" hash="fca97f8f4649d39788c920b26ab0568c"/><file name="mysql4-upgrade-1.4.0.0.5-1.4.0.0.6.php" hash="41737edd96d202ad82de7d50d1957b31"/><file name="mysql4-upgrade-1.4.0.0.6-1.4.0.0.7.php" hash="0189c8654f200d022214203f198256ce"/><file name="mysql4-upgrade-1.4.0.0.7-1.4.0.0.8.php" hash="fbaabca3a10baa14e420f22d5f50f977"/><file name="mysql4-upgrade-1.4.0.0.8-1.4.0.0.9.php" hash="4cf046db6ce86020e5815523686e0da8"/><file name="mysql4-upgrade-1.4.0.0.9-1.4.0.0.10.php" hash="3d73916e9441225cd7910aaa37e21618"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="b072ac8b309ccb0f03b9e87cdf009ddc"/><file name="mysql4-upgrade-1.6.0.0-1.6.1.0.php" hash="a90ad117bc5623c393239c21fc4af12d"/><file name="upgrade-1.6.1.0-1.6.2.0.php" hash="a8cb13a8cd84b653cb4e1afedb8e2fb3"/><file name="upgrade-1.6.2.0-1.6.2.0.1.php" hash="352bd7c8fc6ce481d8a999bd255e5157"/><file name="upgrade-1.6.2.0.1-1.6.2.0.2.php" hash="d53285c0f27ab799300d0b957de9ea88"/><file name="upgrade-1.6.2.0.3-1.6.2.0.4.php" hash="9aa83a4353bcf779cbcff36b46bd92cb"/></dir></dir></dir><dir name="Dataflow"><dir name="Helper"><file name="Data.php" hash="368b22823f37650696c57f4ac1e57848"/></dir><dir name="Model"><dir name="Batch"><file name="Abstract.php" hash="46607ede4c72d69a2158e47baf0333c2"/><file name="Export.php" hash="cb294bae35300f267cf00a8a47b80e88"/><file name="Import.php" hash="a4873524bbeb7d058720ff2764bb4796"/><file name="Io.php" hash="972a1d2e31b294f682c35298dbc42b31"/></dir><file name="Batch.php" hash="ee8749bb049b1f5576eec3e303f9eeec"/><dir name="Convert"><dir name="Action"><file name="Abstract.php" hash="bd7c077c94c20c1fb4a9fa8801050200"/><file name="Interface.php" hash="cd8ca7616453f7407b8fce1ad87d29a8"/></dir><file name="Action.php" hash="2f30483f859a6e24e39e87fb6f189fbb"/><dir name="Adapter"><file name="Abstract.php" hash="a3e1efa7a602266ed22eaee585ee587b"/><dir name="Db"><file name="Table.php" hash="d2dc72f621641690b1af9983ee5af847"/></dir><dir name="Http"><file name="Curl.php" hash="d1c052a41665f8bd01fcff71974fecd0"/></dir><file name="Http.php" hash="2df118423adcb90e0ed590a1030cbf7a"/><file name="Interface.php" hash="bfd660358311db096a121c67ce35115b"/><file name="Io.php" hash="4b6fc3dea718c529ada04f7afa3ddfb7"/><file name="Soap.php" hash="29a20130219bda936090f206fd637dc8"/><file name="Std.php" hash="0c5ed82e35b6b6acc06a2de1f1def8e5"/><dir name="Zend"><file name="Cache.php" hash="fa396f99dbe29f0d59f9d80c36c15748"/><file name="Db.php" hash="a240277fbf5b2a7d0a69ee0d1250f5dd"/></dir></dir><dir name="Container"><file name="Abstract.php" hash="162f843c2ac0ed722f0f3c634e233af4"/><file name="Collection.php" hash="48c397a7024c9ee91e461fa2ee52fc5c"/><file name="Generic.php" hash="baeb8ed3a12ece05aa5bfd5d3ce41493"/><file name="Interface.php" hash="2530dab05048136ebde9149720faab4a"/></dir><file name="Exception.php" hash="45f16193c156519088f633868068cdb3"/><dir name="Iterator"><dir name="File"><file name="Csv.php" hash="113bc62fbcce90bc467d413a0acfc380"/></dir><file name="Http.php" hash="0123ae9052c70e6272cce19821a98e9b"/><file name="Interface.php" hash="a10e3eb2e3f47d12b83b4c6a2405e1d1"/></dir><file name="Iterator.php" hash="40e7384a0cbc1243cc5c8896bc6621d7"/><dir name="Mapper"><file name="Abstract.php" hash="457f78d498523f573eb9b0e3f80b030d"/><file name="Column.php" hash="290b521a146c9080004c99e67fe575b8"/><file name="Interface.php" hash="14121fb00d1079df612814a010b5f85b"/></dir><dir name="Parser"><file name="Abstract.php" hash="612aac1710f3b13a15715177b3c2760a"/><file name="Csv.php" hash="d25a6d1c26ef33401b07018179922acf"/><file name="Interface.php" hash="a3e666a62da28ca1fe7d8cafbf8385a6"/><file name="Serialize.php" hash="c2aa7fde1757309516ffdec343999f6e"/><dir name="Xml"><file name="Excel.php" hash="ee03bff7e513050d29f364b4f848584d"/></dir></dir><dir name="Profile"><file name="Abstract.php" hash="beb70a2209b6d75ee52ab64bf598cc6a"/><file name="Collection.php" hash="396ee52d8a57be7362e0ed9ff88e48b7"/><file name="Interface.php" hash="e5a255c5eb5c537223ce28f3a2b6fa9c"/></dir><file name="Profile.php" hash="2f5cde6325fbfcec39c3e0db471de290"/><dir name="Validator"><file name="Abstract.php" hash="5955b6616bd164f0e5b3449f72f9d6b1"/><file name="Column.php" hash="c941e38a51ebd2e00b053c3f356ade0a"/><file name="Dryrun.php" hash="a2640b10555c56b8486c175e6b0c8271"/><file name="Interface.php" hash="b16458e7aadf16f728dccbc9ba97440d"/></dir></dir><file name="Convert.php" hash="d5f04251ce41de12922586ff724c599f"/><file name="Import.php" hash="7df142e664b441418f6c05d115589467"/><dir name="Mysql4"><dir name="Batch"><file name="Abstract.php" hash="682c63b9a666363017ed04db1984d0d0"/><file name="Collection.php" hash="2a7cbf1fd3ec58ef7a1e3750f8d19073"/><file name="Export.php" hash="8a922d9e1182aff7b78d0c8813b71024"/><file name="Import.php" hash="7f937b0f94b7e9b12e50feb84ced3836"/></dir><file name="Batch.php" hash="3cc038415c83eff76b4d90553ed10cc2"/><file name="Catalogold.php" hash="591964b15a1ce337d10012b4f6c87300"/><dir name="Import"><file name="Collection.php" hash="b2182bac22a6c7cedf3af66696914e50"/></dir><file name="Import.php" hash="29450ac24054a9860b4a5b1c9f3a948e"/><dir name="Profile"><file name="Collection.php" hash="179cdff4d30e1f03000a8207e37cb0d2"/><dir name="History"><file name="Collection.php" hash="e27704f0e373b3c98ef8b3ca8836a1e3"/></dir><file name="History.php" hash="bee01a215b7a815f0998e44e252e9527"/></dir><file name="Profile.php" hash="a36d091e96d9857348b80302e19c5739"/><file name="Session.php" hash="10c586a7ecb70852ca98041a49878364"/></dir><dir name="Profile"><file name="History.php" hash="13848bd124cd90fc231b781945218d21"/></dir><file name="Profile.php" hash="14c7ae268e4bbee2bf336f2c4b29b014"/><dir name="Resource"><dir name="Batch"><file name="Abstract.php" hash="6dea99797296945d6cc0e597a79f255d"/><file name="Collection.php" hash="5a70491d0c332da7d0bbe327d76191e5"/><file name="Export.php" hash="9b257d06e0e3038a102d87767a3af733"/><file name="Import.php" hash="d0d49338e90a07a4d7286fd969276adc"/></dir><file name="Batch.php" hash="933890a18a7e39cccc7432d331aeccb2"/><dir name="Import"><file name="Collection.php" hash="a3a622645804d700404f2db099a173cb"/></dir><file name="Import.php" hash="a1ed7715c4aae3885273bd04603f1230"/><dir name="Profile"><file name="Collection.php" hash="80c4bdb27cd2d7cf2d827a71ad1aa8ea"/><dir name="History"><file name="Collection.php" hash="f920074bc69cf5bbde60eab8a5a8524c"/></dir><file name="History.php" hash="dd82d3849c20e4cf677740ee8b13c0e8"/></dir><file name="Profile.php" hash="2e1ec88afbafbab6131fb454cabb6049"/><file name="Session.php" hash="621fe14cb41566ccd9602a3a615bc8c1"/></dir><dir name="Session"><dir name="Adapter"><file name="Http.php" hash="c149d24012daa5e5c98abecd36181429"/></dir><dir name="Parser"><file name="Csv.php" hash="f0c03f8445a4d7c6c3d8b4aebafa8d53"/></dir></dir><file name="Session.php" hash="ed6db7114fdeb4e4ddd1a41d789b433c"/></dir><dir name="data"><dir name="dataflow_setup"><file name="data-install-1.6.0.0.php" hash="12e2c025361b779c08a83af84a5f140e"/></dir></dir><dir name="etc"><file name="config.xml" hash="371403721e26c09341c608b96bba54eb"/></dir><dir name="sql"><dir name="dataflow_setup"><file name="install-1.6.0.0.php" hash="cf956bf66c1398a4274c57a3e6174ce0"/><file name="mysql4-install-0.7.0.php" hash="4039d1da95c6a9b9f242b60e3f671c5b"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="51859ada967d4e330154c014192763d6"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="eedac328c066ef50a5075e819100352e"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="c0cb8e89953b0a3ee25a47003d87cd8f"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="efbedaab762c0530bf3b3c95edc87273"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="2c5ab1d98ca3b3bfa7234db66c5d29c5"/></dir></dir></dir><dir name="Directory"><dir name="Block"><dir name="Adminhtml"><dir name="Frontend"><dir name="Currency"><file name="Base.php" hash="b4666c1c91897e93866ef80f5643340b"/></dir><dir name="Region"><file name="Updater.php" hash="e752b17352154f43cf268aacb9fc6314"/></dir></dir></dir><file name="Currency.php" hash="ec00cb86f7902c06fd473911d7afa874"/><file name="Data.php" hash="b35a79f2b6542991b505e473bb292271"/></dir><file name="Exception.php" hash="a72b1813076a801321e73ac353f41bf0"/><dir name="Helper"><file name="Data.php" hash="ea40bc2ae5c1879cb1c8e7bf9f342151"/><file name="Url.php" hash="aa8c796d918fd596ef5a814256d48d85"/></dir><dir name="Model"><dir name="Country"><dir name="Api"><file name="V2.php" hash="82e98d003a5c56c11b19ec55051318b7"/></dir><file name="Api.php" hash="512ffb0142e4f4bd48f13504a5f454d6"/><file name="Format.php" hash="1111c079512b97f6e4b8935de38eb9c2"/></dir><file name="Country.php" hash="3d59bb8732190812fa9170405ecde26c"/><dir name="Currency"><file name="Filter.php" hash="51076b0d9366f18d5127d3120c771364"/><dir name="Import"><file name="Abstract.php" hash="ff2fb28054f15bc91826b76284d4708c"/><file name="Webservicex.php" hash="73a2afb55f761bf8b703dfcf152b3fb1"/></dir></dir><file name="Currency.php" hash="6549e2c33aa2a7c475e312b7b2dbb715"/><dir name="Mysql4"><dir name="Country"><file name="Collection.php" hash="5a142dd9de3b87ba96d35d3aa98582ac"/><dir name="Format"><file name="Collection.php" hash="9bf90adc41f8a312231a2de60296f9d2"/></dir><file name="Format.php" hash="2a2a8ccd1399cf6da9d3769b2366139e"/></dir><file name="Country.php" hash="876400dbf481bf3787a0699985cf03b2"/><dir name="Currency"><file name="Collection.php" hash="84c92eb47935cf7878d2011539f71510"/></dir><file name="Currency.php" hash="6dc18b6e4666dc2722c229db2a8fec1b"/><dir name="Region"><file name="Collection.php" hash="2f8d2d35e899af6bb2f5d9098e10a90a"/></dir><file name="Region.php" hash="ad76af1d3f94514bf94f481d4271269d"/></dir><file name="Observer.php" hash="a01ce407d54dc893cb65d684c557cff8"/><dir name="Region"><dir name="Api"><file name="V2.php" hash="7f7c25abef07efa95e9f24c260b7f104"/></dir><file name="Api.php" hash="6e3990748556b013b99c76e891ec980c"/></dir><file name="Region.php" hash="6320285ef5278313fabc4766ff9d2840"/><dir name="Resource"><dir name="Country"><file name="Collection.php" hash="52c5ec533e9ce6add2748a554d63971b"/><dir name="Format"><file name="Collection.php" hash="850704593a182817ae80aeac46d8be48"/></dir><file name="Format.php" hash="9bb37bc2487ce04a039da3a84992b398"/></dir><file name="Country.php" hash="9300f5b8639096c7c2d0c44cd0c719e6"/><dir name="Currency"><file name="Collection.php" hash="3c1a948dfe09e26d1479d1bd4b4a9e3e"/></dir><file name="Currency.php" hash="d52fb1227076cdf4d4b54d31ffbac2df"/><dir name="Region"><file name="Collection.php" hash="8503535294819898fc17caf4be2f452d"/></dir><file name="Region.php" hash="80b44977868f84dc49a1ca97fc40e821"/></dir></dir><dir name="controllers"><file name="CurrencyController.php" hash="b83a9954025eb05e9c9bf660e43a9a79"/></dir><dir name="data"><dir name="directory_setup"><file name="data-install-1.6.0.0.php" hash="48dc3622720115a2087f6858c769efb1"/><file name="data-upgrade-1.6.0.0-1.6.0.1.php" hash="369c7a212ca2ece6217dfbdd46417004"/><file name="data-upgrade-1.6.0.2-1.6.0.3.php" hash="bced5d6dc215718d9666de1060541102"/></dir></dir><dir name="etc"><file name="api.xml" hash="dbc81d78a3955eb391cb3b2e7bcc1fa0"/><file name="config.xml" hash="7c02db63d3082adacd30be0b4cc856d0"/><file name="system.xml" hash="9cb653a1cfe93607d2bc3ec76c7d1081"/><file name="wsdl.xml" hash="cc488b81c0eae648a0ee360d6e2d9960"/><file name="wsi.xml" hash="66de37cc17e24c0c66f74c52e2df616e"/></dir><dir name="sql"><dir name="directory_setup"><file name="install-1.6.0.0.php" hash="775ede8188d4545269fe4e13c619ec78"/><file name="mysql4-install-0.7.0.php" hash="cb9e703bb5c6dfc239c3266c9a0a3f1a"/><file name="mysql4-install-0.8.0.php" hash="7bbf7d24dd8b4ecc9b1585b034a7840a"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="836965c68b0124e1eb75a6f022849c04"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="1804dcc4e1396251ec03cdc45cda3759"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="2b24dc39a030871d6347f04432361067"/><file name="mysql4-upgrade-0.8.1-0.8.2.php" hash="00ff845eb34a26e7a69b30f46c7699ba"/><file name="mysql4-upgrade-0.8.10-0.8.11.php" hash="162008b0282b63d9076073498418cae2"/><file name="mysql4-upgrade-0.8.2-0.8.3.php" hash="531074cdf2d5d06dcb36a67041e5b654"/><file name="mysql4-upgrade-0.8.3-0.8.4.php" hash="9e73e7c8093ee2b1f18cce4412f24d0c"/><file name="mysql4-upgrade-0.8.4-0.8.5.php" hash="56f8df95dc5485dce9c01a785cd3f262"/><file name="mysql4-upgrade-0.8.5-0.8.6.php" hash="0cb06fce30fd4a4c30b7e01da70cfdc2"/><file name="mysql4-upgrade-0.8.6-0.8.7.php" hash="5c6a95b839500341848dc54eecaedbd1"/><file name="mysql4-upgrade-0.8.7-0.8.8.php" hash="743a8d1fdcdbfd167824f48a477f837d"/><file name="mysql4-upgrade-0.8.8-0.8.9.php" hash="feadf7849bb17126e51ceb91bb52dd4f"/><file name="mysql4-upgrade-0.8.9-0.8.10.php" hash="24ab6ea84f0e0603756f4d13c9fb64ea"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="55a54f1911b6e8cca24f2c66abf7e240"/><file name="mysql4-upgrade-1.6.0.1-1.6.0.2.php" hash="e46f04ccb679f1139843878a9e1a32f8"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="2f3284ab662103e425616be9a9e49e4c"/></dir></dir></dir><dir name="Downloadable"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Composite"><dir name="Fieldset"><file name="Downloadable.php" hash="e12d9aef3ce2764057e287680a76c63d"/></dir></dir><dir name="Edit"><dir name="Tab"><dir name="Downloadable"><file name="Links.php" hash="3c3ce076e5ffe5d0cde904df0c6bd270"/><file name="Samples.php" hash="2f0e4ec652220bf857a2937f8a591be7"/></dir><file name="Downloadable.php" hash="54f8f2dbea8a5bb442a93765ffc2de44"/></dir></dir></dir></dir><dir name="Sales"><dir name="Items"><dir name="Column"><dir name="Downloadable"><file name="Name.php" hash="bd1586be0e3c5ec83fa7fd29605d91bf"/></dir></dir></dir></dir></dir><dir name="Catalog"><dir name="Product"><file name="Links.php" hash="f6f7ddd1850d2d9cfa3eaffdc671042c"/><file name="Samples.php" hash="ef302121e2521964c3a61f8d7648f890"/><dir name="View"><file name="Type.php" hash="52cfa8ef3d8752be9c74afef32161ad9"/></dir></dir></dir><dir name="Checkout"><dir name="Cart"><dir name="Item"><file name="Renderer.php" hash="fb27fb4433075651e5eabe959b6f17f3"/></dir></dir><file name="Success.php" hash="45f65b52c47cbd57929213f953d258a3"/></dir><dir name="Customer"><dir name="Products"><file name="List.php" hash="bd47092262c2414f204bedd6ed1bec80"/></dir></dir><dir name="Sales"><dir name="Order"><dir name="Email"><dir name="Items"><file name="Downloadable.php" hash="53f174c87ea006f24d20b062d4ed5d78"/><dir name="Order"><file name="Downloadable.php" hash="2a1a9b388be90a122a348a77247ed21b"/></dir></dir></dir><dir name="Item"><dir name="Renderer"><file name="Downloadable.php" hash="f61a0b6015604019f43a569b8abefa0a"/></dir></dir></dir></dir></dir><dir name="Helper"><dir name="Catalog"><dir name="Product"><file name="Configuration.php" hash="e78a16560e2276be0714d373b2cee1d1"/></dir></dir><file name="Data.php" hash="6ef19e09fdcd7750eb2e39e88f622456"/><file name="Download.php" hash="6686cfe1ee152e51c28bb46c3f7c2e53"/><file name="File.php" hash="5a1a2f00856b9fe96d076102d947859b"/></dir><dir name="Model"><dir name="CatalogIndex"><dir name="Data"><file name="Downloadable.php" hash="2d5e9db79d2edfba97f2c14716d12148"/></dir></dir><dir name="Link"><dir name="Api"><file name="Uploader.php" hash="489ce0eb17504ffdd78c5e7056ba58fb"/><file name="V2.php" hash="bb4da7ee96fcdf25fbf9a71b75ec2892"/><file name="Validator.php" hash="d28561b2e26422f8a479d940e798f354"/></dir><file name="Api.php" hash="5a05d955b40c9925aae6be9dc9d028f4"/><dir name="Purchased"><file name="Item.php" hash="7e53ee7ff21d52e2127a9002f7d05961"/></dir><file name="Purchased.php" hash="ace4c388dd7da85b04a10facbf3f0b1e"/></dir><file name="Link.php" hash="da8ef977a2cc11791d9087b4047be2e8"/><dir name="Mysql4"><dir name="Indexer"><file name="Price.php" hash="020cae6b0286bb0e58a624e4e8406494"/></dir><dir name="Link"><file name="Collection.php" hash="5d1bf05a362f122985494c3f4f38d8e4"/><dir name="Purchased"><file name="Collection.php" hash="51ef30f1a8a9fa9a980284f14724d84f"/><dir name="Item"><file name="Collection.php" hash="170b335e0a3f3240a7cbea044aa3bf95"/></dir><file name="Item.php" hash="9b693f0c336441845a7693be109a7803"/></dir><file name="Purchased.php" hash="c5e8f97095d9003264dab53f785699f0"/></dir><file name="Link.php" hash="12dde7f676fa7e83dc58ed9468a4e1af"/><dir name="Sample"><file name="Collection.php" hash="1a4977cd3ef91078ef16438bcd942041"/></dir><file name="Sample.php" hash="d19760b5bc50a730758a667ebcc7a1c5"/></dir><file name="Observer.php" hash="5fe05cdb8831c97864c26575c43f1038"/><dir name="Product"><file name="Price.php" hash="98bdd50bb10df93216eb4aa6b55cc664"/><file name="Type.php" hash="d057f78e9ef575eb21b856b1fd44f79d"/></dir><dir name="Resource"><dir name="Indexer"><file name="Price.php" hash="85f276d9ac24831929231cca1edd5be1"/></dir><dir name="Link"><file name="Collection.php" hash="6c06db31deef9e2122973ef512457f92"/><dir name="Purchased"><file name="Collection.php" hash="1e2a9fb95177611bcceedc1454201264"/><dir name="Item"><file name="Collection.php" hash="74e18636f58b37f5b4c96121fa4665dc"/></dir><file name="Item.php" hash="3fbc6862244df277d2a5bd94b9eca8d2"/></dir><file name="Purchased.php" hash="02ba8a2974242c22ab49a11e89eddc6d"/></dir><file name="Link.php" hash="05f14fc84ad9a6167807486180c598a3"/><dir name="Sample"><file name="Collection.php" hash="bd7ffa9e6389f5e2d0ab88bc2fb8c5ea"/></dir><file name="Sample.php" hash="49f57edea5d85f2736b9571fdb3b18a8"/></dir><dir name="Sales"><dir name="Order"><dir name="Pdf"><dir name="Items"><file name="Abstract.php" hash="af49f727abbe15994b5b5250dc34d0db"/><file name="Creditmemo.php" hash="ed6b2ec2d537efceeac8093f72655e28"/><file name="Invoice.php" hash="a6fa764db624a4a16865519fcb579513"/></dir></dir></dir></dir><file name="Sample.php" hash="64a89f9466dd1a24529058505c2d5208"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Contentdisposition.php" hash="c34d69f88e1afc833787bbef4d9b46ff"/><file name="Orderitemstatus.php" hash="c4348f964b79abfea5ecc4f57a0fe709"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Downloadable"><file name="FileController.php" hash="102efba7cf5e691ef5a22d83770fa4bf"/><dir name="Product"><file name="EditController.php" hash="c1a87d3ff837a2ef515afdd8fbdbdda2"/></dir></dir></dir><file name="CustomerController.php" hash="951127b693cfb5e9b45a9f72e90d9e4e"/><file name="DownloadController.php" hash="2c6b8f2d6bd7cb49bb47c71af3bd1717"/><file name="FileController.php" hash="ec8e81be2ded56f9f343f03fc4d76136"/><dir name="Product"><file name="EditController.php" hash="f73d9a8692a6e3ec11b46a083f19b23b"/></dir></dir><dir name="data"><dir name="downloadable_setup"><file name="data-install-1.6.0.0.php" hash="ead0317b44ad29d056a337e2b6940068"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e71a7ed55d47e69ac72c754b50bf5e73"/><file name="api.xml" hash="738d3901bb68ccb05aee5e872e05c175"/><file name="config.xml" hash="a182ff396976d7483c6f190c310b1f1f"/><file name="system.xml" hash="34cc94e614143b062fcb8bd26fa3c5a1"/><file name="wsdl.xml" hash="b3935ff3bf7e2ca40ddd304b4c78577f"/><file name="wsi.xml" hash="7eef36b29c2abf88596e63b6a042626d"/></dir><dir name="sql"><dir name="downloadable_setup"><file name="install-1.6.0.0.php" hash="6de81e1d40cdd9c9be8ae5b336f69bb6"/><file name="mysql4-install-0.1.0.php" hash="9cece8c3179630ed9f8f8469edfbd321"/><file name="mysql4-install-1.4.0.0.php" hash="3e3913a32f9855122906e36ce1cbf8f1"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="7e121910225bb54126f5033d81d4c1af"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="3fbed3cb76f9e68b560c9dd6391baa3b"/><file name="mysql4-upgrade-0.1.10-0.1.11.php" hash="c44f081536533860407e42c968bef66c"/><file name="mysql4-upgrade-0.1.11-0.1.12.php" hash="1efadcebe3e86890ed8ad6a291aae925"/><file name="mysql4-upgrade-0.1.12-0.1.13.php" hash="61e83ba5bf5d3cbaf4ba3c88f3e73c59"/><file name="mysql4-upgrade-0.1.13-0.1.14.php" hash="c37344a6db88cbd274806b095e7e2dd4"/><file name="mysql4-upgrade-0.1.14-0.1.15.php" hash="8e45b0604106ec31ab2dc1138991e8b8"/><file name="mysql4-upgrade-0.1.15-0.1.16.php" hash="985e647e7d85026c44979515229b6e51"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="186634f52fa8463d2e4c5f58a6648142"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="3ef2f81ff5ba49e1b8d8724f07e8cb36"/><file name="mysql4-upgrade-0.1.4-0.1.5.php" hash="e1d1ae34c5a6690923837074fbd83cb8"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="953c4673ff22eca9650630f9d822bbd8"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="611f3c09b55fa347fc92c9f9a5fc3044"/><file name="mysql4-upgrade-0.1.7-0.1.8.php" hash="002a9a8816693140b351c76a0a7d7688"/><file name="mysql4-upgrade-0.1.8-0.1.9.php" hash="f6921cfe14e38d76abc04113fc4fbc46"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="d09298fa15f7365edc42aeef6a070a38"/><file name="mysql4-upgrade-1.3.9-1.4.0.0.php" hash="21ff87411e42a56d2dcd34880b0ce974"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="6a2894d5498c91fd9335afacbdb78fcf"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="e6c46729769c77c04551d4dd47dd9f66"/><file name="mysql4-upgrade-1.4.0.2-1.4.0.3.php" hash="ccbc8634a941f3efccda4f92e5a6c63a"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="7ab0dcb19cb04fdac042cd4d85b46ec8"/><file name="mysql4-upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="cbb77922de277b155f197a25f389223f"/><file name="upgrade-1.6.0.0-1.6.0.0.1.php" hash="e5b6922bee500b39c878a9acdb1988b4"/><file name="upgrade-1.6.0.0.1-1.6.0.0.2.php" hash="d9b849cb19c6983e4ffdf99544554d50"/></dir></dir></dir><dir name="Eav"><dir name="Block"><dir name="Adminhtml"><dir name="Attribute"><dir name="Edit"><file name="Js.php" hash="9e5b3ba9d7871ee04647d0eb7be79b7e"/><dir name="Main"><file name="Abstract.php" hash="1252b7c4a074f979dcca85e97ccfc442"/></dir><dir name="Options"><file name="Abstract.php" hash="dc17d939a5fd252ab29a09a95e697861"/></dir></dir><dir name="Grid"><file name="Abstract.php" hash="f5f2f6ab0af4698cfcff39a1214fecb2"/></dir></dir></dir></dir><file name="Exception.php" hash="faf4a46b17d66b7cc642e66af94aa513"/><dir name="Helper"><file name="Data.php" hash="d63732371317d1b0d00cf290e5372d89"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Inputtype"><file name="Validator.php" hash="d3f8e17e743d06bec9134dd8fdd1cfeb"/></dir><file name="Inputtype.php" hash="a15acf61b330f0d7445db8691396c58a"/></dir></dir></dir></dir><dir name="Attribute"><dir name="Data"><file name="Abstract.php" hash="ed72f2c5e46661c472e50fa249002b18"/><file name="Boolean.php" hash="fca2a3037b3ad5de220b511d38b0ba33"/><file name="Date.php" hash="dab6bd6164af9e823456436a14836cfa"/><file name="Datetime.php" hash="d07bf896d77e900dba8dcc1db9d58b8c"/><file name="File.php" hash="b1a529475cc23a81dc2611743e3549a6"/><file name="Hidden.php" hash="8132677a0ca577ac881bf97945d46ca4"/><file name="Image.php" hash="3c216e27f0c166c6b7def22ecadf1a85"/><file name="Multiline.php" hash="976c584a1a4313934b3927e6b815cf47"/><file name="Multiselect.php" hash="0f8f35d8a82d41e389e81f3cbcf3c557"/><file name="Select.php" hash="9e3cf2d516b1656fe6febda02c837f24"/><file name="Text.php" hash="279872cd3c6dede3d312b39d1f4fc711"/><file name="Textarea.php" hash="fa431d066852080a77c22b9cfefd8f59"/></dir><file name="Data.php" hash="a3b8965e2c2742cc44dd547b1dc1aff6"/></dir><file name="Attribute.php" hash="d11402cd010d18ca8357f1d5714e95d7"/><file name="Config.php" hash="551a4cad0d59a553b79fb448885ae337"/><dir name="Convert"><dir name="Adapter"><file name="Entity.php" hash="0bc4a91fc4631f0d97dc05c5fa5b389d"/><file name="Grid.php" hash="e588aca9297dbf3b580541117238b6f1"/></dir><dir name="Parser"><file name="Abstract.php" hash="937e5d9c8d1f3a077a3599730dda6808"/></dir></dir><dir name="Entity"><file name="Abstract.php" hash="56fbd9ae8f82611a94692d6725f26ad1"/><dir name="Attribute"><file name="Abstract.php" hash="f0069e10b67d98ea521898c18000ae94"/><dir name="Backend"><file name="Abstract.php" hash="319cd2c2c03498a4ce724a385c92dac1"/><file name="Array.php" hash="9cabf01718dc0b7f1d877ba019cd017a"/><file name="Datetime.php" hash="475be958200bce528a9816cad60d35ee"/><file name="Default.php" hash="badfb8c3a60349c5753e0fc77ad5736b"/><file name="Increment.php" hash="abcfb542d193b617241271f378db0da4"/><file name="Interface.php" hash="66dea08e50308ded0a3b41e63811cb61"/><file name="Serialized.php" hash="6fa47b20eeb46669e8b3f3b2151e9a75"/><file name="Store.php" hash="7a92bdfd6525f19978c04f4eac78d686"/><dir name="Time"><file name="Created.php" hash="e621396aa75f5925c61d65c534e08632"/><file name="Updated.php" hash="f64dd7822e1fdafbae26ee69e5113bd8"/></dir></dir><file name="Exception.php" hash="42b6cf236750166657f195147a60f4d1"/><dir name="Frontend"><file name="Abstract.php" hash="606b94e3338e4b0155788ecd0e9ace6e"/><file name="Datetime.php" hash="72c940c2892baf5fc64510ee427178be"/><file name="Default.php" hash="2c2d0d8d3367d3e72812c897693ab983"/><file name="Interface.php" hash="5b9605f1117a8c7e6a12c70f4a51b6b8"/></dir><file name="Group.php" hash="cb9727bd21db5a2510c2607efd19bf1b"/><file name="Interface.php" hash="53a430fb311ea3f1224bae800bc43b90"/><file name="Option.php" hash="d3fb812bf4cc58df7dc00472d86af241"/><file name="Set.php" hash="9f2b1d3762633973869d0fe83b1fa615"/><dir name="Source"><file name="Abstract.php" hash="d4f93c976f07b4a658f47cc40f03058b"/><file name="Boolean.php" hash="0edf68727f49717a707bd45af4c64744"/><file name="Config.php" hash="59c13fa11a11554dcea9e69fd690aa9b"/><file name="Interface.php" hash="4b6e7b4144cb8a3ab426f48abafaab86"/><file name="Store.php" hash="d6f5e7260a2e06a3f6e11803f61d1ff5"/><file name="Table.php" hash="1810e61b0ab607b7b208c774f90ce983"/></dir></dir><file name="Attribute.php" hash="39dc6532f5b3108a401007db38a87d27"/><dir name="Collection"><file name="Abstract.php" hash="c603afd7d9f25c5320e2e1c3f1fd5fe6"/></dir><file name="Collection.php" hash="e22868956cb2008068b8d4fdeccdce10"/><dir name="Increment"><file name="Abstract.php" hash="863a9ff61f9816910beccfcf837df0ad"/><file name="Alphanum.php" hash="de948aac5d8c1f016ea96124d26df392"/><file name="Interface.php" hash="1686ef4f5148620fdf54969174ad6e1b"/><file name="Numeric.php" hash="adb627a781e655dfc18767e272b522b1"/></dir><file name="Interface.php" hash="69c5e5084ab0976546ffe71afe84ccd7"/><file name="Setup.php" hash="7fb56915bd938d1f878b508e3e1b441f"/><file name="Store.php" hash="7fe1ab1a6f8673370a7df0707466df97"/><file name="Type.php" hash="8519b1216d5b4786cafd7d34d0c7db1b"/></dir><file name="Entity.php" hash="46a09c5477a63e9c783fc0bb0b2303fe"/><dir name="Form"><file name="Element.php" hash="047a9e38813ec6482bdc21ef03ff4c4c"/><file name="Fieldset.php" hash="194c2a9fc7bfc5127d74d50d3e20580d"/><file name="Type.php" hash="184682da8786f7f19bbba08e23f6f5c5"/></dir><file name="Form.php" hash="71a0a6de86ab04189375cf62760323a8"/><dir name="Mysql4"><file name="Config.php" hash="58e67fb4d30e24c49150054308c325bf"/><dir name="Entity"><dir name="Attribute"><file name="Collection.php" hash="9ea71d033ad4c53f67c99d8e1fa73795"/><dir name="Group"><file name="Collection.php" hash="310095583082f10b3e60d17939a191b5"/></dir><file name="Group.php" hash="a312f0b90390f3ebaf3477b0e1baf927"/><dir name="Option"><file name="Collection.php" hash="0a0f49a63deeae5fee028b5b9c8de881"/></dir><file name="Option.php" hash="e34d4f68f76febb8ff5663960615937d"/><dir name="Set"><file name="Collection.php" hash="6c58ddfebd70cf87afe7e19cc33a7f21"/></dir><file name="Set.php" hash="35545d3678039d9415c7e1d5b2e20f5c"/></dir><file name="Attribute.php" hash="a19fab9009787a7419a17a9180c8b01a"/><file name="Store.php" hash="0342e572bfb8006dbe0f1d3a6cea3c1d"/><dir name="Type"><file name="Collection.php" hash="a94fc8effee83b6904036256b819161e"/></dir><file name="Type.php" hash="c52313dc36db4dbcc02d1cdf08b56970"/></dir><dir name="Form"><dir name="Element"><file name="Collection.php" hash="c251f3aae8f4c8d0cda17c9c914b0f72"/></dir><file name="Element.php" hash="27b2b2c9cdb08538cf1cf8c8512153a0"/><dir name="Fieldset"><file name="Collection.php" hash="cc0dc2a4c310fa3ed9fbde6f939dc07e"/></dir><file name="Fieldset.php" hash="7dc67803c7e930a59476a101b34cbe7e"/><dir name="Type"><file name="Collection.php" hash="e0f78ca983c52b6d1cb1282d7172b98d"/></dir><file name="Type.php" hash="9bf51f19a7d3caa6169343841262db26"/></dir></dir><dir name="Resource"><dir name="Attribute"><file name="Collection.php" hash="12a9d0e9e1db0b3bac51fffe24ecd0e8"/></dir><file name="Attribute.php" hash="363872a60549052148d9bea3c127ad1b"/><file name="Config.php" hash="6ee4b4cae0f39fb6284c330b85630123"/><dir name="Entity"><dir name="Attribute"><file name="Collection.php" hash="f5d5c034f0a26e906a1cd73aa4e98200"/><dir name="Group"><file name="Collection.php" hash="7b2187a7a14e4d8a1374bdf900cbf061"/></dir><file name="Group.php" hash="168e900e08f01d2029f95cb591fd6d3c"/><dir name="Option"><file name="Collection.php" hash="c5c58b05bc359e25d6ff1c47cb3ba76b"/></dir><file name="Option.php" hash="d4c38f1d4be89c22276fcb0d672e543c"/><dir name="Set"><file name="Collection.php" hash="79338c6580dff6b8335388baa2196d47"/></dir><file name="Set.php" hash="6725ecaca654b896706f4c009af782d6"/></dir><file name="Attribute.php" hash="7fe2e98cadcdd9589a7c2d24b0921a2d"/><file name="Store.php" hash="3558d750b6de9ee30ced12eb2c1ad6ca"/><dir name="Type"><file name="Collection.php" hash="4e5e22274945e79242d99c12ede46856"/></dir><file name="Type.php" hash="041eeedf33ae68f5095652c6c3a87d7e"/></dir><dir name="Form"><dir name="Attribute"><file name="Collection.php" hash="b470fbaaa73ca5e37e8be5ea858ed72f"/></dir><file name="Attribute.php" hash="f561162a0d9982bb0a7a544879592d9a"/><dir name="Element"><file name="Collection.php" hash="cd37cd584bd2784cd3f5db00d69e58a3"/></dir><file name="Element.php" hash="621193dcfde829f4f1e7d01479db8529"/><dir name="Fieldset"><file name="Collection.php" hash="1f8aae1d6d58ebf983ed6841dfb7c54e"/></dir><file name="Fieldset.php" hash="ac62774f67e92a311a08ee1de116925f"/><dir name="Type"><file name="Collection.php" hash="fd35a84dec7de121a2532aea5b112785"/></dir><file name="Type.php" hash="c1983a248ff7db9c727064fc2320e74f"/></dir><dir name="Helper"><file name="Mysql4.php" hash="1942b7af955237b8eaa2572ff7175c38"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="fe331cfcbcd07b807d1369fcfff0dfce"/></dir><dir name="sql"><dir name="eav_setup"><file name="install-1.6.0.0.php" hash="8d7a81974923f35c07ad1b5d19b228ba"/><file name="mysql4-install-0.7.0.php" hash="f93039e2fda51a0f99bfbd17c8bd0493"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="17b13c519ee8f593913d6df65d97d7cf"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="9bacc98680f6e70c1f42ef7af68f25d9"/><file name="mysql4-upgrade-0.7.10-0.7.11.php" hash="bd87a4984256a18b525bc08dfd932996"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="45fe4e0757e580a8955bee3f1539e157"/><file name="mysql4-upgrade-0.7.12-0.7.13.php" hash="2ddb13417bcb82a618d8c6297cd0675d"/><file name="mysql4-upgrade-0.7.13-0.7.14.php" hash="30413ef25187caa0d45e33d47068b96f"/><file name="mysql4-upgrade-0.7.14-0.7.15.php" hash="4ddd5c0258a16b1e9b02f5eb2cfcbe0d"/><file name="mysql4-upgrade-0.7.15-0.7.16.php" hash="d8a196d282904a0b74f4ca0d27853f2c"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="56f8f7be87aaa3979021c2c7c22a68d2"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="72d6dbb992272c562182f12ae880fb0b"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="c8250d237bf7c15807291d38ff948c1a"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="3cf2df2426c4a5a7812f315a97795d3c"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="9e135caa7b0df3c287bce7e53c4e371d"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="a19734b1f2ed4956a8cbba86f4207729"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="6a9f9af68e05c36ca97f03d135b1b3aa"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="0f91d9e55bbdfc1aa9736c4d3a20357b"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="918823e72ec15e6cc20acfe62987979b"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="6a45d4c5809a637bce8fa18920adc80a"/></dir></dir></dir><dir name="GiftMessage"><dir name="Block"><dir name="Adminhtml"><dir name="Product"><dir name="Helper"><dir name="Form"><file name="Config.php" hash="4c596338a914b636b069d726cbb0b2c8"/></dir></dir></dir><dir name="Sales"><dir name="Order"><dir name="Create"><file name="Form.php" hash="3932db3303c29c46a71c1421fd0c1973"/><file name="Giftoptions.php" hash="ff13520d41c147c433613d66e68ccff0"/><file name="Items.php" hash="7e435585a568052a7d30def27b16b0fe"/></dir><dir name="View"><file name="Form.php" hash="0bb76110946a958432c6ce64e88d1071"/><file name="Giftoptions.php" hash="9e1147f847b114d5811dadda2a1fc018"/><file name="Items.php" hash="8ecac6112fffda18be45c0b08f58858b"/></dir></dir></dir></dir><dir name="Message"><file name="Form.php" hash="66d5c328dd57bd52c7e61876e9377eb9"/><file name="Helper.php" hash="444b3eb4912bc500660d1c830e559f29"/><file name="Inline.php" hash="d693acffaaa7e5bcfc70e7de009597f9"/></dir></dir><dir name="Helper"><file name="Data.php" hash="87698957abbd3e066a3fbd8b380d7f42"/><file name="Message.php" hash="4e2e1adb115dc2c600de3ac72c63ef12"/><file name="Url.php" hash="68ae1279c5802d2faaf5c96c132b0ace"/></dir><dir name="Model"><dir name="Api"><file name="V2.php" hash="b48ce1c8723be59b08f316ec29e9bb9e"/></dir><file name="Api.php" hash="61fdb8c4af33ee276f64881afb57b830"/><dir name="Entity"><dir name="Attribute"><dir name="Backend"><dir name="Boolean"><file name="Config.php" hash="3d04e195f9d7f43cf17b9678cdddd919"/></dir></dir><dir name="Source"><dir name="Boolean"><file name="Config.php" hash="bfa768725feb06966a8c1443c299eefa"/></dir></dir></dir></dir><file name="Message.php" hash="5fae33099eb97ebd73e33408883bf32c"/><dir name="Mysql4"><dir name="Message"><file name="Collection.php" hash="288925decf81263abe41e6f5537d1646"/></dir><file name="Message.php" hash="0eb056eb697ee4068233131274553a72"/><file name="Setup.php" hash="8e80b1fd818a5d349948ea21342d874d"/></dir><file name="Observer.php" hash="17ce9086adf6058c6cc66e0374bc19fc"/><dir name="Resource"><dir name="Message"><file name="Collection.php" hash="c678336e8605ada8a395dc1bca8568a0"/></dir><file name="Message.php" hash="23cd93c7b6b5c2ddc2a493b4f5c751ec"/><file name="Setup.php" hash="af1ee65e016a4b4471568dd7c941949f"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="fe599234ca40d1606dfa59408589a569"/></dir><dir name="etc"><file name="api.xml" hash="361411b25eabd0d2c26b1603724b378c"/><file name="config.xml" hash="9f1eacf607f1ba5aabb9825be79db282"/><file name="system.xml" hash="e946e060d755a3b08c3a53251a4fe1c1"/><file name="wsdl.xml" hash="b99aaaac0126c6e09a7ba59fa4dbcf30"/><file name="wsi.xml" hash="ab77c7cfecb0f5d6cb7b07c0b5abc1d1"/></dir><dir name="sql"><dir name="giftmessage_setup"><file name="install-1.6.0.0.php" hash="84166a0b6217ee3038f11178da51f2c7"/><file name="mysql4-install-0.7.0.php" hash="9c3860c1e63d8cb5fbc3a43c532fd47a"/><file name="mysql4-upgrade-0.1.3-0.7.0.php" hash="544728453535d7b7c3eb0e90fca9f77c"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="cb34fff9c62bba117ba1d64d21ed9a20"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="2de384fedf4f0338de03fc68f601570e"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="646b607da79d61ad5091f452e7e05403"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="ea0a7c896da75223de938721619f1170"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="918f8473239ade0119a7daa49f323cd2"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="45451cf50608bbc60b2a58b619fe6c29"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="c45f890e64a4f953a0a787b1d7f7f882"/></dir></dir></dir><dir name="GoogleAnalytics"><dir name="Block"><file name="Ga.php" hash="5824880d7cd7814e9631f89ef2246686"/></dir><dir name="Helper"><file name="Data.php" hash="12706819a2dd6d80df4e3c36487a8491"/></dir><dir name="Model"><file name="Observer.php" hash="9864fea9b6a3c5164d3ddd5132c14a03"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Type.php" hash="4eee7ad885494b18baa350d45ca19832"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="511b7e86aace6e69158721ee3930b747"/><file name="config.xml" hash="43c9e4a3285ba481e7969b3dcf812528"/><file name="system.xml" hash="7dff7f4835359a74cb23567903e55ced"/></dir><dir name="sql"><dir name="googleanalytics_setup"><file name="install-1.6.0.0.php" hash="c7ca29c456e38be6c0d2da0119e97904"/></dir></dir></dir><dir name="GoogleBase"><dir name="Block"><dir name="Adminhtml"><file name="Captcha.php" hash="5b6f4c1040d239be307b18f4d4eabac5"/><dir name="Items"><file name="Item.php" hash="2c840769a671a38fb9a5e3d39a00f165"/><file name="Product.php" hash="ded62d8930188044c194e3030af0f5a5"/><dir name="Renderer"><file name="Id.php" hash="dcd007615393a82d756d06a6c0b18b48"/></dir></dir><file name="Items.php" hash="9cdfa52c9802f8f4903e5ceec708c67e"/><dir name="Store"><file name="Switcher.php" hash="e81fa2b60477d84b9fe7264c70d95e67"/></dir><dir name="Types"><dir name="Edit"><file name="Attributes.php" hash="a9591bd7c075e7df7f9a5c74810722b1"/><file name="Form.php" hash="48c656611afca0667038d8580bf83e09"/></dir><file name="Edit.php" hash="c43805b51d7bd09fb8671aed963b35b3"/><file name="Grid.php" hash="e400786fa10484ef0f7338ee25711e71"/><dir name="Renderer"><file name="Country.php" hash="7319fc6f586a472eb01815dcc0a8bf8b"/></dir></dir><file name="Types.php" hash="dcb09e9a73d3ff437791b5c74d18a2a4"/></dir></dir><dir name="Helper"><file name="Data.php" hash="2bb1070172fae5f93f968b14bb45eeb7"/></dir><dir name="Model"><file name="Attribute.php" hash="63f418d94622cbfc1e424cc82aa2f974"/><file name="Config.php" hash="e311e126fe7033ce577e9eba9287b90d"/><file name="Item.php" hash="30ae4e73e668f4831b69567378721992"/><dir name="Mysql4"><dir name="Attribute"><file name="Collection.php" hash="32951146e3a855381fc25bd1ee9d6472"/></dir><file name="Attribute.php" hash="81e349943a986b2a4ac1cf823d322d6f"/><dir name="Item"><file name="Collection.php" hash="89c9604697f485111b5ecf0d71201604"/></dir><file name="Item.php" hash="53f816d4b1c891509bea2331679a247c"/><dir name="Type"><file name="Collection.php" hash="8b79362c8e760f8a611ce461e8c4a624"/></dir><file name="Type.php" hash="a968fbb9305c112ff2b0de57cea66231"/></dir><file name="Observer.php" hash="22958f0c96afda9d07f5d63b1e853392"/><dir name="Resource"><dir name="Attribute"><file name="Collection.php" hash="8581a79c674d210a126f69c0661e57d2"/></dir><file name="Attribute.php" hash="eecafe15071404a7e97aebae8b8f2e38"/><dir name="Item"><file name="Collection.php" hash="cf8b3fd28da17ce3897ea1754280eb62"/></dir><file name="Item.php" hash="5714ef44fadb2a3d677dec746c30cf95"/><dir name="Type"><file name="Collection.php" hash="e5902197cee8960d438e46c0449b2ad0"/></dir><file name="Type.php" hash="7e747882d373d1185d254760c4259470"/></dir><dir name="Service"><file name="Feed.php" hash="ce14956bf0f298fb5d051f82beed4ac6"/><file name="Item.php" hash="f3309e5a7b586574646eaf55d9c97618"/></dir><file name="Service.php" hash="c39b5f8bf5087c489a9d85c0c432fee8"/><dir name="Source"><file name="Accounttype.php" hash="57381d450ad2a8d5ff8672ba2ee6ee65"/><file name="Authtype.php" hash="657357cd7a1a46274b78aa91d1b6ad20"/><file name="Country.php" hash="ad7c434f424c891107706fbaf323bb28"/><file name="Statuses.php" hash="c0b344999fee60032ca0af129d6e034b"/></dir><file name="Type.php" hash="fcdd2b89f831ab814501f7867076db1d"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Googlebase"><file name="ItemsController.php" hash="cf5d82de42de3c1d4cff674de4861911"/><file name="SelectionController.php" hash="c78e4bc7f387b391e30d177d13b53a8c"/><file name="TypesController.php" hash="ba128bc21450920ba1a94a69f4135947"/></dir></dir><file name="ItemsController.php" hash="0adc1d8bc7130d4afc14b96b53375786"/><file name="SelectionController.php" hash="39b76c744d6b64c4ab300e0c01da564c"/><file name="TypesController.php" hash="c828df18cfb1e4209405b7b9a0ceb9ef"/></dir><dir name="etc"><file name="adminhtml.xml" hash="352cb0cccf3f416045b077e7747017df"/><file name="config.xml" hash="921f5d78455add5be9c867f97f02b351"/><file name="system.xml" hash="37981ec7611dfa294464120dd008203d"/></dir><dir name="sql"><dir name="googlebase_setup"><file name="install-1.6.0.0.php" hash="bb87f237283833aaff8eb56ac9bcc9b2"/><file name="mysql4-install-0.1.0.php" hash="4d500a27c443fded59b88f9767f4fea6"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="a72de32edc917c3a940c353a511eecd3"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="7f8ec7788ee89570aaa1856b48b333ab"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="8db6f1c9696a335160097d2f9e640f83"/></dir></dir></dir><dir name="GoogleCheckout"><dir name="Model"><file name="Payment.php" hash="bc22f18e358d87851d28b0725f351b33"/></dir><dir name="etc"><file name="config.xml" hash="a8bd48f34b4eb07dbaf4de086a90be1a"/></dir></dir><dir name="ImportExport"><dir name="Block"><dir name="Adminhtml"><dir name="Export"><dir name="Edit"><file name="Form.php" hash="e164e903029b48ab1a1ef78d80ce9669"/></dir><file name="Edit.php" hash="ee20fd3435e5628ceb4e6a35361e5450"/><file name="Filter.php" hash="00f064be1368c0a8b8426636536ab212"/></dir><dir name="Import"><dir name="Edit"><file name="Form.php" hash="e9cb48cf389de5cf4e6240ffd082fdcf"/></dir><file name="Edit.php" hash="974a087d75eb0d333943878fa226f10f"/><dir name="Frame"><file name="Result.php" hash="7e1395d4f6c1078d2e2eb014401851ec"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="82219b72ef495b077b0f791036b16150"/></dir><dir name="Model"><file name="Abstract.php" hash="7369bee189de5261e8050ab459d1c39d"/><file name="Config.php" hash="0fd32b54a74eab129509481dd000a4dc"/><dir name="Export"><dir name="Adapter"><file name="Abstract.php" hash="78403be0aa22536337d1b101924a1c16"/><file name="Csv.php" hash="9c31b1ff3fabd3834d309ffead73ffd4"/></dir><dir name="Entity"><file name="Abstract.php" hash="bd48ac623297e43cf56f5096d64ba60d"/><file name="Customer.php" hash="818c2eeb08ca295450857abf78243d0a"/><dir name="Product"><dir name="Type"><file name="Abstract.php" hash="1037c6257318fecb4c6f338db0106071"/><file name="Configurable.php" hash="d82f1b33fdc4ddc032f249c7b2e40e6f"/><file name="Grouped.php" hash="b2a2fe474b100f5da04f0683c1ebec46"/><file name="Simple.php" hash="b4e17dd1e60c68b2f57ed67b83ab2e57"/></dir></dir><file name="Product.php" hash="9f3fc96f98678b9abcdf435c62d49394"/></dir></dir><file name="Export.php" hash="b38c70d6d9191178ee135796f4275af5"/><dir name="Import"><dir name="Adapter"><file name="Abstract.php" hash="03657d0b8d3e9ff2cd1c5f418375b36f"/><file name="Csv.php" hash="53c4acb5f03be7ab3a4b92ea55cee693"/></dir><file name="Adapter.php" hash="f418c5210f460409fbdea58ff3fc60b4"/><dir name="Entity"><file name="Abstract.php" hash="5b07ca7fbf5d637781e27b4c4a4362b6"/><dir name="Customer"><file name="Address.php" hash="73e89d16683f0209f06ddf5a9090bf78"/></dir><file name="Customer.php" hash="dfe9c676356bd7f347efc9ba78b57434"/><dir name="Product"><dir name="Type"><file name="Abstract.php" hash="9abf477dc478c8a6fe187ce743d3b4a0"/><file name="Configurable.php" hash="354ec32dec378d64f7786d682e91261a"/><file name="Grouped.php" hash="f8dc9e109141e4d20782798ba1c11551"/><file name="Simple.php" hash="7ceeee3ada64a716478d67db62a2540e"/></dir></dir><file name="Product.php" hash="4f0fa30402938ec191c3d24322addf54"/></dir><dir name="Proxy"><dir name="Product"><file name="Resource.php" hash="e81a8f22e01f047e4482bca2f4bc7f03"/></dir><file name="Product.php" hash="e08ee618b3ca92f4733810f9bcda39cc"/></dir><file name="Uploader.php" hash="0a6c1ea6b64c148392409835eeb6a12b"/></dir><file name="Import.php" hash="27097b420bdcdf443ecf92a1d07ab8da"/><dir name="Mysql4"><dir name="Import"><file name="Data.php" hash="8b4a02156ac1da441b6d58e76aee7f3c"/></dir><file name="Setup.php" hash="59ca27a467c9ed983fe0990e4441a29b"/></dir><dir name="Product"><dir name="Attribute"><dir name="Backend"><file name="Urlkey.php" hash="67392ebe0ac23e06262f05d3152c1628"/></dir></dir></dir><dir name="Resource"><dir name="Helper"><file name="Mysql4.php" hash="c01fb8f465a46ab855272d19584ea266"/></dir><dir name="Import"><file name="Data.php" hash="644a5cc62fc671dfe08850585ec6f7ce"/></dir><file name="Setup.php" hash="1813364c39c78b75f7c998e301a00477"/></dir><dir name="Source"><dir name="Export"><file name="Entity.php" hash="dd4b44bac8e2706b015854a4cba42eeb"/><file name="Format.php" hash="48ce028b2a514299f0864e368c864aed"/></dir><dir name="Import"><file name="Behavior.php" hash="63f92d8f9886dd606e53d8f14656b0c0"/><file name="Entity.php" hash="7459baadd5a891b3dea332e13b68bb5b"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExportController.php" hash="450e8a743d8a3f005a6c41dac35ebe1e"/><file name="ImportController.php" hash="9765df1f9b94caa7a360caeb5378589c"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="fb66c8abf581ffed7ed2449aac0c0116"/><file name="config.xml" hash="67ab4b1b04535e471e1b5e8188f12e50"/></dir><dir name="sql"><dir name="importexport_setup"><file name="install-1.6.0.0.php" hash="27f8fd13fd51d147146dce1bb72edb1d"/><file name="mysql4-install-0.1.0.php" hash="d1f843029a78b8ab268d0808115a09c7"/><file name="mysql4-upgrade-1.6.0.1-1.6.0.2.php" hash="229adc71934a19fa3132313fad87e11b"/></dir></dir></dir><dir name="Index"><dir name="Block"><dir name="Adminhtml"><file name="Notifications.php" hash="9f17296cdfcfd8d4fec98321622e4b12"/><dir name="Process"><dir name="Edit"><file name="Form.php" hash="7861149c36ae0d600913769fc8232843"/><dir name="Tab"><file name="Main.php" hash="c4d25035571e72eb5bcd8f9dd2a07039"/></dir><file name="Tabs.php" hash="d9b854b95b6de929b4e52e9fa3c9a2b9"/></dir><file name="Edit.php" hash="c75a8910bcd1f09ae861cae44612b612"/><dir name="Grid"><file name="Massaction.php" hash="1934b65cfd3ec9f7b5bfc5baece5e18e"/></dir><file name="Grid.php" hash="fb8561d08bb1a4748a04354e36aab6d2"/></dir><file name="Process.php" hash="72668034d1f399533c5f780ac8d801e2"/></dir></dir><file name="Exception.php" hash="e1f19295b2b4a2685de132449c8188e1"/><dir name="Helper"><file name="Data.php" hash="208fe568f5cde428f4ed246a69e57022"/></dir><dir name="Model"><file name="Event.php" hash="bb5401820374960f0482762f8a9d569d"/><dir name="Indexer"><file name="Abstract.php" hash="17235b46414045d1b0d837bfdb8b3a96"/></dir><file name="Indexer.php" hash="18e432050b88ec6e03c1c87528bc561d"/><dir name="Lock"><dir name="Storage"><file name="Db.php" hash="4e195a4af2a3b1bc4264d6f2c0baaa69"/><file name="Interface.php" hash="b109877fcfb4da137a397f4e759d2185"/></dir></dir><file name="Lock.php" hash="5a5eee33d11a141e781450b3b25acbb4"/><dir name="Mysql4"><file name="Abstract.php" hash="81efc84b35a69f5e515f133ecd818748"/><dir name="Event"><file name="Collection.php" hash="38f14d86509905d9bb9369688b31b8f6"/></dir><file name="Event.php" hash="54dd722ec592011fb29db9f8289099e2"/><dir name="Process"><file name="Collection.php" hash="0103d8628ef60bb1ccf87c238e406fb8"/></dir><file name="Process.php" hash="4d13513a8699d0d6f014582d2ba31f3d"/><file name="Setup.php" hash="58430c5065c46864eb1c5434e4ffe560"/></dir><file name="Observer.php" hash="e3fa373b70e9656131c18f315d5f137b"/><file name="Process.php" hash="5066fdf138cf82da60706d71c1104b95"/><dir name="Resource"><file name="Abstract.php" hash="77d6c0809315810156e68187ce93dc11"/><dir name="Event"><file name="Collection.php" hash="1ec0972e0fb7921b32a3728cd0eb9a1f"/></dir><file name="Event.php" hash="4ba2f30ae448f1fa086f4843b5ee85be"/><dir name="Helper"><dir name="Lock"><file name="Interface.php" hash="1948a3a7511cf5db6a062bb268c6a368"/></dir><file name="Mysql4.php" hash="7a4d414410e79bbdf41b86250025cb19"/></dir><dir name="Lock"><file name="Resource.php" hash="9208544e8f339e902f5d66c459ac6eee"/></dir><dir name="Process"><file name="Collection.php" hash="d89e65f66f73b2f98564e4720a9c1d26"/></dir><file name="Process.php" hash="fa083846b9fc4d63bad9c27a6bca4fc2"/><file name="Setup.php" hash="1d6694598125f5cda2d93b480b76f39a"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ProcessController.php" hash="8a6ed8956242bbab1dfd3773a9208182"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="401922ad7464c85b0527a2e70df0f3f1"/><file name="config.xml" hash="69974813e9e2065c7568306faba27383"/></dir><dir name="sql"><dir name="index_setup"><file name="install-1.6.0.0.php" hash="c6aaeeb482ced30c95ae439a543b912d"/><file name="mysql4-install-1.4.0.0.php" hash="d2bf63e9f00c0086c1dd56fe2dd291e6"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="dda70edf3a0580dbdcf1c27a13eca844"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="18cbf579496bc160125a33ef7907ea9d"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="f29a70dc5733730b32f94d3a59bb4776"/></dir></dir></dir><dir name="Install"><dir name="Block"><file name="Abstract.php" hash="545d3aee9cc386abc2e5f93cf6852c94"/><file name="Admin.php" hash="1fa85e4bb75ba2e1a60f02e0bc9a2a65"/><file name="Begin.php" hash="6f2612e1b055a0d4241b2b61895780a2"/><file name="Config.php" hash="dd364bf6b9a92bdab2eef9d07b20f225"/><dir name="Db"><file name="Main.php" hash="c3e8e69f4cc72bb49a1dad91009a0970"/><dir name="Type"><file name="Mysql4.php" hash="73456c66fe1063f258327608f8d32a18"/></dir><file name="Type.php" hash="36d22f1f0d7736e2a2674a1981675e53"/></dir><file name="Download.php" hash="ee829bc75da4318e09e0372c39273e64"/><file name="End.php" hash="be91523bf36aa0bc6970ac5e017c61ee"/><file name="Locale.php" hash="3a90c7dce1f51e7c63d4e9f036e47143"/><file name="State.php" hash="88f73d2a4c25b2ff09cdfd723ca7ddfc"/></dir><dir name="Controller"><file name="Action.php" hash="1f8dcab3a08eeb270ab3c05dcdb774c6"/><dir name="Router"><file name="Install.php" hash="f15361fee313d550c7bac3f93f21eefe"/></dir></dir><dir name="Helper"><file name="Data.php" hash="c573e22536924bea17c028706ec8d809"/></dir><dir name="Model"><file name="Config.php" hash="dd35b4706eac1799e7290413c236a007"/><dir name="Installer"><file name="Abstract.php" hash="81f7879ece9dfa65bbe1a6f09cec98f6"/><file name="Config.php" hash="aabd4bcc52a80096ea3f4134458c95db"/><file name="Console.php" hash="07cce9c725275eaf54f2015543384814"/><file name="Data.php" hash="440e720640b8f9f4876cc1a135a16bea"/><dir name="Db"><file name="Abstract.php" hash="33a50b7da666becfde47e33d32133ff7"/><file name="Mysql4.php" hash="d945f3e3e8fdc5cf42f626ec61e676d3"/></dir><file name="Db.php" hash="92a441df39c3cb2efc21a5ea9e91f39e"/><file name="Env.php" hash="7e70e9ef679b77ac915af54264f054b6"/><file name="Filesystem.php" hash="6b964fe3ee97efc9cd2954a5a8b5ebcc"/><file name="Pear.php" hash="2b8f9d06ae5a82b7189258e773d82e7f"/></dir><file name="Installer.php" hash="f29a8d7c946a5053048948183c45c72b"/><file name="Observer.php" hash="a6dea4d2e54ac4b0b45a457f12aa2cbf"/><file name="Session.php" hash="7b6dbce40e288207e673d626984778e7"/><file name="Wizard.php" hash="2d7f8925b096eedc396ac02481f58fb4"/></dir><dir name="controllers"><file name="IndexController.php" hash="e71f2a8437b1ca4bb02eb7b012bf34d4"/><file name="WizardController.php" hash="f1b392ff08deec8c44e1c7ac8d69d8ca"/></dir><dir name="etc"><file name="config.xml" hash="715322b70da1fe08f702dde946c5b603"/><file name="install.xml" hash="10953d2565d999e134a31a785ce87949"/></dir></dir><dir name="Log"><dir name="Helper"><file name="Data.php" hash="5c5bb739dfa08bd423cd887ef155898e"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Loglevel.php" hash="438e710bf68441c2887edfccac3a4af2"/></dir></dir></dir></dir><file name="Aggregation.php" hash="3e4bed6331a67e166a711b845c9ae0cc"/><file name="Cron.php" hash="59ef1b6d26c14b92172039f5e6726600"/><file name="Customer.php" hash="c6a3ca61f01e94a099db51cbd780ed5d"/><file name="Log.php" hash="7bad1ec4a7888e9910b730d91a950ce8"/><dir name="Mysql4"><file name="Aggregation.php" hash="fe9c9f6fb0d4211de4d0ab7700376160"/><file name="Customer.php" hash="ff1049b36f27f266323fed8371f5b212"/><file name="Log.php" hash="15e5b11071a08cb81022215afe8834c9"/><dir name="Visitor"><file name="Collection.php" hash="52be99f42a86feb12be83d4553d4572f"/><dir name="Online"><file name="Collection.php" hash="e6560de7ee07a95615028e16ec5bfea0"/></dir><file name="Online.php" hash="d1f918f83190986aeb973a1d07d859a8"/></dir><file name="Visitor.php" hash="dca1c4a76bdd7b77c0ce4b1d085110f5"/></dir><dir name="Resource"><file name="Aggregation.php" hash="4317a96fff3d138ebab428ec9ca5e738"/><file name="Customer.php" hash="574a40f5e4d7aaefb2cb7c08e62c938a"/><file name="Log.php" hash="70dc4e1a30d75a4c57fc9e403c463040"/><dir name="Visitor"><file name="Collection.php" hash="72b3b87db71328b31d22adcba5eb413e"/><dir name="Online"><file name="Collection.php" hash="1af9a97f6d18eafe7333c729cb179057"/></dir><file name="Online.php" hash="ad9e17dbf85d1eb36adc0cf2b7881a5e"/></dir><file name="Visitor.php" hash="e80b132d8220b3748b4c6aff5f35fa14"/></dir><dir name="Visitor"><file name="Online.php" hash="18c1562ac462134748225d895bfe1269"/></dir><file name="Visitor.php" hash="239b799477b001bb617b4b371f246ba9"/></dir><dir name="data"><dir name="log_setup"><file name="data-install-1.6.0.0.php" hash="218d7b6402ca85f95707432407c04751"/></dir></dir><dir name="etc"><file name="config.xml" hash="da47680d0e25f16e07f44bd1a7d048b0"/><file name="system.xml" hash="e4ac2c69b0de7df7c0d87ccc4bf353c3"/></dir><dir name="sql"><dir name="log_setup"><file name="install-1.6.0.0.php" hash="d427212691aa07856cbd2c543d0f38c5"/><file name="mysql4-install-0.7.0.php" hash="b151af14547e81c3ac1a0b30d1f15801"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="cca731157706c3432036b4ddfcac3f89"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="d71e1a5855816723e4745b381e423154"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="56056f49587ac22778221843d5d3bd49"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="ff39b6672c2a32d188680b551610f12f"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="f0ad5bb4513c1cb3718489b6790db7f9"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="be89334bc449a716c770bc2196bc52ef"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="a17547a20627b64b3bc7a49937590ef1"/><file name="mysql4-upgrade-1.6.0.0-1.6.1.0.php" hash="1159ce1787857e764c649da877ae4cf0"/><file name="mysql4-upgrade-1.6.1.0-1.6.1.1.php" hash="eb5e24097bf27b8148955ae3f4708e3f"/></dir></dir></dir><dir name="Media"><dir name="Helper"><file name="Data.php" hash="723ae3e1907ba0c7a5626b173b8ae590"/></dir><dir name="Model"><dir name="File"><file name="Image.php" hash="a2a468cce8f11148d7cc16775a94b617"/></dir><dir name="Image"><dir name="Config"><file name="Interface.php" hash="5bc11b3e41a7a82b43415fdc6fdd2dc5"/></dir></dir><file name="Image.php" hash="43eecd8ec4d7e99aced3e1366852d0cb"/></dir><dir name="etc"><file name="config.xml" hash="2037ecf5021e3b26f485c465a7026a6c"/></dir></dir><dir name="Newsletter"><dir name="Block"><file name="Subscribe.php" hash="b4142cd925536ceaa0a86aded0f89cd0"/></dir><dir name="Helper"><file name="Data.php" hash="ed81c72dcfaaf5d0af94858a2e12de49"/></dir><dir name="Model"><file name="Message.php" hash="1489ca736955570c52d14c79e1175678"/><dir name="Mysql4"><dir name="Problem"><file name="Collection.php" hash="c885d3c60f30f105978cb1e1b35a5b91"/></dir><file name="Problem.php" hash="5a609eace5b7e9b2543f112d186f5cf0"/><dir name="Queue"><file name="Collection.php" hash="f967eb374ed9915cc446fca2ade5230b"/></dir><file name="Queue.php" hash="3a12181ffc87205351b960380b0130f6"/><dir name="Subscriber"><file name="Collection.php" hash="f8002b1224145889ae6571899641da1b"/></dir><file name="Subscriber.php" hash="30f4073723c92386432d626814673c58"/><dir name="Template"><file name="Collection.php" hash="8c75414bd4d9359d8657aea2dc10d672"/></dir><file name="Template.php" hash="180561f428061c43338dea169c583e7e"/></dir><file name="Observer.php" hash="5b28718beb46af7c11515484f9f03a2a"/><file name="Problem.php" hash="f323095445039ce22d20136d1eda7ef1"/><file name="Queue.php" hash="64370b3a0126430631f205340c87c465"/><dir name="Resource"><dir name="Problem"><file name="Collection.php" hash="ed19d54095d0502940e4322b3f2ed562"/></dir><file name="Problem.php" hash="2208a91b3bbf008988f93bab13d9839f"/><dir name="Queue"><file name="Collection.php" hash="68bf42f79a46b0ed259c3f1b7fb98add"/></dir><file name="Queue.php" hash="246e34907c41f06df8951b3ac5e3532d"/><dir name="Subscriber"><file name="Collection.php" hash="b2fcaab2ae9f606ade381b6acaeecc03"/></dir><file name="Subscriber.php" hash="9a43cd217db3e776c46c27d62fe7ec1a"/><dir name="Template"><file name="Collection.php" hash="552b03b3ab270ba9315aa4a215735530"/></dir><file name="Template.php" hash="4312dd3589a78ba1f003e77ee7f90c67"/></dir><file name="Session.php" hash="634c348f457ea5a8d0e4af5deb29f33a"/><file name="Subscriber.php" hash="fee070ec6f69c91064714cab468433f2"/><dir name="Template"><file name="Filter.php" hash="3d58b5feb434827c37dae17c5dd2083d"/></dir><file name="Template.php" hash="2c50e0d29cad3a6403c3ce2d46fbdda6"/></dir><dir name="controllers"><file name="ManageController.php" hash="9e6528044f83532125299878ae176ab6"/><file name="SubscriberController.php" hash="99d921286742857e0d18014bee55e013"/></dir><dir name="data"><dir name="newsletter_setup"><file name="data-upgrade-1.6.0.0-1.6.0.1.php" hash="5e34ea9eb5c9b3122f9dcb1fbe8235c5"/><file name="data-upgrade-1.6.0.1-1.6.0.2.php" hash="c850424ad4047af3758f54c21efd23d9"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="563ca128d87ecfcd0e972236dd075d21"/><file name="config.xml" hash="20ad796d94fac7967e2f0e1cdef383a6"/><file name="system.xml" hash="05ada37909394fea9e0a16a1f1506a6a"/></dir><dir name="sql"><dir name="newsletter_setup"><file name="install-1.6.0.0.php" hash="54027cfe9e07650035beb867baecf659"/><file name="mysql4-install-0.7.0.php" hash="6d876ab75906d4a23128d3af2efffe4c"/><file name="mysql4-install-0.8.0.php" hash="94f3a5c8f47afada27eb7170730bd488"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="78bf7d2543d7dc789800b797bbc37343"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="b4ba75abaf04c02e5888b5fb3d53742a"/><file name="mysql4-upgrade-0.8.1-0.8.2.php" hash="2648ceb4d652990eb4ba61598c7d4a91"/><file name="mysql4-upgrade-0.8.2-0.8.3.php" hash="aeeea159ea778877e380fbd6a3f1bc96"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="9994f965b943ba99deef601f3db5bbb7"/></dir></dir></dir><dir name="Oauth"><dir name="Block"><dir name="Adminhtml"><dir name="Oauth"><dir name="Admin"><dir name="Token"><file name="Grid.php" hash="58359341de57da6877f16e464da1ac6a"/></dir><file name="Token.php" hash="1e013c0a8d2308f974c07ee8c76c3868"/></dir><dir name="Authorize"><file name="Button.php" hash="be2efc6301fade92b9fe8a0b6fa9c5fe"/></dir><file name="Authorize.php" hash="a2fa7a88323ddf36f4d955df6c304618"/><dir name="AuthorizedTokens"><file name="Grid.php" hash="406497df39900b170f684453b1200bcb"/></dir><file name="AuthorizedTokens.php" hash="6e154c2162af18af580b685288baf366"/><dir name="Consumer"><dir name="Edit"><file name="Form.php" hash="ba64ed1cc9e8488d2dc4fab9853832ad"/></dir><file name="Edit.php" hash="66f08e25f1efa1fef3040af110957eaa"/><file name="Grid.php" hash="013987d192c2a8891e15c6e52d7210cc"/></dir><file name="Consumer.php" hash="beb275526f84e3a38b9cccca28def489"/></dir></dir><dir name="Authorize"><file name="Abstract.php" hash="0a0e6b31948f9be5e1c21411c3e328b1"/><file name="Button.php" hash="cfe16cee07958109d7e0f25a33f818e2"/><file name="ButtonBaseAbstract.php" hash="73c129f1dfa7ffb509091dcbb9b0d22e"/></dir><file name="Authorize.php" hash="01ff5f15627ab91ee82fd1edf27194cf"/><file name="AuthorizeBaseAbstract.php" hash="2cbbd583ad0d06cb8afc067821e96e36"/><dir name="Customer"><dir name="Token"><file name="List.php" hash="96fd8f576273b3a2be016b7819948054"/></dir></dir></dir><file name="Exception.php" hash="18a7e7e5391805c8073624273abba622"/><dir name="Helper"><file name="Data.php" hash="ea6fb683d7633434c7153f66fe9d8e35"/></dir><dir name="Model"><dir name="Consumer"><dir name="Validator"><file name="KeyLength.php" hash="3565aa243e0d1ad15800ddb95cf421f7"/></dir></dir><file name="Consumer.php" hash="787844ad7e91b5b2c5cf2539f15ff054"/><file name="Nonce.php" hash="6f3cb47393824dbaa0747540d740ea68"/><file name="Observer.php" hash="25cb917246c437a0a5b835871d4729b3"/><dir name="Resource"><dir name="Consumer"><file name="Collection.php" hash="fe1430996d1ee70a69d2f98540207a4e"/></dir><file name="Consumer.php" hash="41926a0152326efa061981cad656d6b0"/><dir name="Nonce"><file name="Collection.php" hash="be9a4ce14a62316dc32ec75023f08ec9"/></dir><file name="Nonce.php" hash="0ed4b7f1bf1de52a94285425d9b86dd3"/><file name="Setup.php" hash="c9a4aab53dd5abfc21cb18cb88abad31"/><dir name="Token"><file name="Collection.php" hash="8a9730489e6da959ad589e58ac4fb1cb"/></dir><file name="Token.php" hash="8907ac5a8c3598531e664dbf8f327cd2"/></dir><file name="Server.php" hash="6cc4a095beb761d9b6c3a1ae360cea17"/><file name="Token.php" hash="ab2256b742948baddc5c07aed76fb414"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Oauth"><dir name="Admin"><file name="TokenController.php" hash="89bf918108c823519a39babac425a39c"/></dir><file name="AuthorizeController.php" hash="d362dca05a9e6388380c0928576f9b03"/><file name="AuthorizedTokensController.php" hash="40dab11548d027a3f8a7a9f4a45233ec"/><file name="ConsumerController.php" hash="701339e73f8c7fe2d1d6ce3d1ea87f9a"/></dir></dir><file name="AuthorizeController.php" hash="a078c21f6c8c7a1782529e5cd4816736"/><dir name="Customer"><file name="TokenController.php" hash="b1dd19367a311e157b7bfd173fec6356"/></dir><file name="InitiateController.php" hash="735b0ec5726142521019cc594d92fbca"/><file name="TokenController.php" hash="6daa803cd6946322dfeaecaa108b54b6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="d3577d8c29771c44d20682ec4c9fab99"/><file name="config.xml" hash="d72e366a510948e8675170bca9f595b1"/><file name="system.xml" hash="3736e12df38c02c4548e6401f1daed5a"/></dir><dir name="sql"><dir name="oauth_setup"><file name="install-1.0.0.0.php" hash="f93c7ea36678f528553cf5016e1b3e5b"/></dir></dir></dir><dir name="Page"><dir name="Block"><dir name="Html"><file name="Breadcrumbs.php" hash="c92205314f8c95560c4182e309bc7174"/><file name="CookieNotice.php" hash="4cfacb927ee39bf896f885db6d6315a4"/><file name="Footer.php" hash="e239d4ab4892ac26df07e56f98676b30"/><file name="Head.php" hash="eef10c8ebf63739d7a5865395d94177f"/><file name="Header.php" hash="02eb59a0a33b81a36b734903a4617fed"/><file name="Notices.php" hash="1b843c724c9b3b5ee47a5cabac5029cf"/><file name="Pager.php" hash="e95d378654292489a31cfbc9ad016abb"/><file name="Toplinks.php" hash="5fa8612403f2993e0d083f0a27890ed1"/><dir name="Topmenu"><file name="Renderer.php" hash="50ac3789f7d250873dc29b321ca35adb"/></dir><file name="Topmenu.php" hash="68d407803a44b6249fee618a0fb77f63"/><file name="Welcome.php" hash="038fcc5e216b65b69a91b0d61c9e4831"/><file name="Wrapper.php" hash="426c7788f8193299e37c81d2a9a57f4d"/></dir><file name="Html.php" hash="8393707d7a17dca915f90a2ee6ace8b4"/><dir name="Js"><file name="Cookie.php" hash="a87a7e7c2f83d6227bedf8ddc8a8bbb3"/><file name="Translate.php" hash="7e826fefb2f5048923b1d97d5c4f4c85"/></dir><file name="Redirect.php" hash="7f95e0613fb48a5df60e77bd54062d91"/><file name="Switch.php" hash="feb360288834ddfef0dc13d10ea582e0"/><dir name="Template"><file name="Container.php" hash="f8e8f4a08a30545160833820bded5d8c"/><dir name="Links"><file name="Block.php" hash="761c4b04cfd81e8933a7234475353ba3"/></dir><file name="Links.php" hash="d295f2074338d5a95c73c0b65f275b85"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b6600a4eea1373c8d73783d1cfe9da34"/><file name="Html.php" hash="7dd89d080f353cabe458e395a64442cf"/><file name="Layout.php" hash="f165cd62d8504904b6865ff33753f75a"/></dir><dir name="Model"><file name="Config.php" hash="1d46adea7d3495277e7f668922e4733a"/><dir name="Source"><file name="Layout.php" hash="160cf7fc75345eb12ed598664244ffb4"/></dir></dir><dir name="etc"><file name="config.xml" hash="43c0f1a476adfc5c6735ceda9bdfd37e"/><file name="system.xml" hash="ed3f9ac1a778eb2e2c79edd351dd11f9"/></dir></dir><dir name="PageCache"><dir name="Block"><dir name="Adminhtml"><dir name="Cache"><file name="Additional.php" hash="3e3777fbe644163db08798941a4faca7"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="16f3aeba370d818e6add123d01f68e76"/></dir><dir name="Model"><dir name="Control"><file name="Interface.php" hash="5d4ec728179cb4929c295b8f0a5b1635"/><file name="Zend.php" hash="520f0627152c43e1af8a398f309e21ea"/></dir><file name="Observer.php" hash="5c2a19ef6d79c25a75d8c5b09120035d"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Controls.php" hash="f83f967e1ecc070de58a3a65e2af3cc1"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="PageCacheController.php" hash="fcacb31dd43eb1477ff1c13178e1de47"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="b600ce2dcaa6f793be8869cdabf5fe0b"/><file name="config.xml" hash="3dd37ab5479810955312f43564db00eb"/><file name="system.xml" hash="08224d6d7b3b068b1cb2a401e1ee45d5"/></dir></dir><dir name="Paygate"><dir name="Block"><dir name="Authorizenet"><dir name="Form"><file name="Cc.php" hash="2895b2319970738e667d9afc6da5e288"/></dir><dir name="Info"><file name="Cc.php" hash="301ecd276befb9d2ff9a451e2c9a3e66"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="c39971e7ae40d7909f4615e396af5880"/></dir><dir name="Model"><dir name="Authorizenet"><file name="Cards.php" hash="ec547fc0f32816806ccf741073713c88"/><file name="Debug.php" hash="7225ccf5dbff77f24cfd280ac6928b18"/><file name="Request.php" hash="6c3fed1b8bcd2837a49dbfbfc48498ef"/><file name="Result.php" hash="dab516a3e88880d8341470855eba0e9c"/><dir name="Source"><file name="Cctype.php" hash="46ba53f7c65dcf67e4b376fb53d320b8"/><file name="PaymentAction.php" hash="fdd7289f62b6e99038d35de042265630"/></dir></dir><file name="Authorizenet.php" hash="eb9423794ee443593ec6366d1ffe3f5c"/><dir name="Mysql4"><dir name="Authorizenet"><dir name="Debug"><file name="Collection.php" hash="d66706f5c8f4ea4969423e4e708092b6"/></dir><file name="Debug.php" hash="7f59ffe584c780ef437c66af6b96a045"/></dir></dir><dir name="Resource"><dir name="Authorizenet"><dir name="Debug"><file name="Collection.php" hash="1e1240dc03b53f7da4cf2cbfc99653a5"/></dir><file name="Debug.php" hash="c8d11cac7483adc00c93079a9f484eb8"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Paygate"><dir name="Authorizenet"><file name="PaymentController.php" hash="8c211406a75424ad39e4ac7511d156eb"/></dir></dir></dir><dir name="Authorizenet"><file name="PaymentController.php" hash="cbdedfea3fe3c7ca6d4845aa4685e06f"/></dir></dir><dir name="etc"><file name="config.xml" hash="8b5facff5d88087c59325a426c1501bb"/><file name="system.xml" hash="95f0cb4132ba79c85d84a8cfce99c712"/></dir><dir name="sql"><dir name="paygate_setup"><file name="install-1.6.0.0.php" hash="de7d3a1565b5bc7842fbe414a60be276"/><file name="mysql4-data-upgrade-0.7.0-0.7.1.php" hash="27f7b00e9cf64a83f29106be64f531f9"/><file name="mysql4-install-0.7.0.php" hash="8c5c921c7235ae909360ddb4d931a04a"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="5db46384790e2f414d9d9431fc661c8a"/></dir></dir></dir><dir name="Payment"><dir name="Block"><dir name="Catalog"><dir name="Product"><dir name="View"><file name="Profile.php" hash="d4f77ea022c22af8f3bbc58d7059e9ae"/></dir></dir></dir><dir name="Form"><file name="Banktransfer.php" hash="96e488298e56bcb681b505665a800206"/><file name="Cashondelivery.php" hash="cc71a3389fa94f4af3eb5635c75ccf1a"/><file name="Cc.php" hash="96f9a878d9774bce3b1e12010f082bcc"/><file name="Ccsave.php" hash="5e6e8daf4a498cfc0179d8bbecaa61c3"/><file name="Checkmo.php" hash="70d1845f7db7c812ef8f0d8f5e54b24e"/><file name="Container.php" hash="71e5f16a7ab953d2e517ca55b8f99434"/><file name="Purchaseorder.php" hash="ca11d5c48da12e76dc5842d9b0d44db4"/></dir><file name="Form.php" hash="7020d888b733e6a264d25f46a0015a41"/><dir name="Info"><file name="Banktransfer.php" hash="61a20712659eeb0054b424c44bc51ad8"/><file name="Cc.php" hash="137583e7739f62c4e2f570a3f9081a10"/><file name="Ccsave.php" hash="c8f8a88cb3a9615e4dd4f4cf78a86501"/><file name="Checkmo.php" hash="89e9a24c1e3c140795be3d32904db68a"/><file name="Container.php" hash="2721357d17f091eaeff2c80f095bc90d"/><file name="Purchaseorder.php" hash="83d989b30df59ee4c7307dceb739c713"/></dir><file name="Info.php" hash="646fdd8506ed6d09b275e3886c756278"/></dir><file name="Exception.php" hash="4cc6ab85f0778368f0eb39e2539a553b"/><dir name="Helper"><file name="Data.php" hash="bbd57ee0e70fbb754fd50ce15db40754"/></dir><dir name="Model"><dir name="Billing"><dir name="Agreement"><file name="MethodInterface.php" hash="397347e41a9ddba64085d5d775bfcdfd"/></dir><file name="AgreementAbstract.php" hash="6a747b6b1afdf82857430ac0c3cedfa8"/></dir><file name="Config.php" hash="16a0645f985d56a84f1b88de13c91f30"/><dir name="Info"><file name="Exception.php" hash="a0a14b39a0116c5eeb0fa0a2127a8b05"/></dir><file name="Info.php" hash="20a034e4865f8dd644a4f57c3f2da3a6"/><dir name="Method"><file name="Abstract.php" hash="a11d7a3661774be12bc88e519e63cb4e"/><file name="Banktransfer.php" hash="c1f4f380de30b1ef7aeade6c80b92b86"/><file name="Cashondelivery.php" hash="bf1df0bd580e6ae677407eb9f6f04094"/><file name="Cc.php" hash="40c7c4a3494fd4037eda3bb6a0c71ae6"/><file name="Ccsave.php" hash="a7b33a59b0f27f352957dc2cb3c2d58c"/><file name="Checkmo.php" hash="b287671a4294355a1c0f72fc7bf8f7c2"/><file name="Free.php" hash="8ffa55235dd9fd8e8a7dcfb1b778fdc4"/><file name="Purchaseorder.php" hash="1c455316ac9570fdebce43ff8ec897f6"/></dir><file name="Observer.php" hash="f0a18d39957401c7c475c765392e4780"/><dir name="Paygate"><file name="Request.php" hash="76c9029094e3b58788c3cb55e0450145"/><file name="Result.php" hash="86a6e127cb4dab852e67e7b87adbb787"/></dir><dir name="Recurring"><dir name="Profile"><file name="MethodInterface.php" hash="248b26d9e70af0ee456ec1aa561f4351"/></dir><file name="Profile.php" hash="8419896316938276d02a2743afba6d52"/></dir><dir name="Source"><file name="Cctype.php" hash="c0b08646a5b92460be0f2b08d00cc1b9"/><file name="Invoice.php" hash="98770bd79a045bb2eb922d6547b50dd8"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="13565ba2287d2e52f7ab1edac90350d0"/><file name="config.xml" hash="3d18e15c8f95b5e95b0268eb45922151"/><file name="system.xml" hash="83ecaa336bb071e06755a5351e94d804"/></dir></dir><dir name="Paypal"><dir name="Block"><dir name="Adminhtml"><dir name="Settlement"><dir name="Details"><file name="Form.php" hash="cb4fbdb42a7bc02b60f491c938324f9b"/></dir><file name="Details.php" hash="f8e8cbb3faaf3ee4b5756dfe60fcf8dd"/><dir name="Report"><file name="Grid.php" hash="741f42285f6f33a704606d0a4fe073e8"/></dir><file name="Report.php" hash="2889342c6304c0c2b0b0febe20123f45"/></dir><dir name="System"><dir name="Config"><file name="ApiWizard.php" hash="f32424bdfba05f95031e1a6c26422d65"/><file name="BmlApiWizard.php" hash="c5c64197283cb705f0d1f033c6fd7d5d"/><dir name="Field"><file name="Country.php" hash="f790734968e0337c407445dfacca1ce7"/><file name="Hidden.php" hash="461ed62155fd6bdf7ed0b59dec0d106a"/><file name="SolutionType.php" hash="9fb111b492ba47f44144d2687fb0cb40"/></dir><dir name="Fieldset"><file name="Deprecated.php" hash="1490fd00835dd0acdd38b4d59f2bf2bd"/><file name="Expanded.php" hash="ca208fd422cb24b0163911e07c71d1f6"/><file name="Global.php" hash="7926220fc2d1564a5c5aac362965ca75"/><file name="Group.php" hash="ee6dded78a1b56b313e6d4b865a25835"/><file name="Hint.php" hash="e22ef11190f4e5f7d76ecef7bfce0243"/><file name="Location.php" hash="e256cbef3b3fab60169e279e0846e34a"/><file name="PathDependent.php" hash="ec17fa76cadda7221c3af0182fda7b1f"/><file name="Payment.php" hash="f1ff188a4b051daec6d6adba1f6effcc"/><file name="Store.php" hash="37f04dd43325148bc8f703272e9ddc1f"/></dir><dir name="Payflowlink"><file name="Advanced.php" hash="14f826f6c9f2c18f4fb897ce2d12c747"/><file name="Info.php" hash="72b0964ec1c4e743b56a229e1fd70a73"/></dir></dir></dir></dir><dir name="Bml"><file name="Banners.php" hash="bb136122aeabd3a62ed4554d724ef34c"/><file name="Form.php" hash="68f759108c4855ba26e8b3ebddfbb59a"/></dir><dir name="Express"><file name="Form.php" hash="997dcb2278e780602906b7fd7eed56b3"/><dir name="Review"><file name="Billing.php" hash="c8c1f85ba76806e32fff5371667cc825"/><file name="Details.php" hash="a807d26c575b841e79a769bc40aeffb7"/><file name="Shipping.php" hash="1c8972a25b0673aa8aef3cb0107a02af"/></dir><file name="Review.php" hash="4b2edf5471ab1053e3a57b011a6446b0"/><file name="Shortcut.php" hash="72d079a13367c286697ed8f4de1f163a"/></dir><dir name="Hosted"><dir name="Pro"><file name="Form.php" hash="f74905adb7204c7e7729ec7c9a197b67"/><file name="Iframe.php" hash="c3e4d8ca016338fdd286f404776338f1"/><file name="Info.php" hash="3a3b8925e0f7e227de22cb9cd07b5089"/></dir></dir><file name="Iframe.php" hash="46e154ef444310411cde77d1aa4d073b"/><file name="Logo.php" hash="3f4c0d441e890862bc94de46c234a8cb"/><dir name="Payflow"><dir name="Advanced"><file name="Form.php" hash="d5c26641933bb05a4d569c236f7f0fc9"/><file name="Iframe.php" hash="a67a7571526d1a72f159796fdedb6bfc"/><file name="Info.php" hash="df5405653df7233ec3109cbb07d8f63a"/><file name="Review.php" hash="72d4850b6c55582b23cd601604926e32"/></dir><dir name="Link"><file name="Form.php" hash="1db34b9e40366a017678297f35f03ded"/><file name="Iframe.php" hash="8b6f79bb95bb348ca7cef6c1145a3215"/><file name="Info.php" hash="3c8b5648636c083937f493290ece23ba"/><file name="Review.php" hash="14b1ebb2eb4ef9d61d8c30a6f09bc186"/></dir></dir><dir name="Payment"><file name="Info.php" hash="d5cdfb665b6699850c464080244174c9"/></dir><dir name="Standard"><file name="Form.php" hash="5dc0ae2754570af5a633963f5e1815b0"/><file name="Redirect.php" hash="0d58f305a8501fca832024b2eb398bab"/></dir></dir><dir name="Controller"><dir name="Express"><file name="Abstract.php" hash="dbeb4902764b7905a6762589087a169c"/></dir></dir><file name="Exception.php" hash="29fb176e80dc9fdf0dc916a699477524"/><dir name="Helper"><file name="Checkout.php" hash="bd8913b89fcef6b96af51c38d0c87f75"/><file name="Data.php" hash="99ac0db41b2fe787c6c50473b54d57f7"/><file name="Hss.php" hash="e6b34f21723d0687415cf5da4ecf22bb"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="5eddd701e007da111744223362037808"/><file name="Nvp.php" hash="f3ac546457ee1a9ea6b786ee64ba3f74"/><file name="ProcessableException.php" hash="8a16dc1dc5148dbff52d8c9945f95fae"/><file name="Standard.php" hash="857e54a861f8a13cb9cddba1d9510b92"/></dir><file name="Bml.php" hash="92de9ec20fc50f0c5cea6f2f847da826"/><file name="Cart.php" hash="e7d6e387777312dd1306efb6e410f7db"/><file name="Cert.php" hash="9983bbf3539041c03d768cdd14e4b7ff"/><file name="Config.php" hash="dafb4118d18044e49fc852b2b637a3e7"/><file name="Direct.php" hash="f6ff9c1f627b0f7d692cc876d9d85ce6"/><dir name="Express"><file name="Checkout.php" hash="9ec1177ffedbaac0db0bc0f40b73e4a7"/></dir><file name="Express.php" hash="36bc7fea104dbe009c8dc66aa8beaed7"/><dir name="Hostedpro"><file name="Request.php" hash="0ba23512282ef0b79889aa8a7276c117"/></dir><file name="Hostedpro.php" hash="628c6b0d218a54ee3d71e8b0caab13b9"/><file name="Info.php" hash="17c64de93589f176c4d15537bbcc5ee4"/><file name="Ipn.php" hash="5f6eda02a02f5df2a1f3361218fa5a1a"/><dir name="Method"><file name="Agreement.php" hash="4d58de011031879ab2cba4f5c559fcd3"/></dir><dir name="Mysql4"><file name="Cert.php" hash="42f3a274a7f4246cdb9c3e8c47d4c74a"/><dir name="Report"><dir name="Settlement"><dir name="Row"><file name="Collection.php" hash="17c5bfb6308c86d2c1e2e9caa9b3d8fd"/></dir><file name="Row.php" hash="733172e2a2e12e2751a7af61a67d0893"/></dir><file name="Settlement.php" hash="80720af091db0e8cf41ffb32abcf3f13"/></dir><file name="Setup.php" hash="95cc7c744da1e6ceb22ef03b67af06f6"/></dir><file name="Observer.php" hash="76f44b13316cc5bafcbfbca33264a034"/><dir name="Payflow"><file name="Request.php" hash="bcb53dc4cfb431bf92189aaa2ed1bc3b"/></dir><file name="Payflowadvanced.php" hash="0b4a7cc0327611411b98437776ad7ab6"/><file name="Payflowlink.php" hash="4a4522b1bc34885bdb933bbd7ab9f50b"/><file name="Payflowpro.php" hash="2653b5d39e28d87b076a66e814faeec7"/><dir name="Payment"><file name="Transaction.php" hash="2b326a7d9aa13516df799b2ae67ff85d"/></dir><file name="Pro.php" hash="3514cfb19629e8c678cfc3ff0856bfb4"/><dir name="Report"><dir name="Settlement"><file name="Row.php" hash="9d7c717e718d8b06289e8619d818976e"/></dir><file name="Settlement.php" hash="71fec7bf195994e09c518d0b0cf305e0"/></dir><dir name="Resource"><file name="Cert.php" hash="46445a7ab3d8a58d2ebb0735f56f77dd"/><dir name="Payment"><dir name="Transaction"><file name="Collection.php" hash="5b7b63ac1a3b0915079178766629dc04"/></dir><file name="Transaction.php" hash="0283ff5f8025ff0548f1cd78fa6a8c3f"/></dir><dir name="Report"><dir name="Settlement"><dir name="Row"><file name="Collection.php" hash="0889ff9768f6246e8299c4f0692510bb"/></dir><file name="Row.php" hash="343d39ada8a6b5d0b06dc9bd37146a32"/></dir><file name="Settlement.php" hash="53063bed8256ed512508746e73a33a01"/></dir><file name="Setup.php" hash="519154f5c8cb55d51f6a050a191ba6f7"/></dir><file name="Session.php" hash="4f0ab4b0c3f116eecedef203f77ade34"/><file name="Standard.php" hash="b6bfd91569ba7dd2b41470a533d6842e"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Cert.php" hash="9a52b494077c7cc3f86137b95b0c64b0"/><file name="Cron.php" hash="ee3d78d0107af1506fd5e367c77d725e"/><file name="MerchantCountry.php" hash="d9740952b9adb2ed55f1fba737796756"/></dir><dir name="Source"><file name="AuthorizationAmounts.php" hash="3ad969f3f3b6d7ab2ec0ec9e095da7f7"/><file name="BmlPosition.php" hash="78507336db04c809b731b492a590b2ce"/><file name="BmlSize.php" hash="0fb1616643677a5653d08ddf85a84adf"/><file name="BuyerCountry.php" hash="0d7490f37b7f210b3ab9ddf554af28d6"/><file name="FetchingSchedule.php" hash="944c66aed6451ff4166d07a123864233"/><file name="Logo.php" hash="f6f09556a8960f3d72f28e623a84a2d1"/><file name="MerchantCountry.php" hash="f96ad7f4a55e58193387f56df8b08091"/><dir name="PaymentActions"><file name="Express.php" hash="4a783eac2022684b14e6d3349be16416"/></dir><file name="PaymentActions.php" hash="cc3e3109809102e307c9709a6aeea57a"/><file name="RequireBillingAddress.php" hash="addedf16e51df0630baf3d07d0f7fb94"/><file name="UrlMethod.php" hash="ed7d0dad869a990ac2250a84a6e5d872"/><file name="YesnoShortcut.php" hash="15f9f2c76fbe390a3a3d3c9e6eba5ad5"/></dir></dir></dir></dir><file name="UnavailableException.php" hash="83bfac0bc39a79e69bf479626646a295"/><dir name="controllers"><dir name="Adminhtml"><dir name="Paypal"><file name="ReportsController.php" hash="77b73ab98e242b2e15dacbbc8ab1e9d4"/></dir></dir><file name="BmlController.php" hash="7970135c5f16526ba709f8e03422e4b9"/><file name="ExpressController.php" hash="e915385a0b6fe1c9a7005c7853e5abec"/><file name="HostedproController.php" hash="cca007ce86c1a353f3c3a9e8777a9035"/><file name="IpnController.php" hash="48e057136a1fd15a0a57bc28883529f3"/><file name="PayflowController.php" hash="2ca92deea738cf0479ee14e43bfb3c86"/><file name="PayflowadvancedController.php" hash="aafcdb3c035468f153c6b8d72699a2db"/><file name="StandardController.php" hash="188b5bc423eddfc593e0277c40afded1"/></dir><dir name="data"><dir name="paypal_setup"><file name="data-install-1.6.0.5.php" hash="80a6277fc286982c03e3e03df746ad3b"/><file name="data-upgrade-1.6.0.2-1.6.0.3.php" hash="198c7d567bcd74c4652e47cfe5940fdf"/><file name="data-upgrade-1.6.0.4-1.6.0.5.php" hash="ea5de666cb1f484f83f6978a896634e1"/><file name="data-upgrade-1.6.0.5-1.6.0.6.php" hash="22b0a3eea54292e054d5d3f58211703a"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="f066a5fcd1035d67c1add4160e0c30af"/><file name="config.xml" hash="04c60960815af5ba3447661a691ecebe"/><file name="system.xml" hash="e5879b79b4abceeb5b5968345c30dfb0"/></dir><dir name="sql"><dir name="paypal_setup"><file name="install-1.6.0.0.php" hash="5aab34a77a51ad23d6370ace39e90ede"/><file name="mysql4-install-0.7.0.php" hash="07b8523f8b9b1147db02ea1bfc1bea05"/><file name="mysql4-install-1.4.0.0.php" hash="4da487c9d1e3af37926f5b6e72c41981"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="069b2508b8cfc634587d019dda0e90da"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="b159e3a62f978ac9eb4c321b89f8eb39"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="bf61e59c579c4b080276aaf6f27c48ec"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="4c0d32e585ccb1c3f98bc00620f53419"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="9b8878fc12a0aa8d621eeb818f747be9"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="60e397c77c9a1933aec08a8a46fbfac5"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="309043d8878a76d283660c34b667f096"/><file name="upgrade-1.6.0.3-1.6.0.4.php" hash="8ce4f91bd3ddfa83c495f6f89f3c8a1f"/></dir></dir></dir><dir name="PaypalUk"><dir name="Block"><dir name="Bml"><file name="Form.php" hash="aa7f730c42a791c5d1ff0d19c3ad7fc5"/></dir><dir name="Express"><file name="Form.php" hash="ae23bc95f0d4ca97cfcd3a4184efe85f"/><file name="Shortcut.php" hash="5c5bc0017b85e05503d8424561843565"/></dir></dir><dir name="Helper"><file name="Data.php" hash="7dc758abf9b37bc572ebf1945f013061"/></dir><dir name="Model"><dir name="Api"><dir name="Express"><file name="Nvp.php" hash="2c8c4eb5df7823f8be84984584bc5782"/></dir><file name="Nvp.php" hash="baae05021f32a8ae980649ddc292dbd8"/></dir><file name="Bml.php" hash="c724d7d0787b589bf84a9d3c7f3b486a"/><file name="Direct.php" hash="163fe941531a280057feb873c3d2b011"/><dir name="Express"><file name="Checkout.php" hash="0aad08fc30823d7f9582773437e857fc"/><file name="Pro.php" hash="fda95f10e8141047188d97f78c727ced"/></dir><file name="Express.php" hash="5fbd26cbabea4a4f8f3614c039aff61d"/><file name="Pro.php" hash="9b1b1e1a2345fd27bd0f674ad64491db"/><file name="Session.php" hash="6946cc189d6b18fd980fe79f2e152b1b"/></dir><dir name="controllers"><file name="BmlController.php" hash="97d2616ece430b8a6dd5b188e01c037c"/><file name="ExpressController.php" hash="53b5db3844b8025afbccfca9065fb154"/></dir><dir name="etc"><file name="config.xml" hash="694bac79fa33ca10d7c7ea576e548d67"/></dir><dir name="sql"><dir name="paypaluk_setup"><file name="install-1.6.0.0.php" hash="5709408d3fcaa73d2767f2a93cfbbb4e"/><file name="mysql4-install-0.7.0.php" hash="09a3f0fb731e51cca1a3f5b7007fb70b"/></dir></dir></dir><dir name="Persistent"><dir name="Block"><dir name="Form"><file name="Remember.php" hash="9e215555bd0c8238519d8335f7da98a2"/></dir><dir name="Header"><file name="Additional.php" hash="7ae1fa0418437a99f1e8cd849807c575"/></dir></dir><dir name="Helper"><file name="Data.php" hash="900672eed0e118901a11646f127c571c"/><file name="Session.php" hash="265e2fbcce6fce26cc3ba7fcc6a5e33f"/></dir><dir name="Model"><dir name="Observer"><file name="Session.php" hash="81bd5a09f4b53c28f71d456289b6cce7"/></dir><file name="Observer.php" hash="7501c651e1596cfdd0f49d0aae3b8280"/><dir name="Persistent"><file name="Config.php" hash="0b6850cbf022a76b8bdffe647af2efd6"/></dir><dir name="Resource"><file name="Session.php" hash="416713a0096c98ff3e0d62bbeb88ea2d"/></dir><file name="Session.php" hash="7d9e36e067d20fb095fc0076ca9bb270"/></dir><dir name="controllers"><file name="IndexController.php" hash="d5d6cba7c37d6e928ca796b2b1bbb9e5"/></dir><dir name="etc"><file name="adminhtml.xml" hash="1394708fdc3fdd96c2b9265ab4be2480"/><file name="config.xml" hash="b37925c33c4f918e9faec392afc25472"/><file name="persistent.xml" hash="c5d4f50fbfaddfaa7f1f8a7615472284"/><file name="system.xml" hash="d75d93f142387654f5a67b50fb81b085"/></dir><dir name="sql"><dir name="persistent_setup"><file name="install-1.0.0.0.php" hash="880cff7e4a71e0d1e3e34b72afb6aaa0"/></dir></dir></dir><dir name="Poll"><dir name="Block"><file name="ActivePoll.php" hash="e5ba156925c639bbc9ddfc36a073dcd9"/><file name="Poll.php" hash="1b50fa6521d460c8c25f602ac9b609b6"/></dir><dir name="Helper"><file name="Data.php" hash="58487bd4441080533ab2a2abc3826843"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Poll"><dir name="Answer"><file name="Collection.php" hash="d7293bf7cc210e439923d1e79de4931b"/></dir><file name="Answer.php" hash="0255aa278eefa20e06156208cebf3d22"/><file name="Collection.php" hash="d8f0af14b5dd43d55f917a9e1f8a9091"/><file name="Vote.php" hash="b3530fae4cbcca5fa51ab3bba431b632"/></dir><file name="Poll.php" hash="30887f6c97be68cb317e4427c105ac90"/></dir><dir name="Poll"><file name="Answer.php" hash="11e4fc5659f42815fafa0b7b52798b87"/><file name="Vote.php" hash="cf0b4ca7be19923ed2fc862adb12d7ab"/></dir><file name="Poll.php" hash="357fae42b2153b48f1b4e1a7f1a30f10"/><dir name="Resource"><dir name="Poll"><dir name="Answer"><file name="Collection.php" hash="b23303c6b6fdf0f42bcab2a57a58369d"/></dir><file name="Answer.php" hash="cabe728a0f9b139734c9dd04fe10a47e"/><file name="Collection.php" hash="7d928e7533a1fc68d119c79dff35731b"/><file name="Vote.php" hash="04d0d99d879449a8456008469d97c0d6"/></dir><file name="Poll.php" hash="18aebf0142533ca394b91c8e9c763df3"/></dir></dir><dir name="controllers"><file name="VoteController.php" hash="fe4ab0b8b3eac663212aa799a2dde743"/></dir><dir name="data"><dir name="poll_setup"><file name="data-install-1.6.0.0.php" hash="57ee7a529e411cf5997447fd4aa85001"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="0f685b9fa330060fc254ff3d2168f36c"/><file name="config.xml" hash="c509af89a1abd74d6d4a980dd06ef746"/><file name="system.xml" hash="008f6876075bba235f1ab72f3784e40c"/></dir><dir name="sql"><dir name="poll_setup"><file name="install-1.6.0.0.php" hash="4ccd0dd5fe933471bc655e08366b8d51"/><file name="mysql4-install-0.7.0.php" hash="a5c9b467dbb5fc2800d15b0b1b9b3214"/><file name="mysql4-upgrade-0.6.0-0.6.1.php" hash="e2406cf62bb09bcec5a5db48de1accbc"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="b01d926e5440af25aac2e3347d131fad"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="2f7e9e56787dd09feecd0a91f1c9b808"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.1.php" hash="22ba2c772198af04c98a16d892e6b3f6"/></dir></dir></dir><dir name="ProductAlert"><dir name="Block"><dir name="Email"><file name="Abstract.php" hash="b78f9c5cb60de60cc85448d5ffbde49c"/><file name="Price.php" hash="163553bdbb5fbb99c5f2116a6b86a5ce"/><file name="Stock.php" hash="b084bb6fc00c26f326efa177b66eab4c"/></dir><file name="Price.php" hash="0165ba8d6c3b306d41ac25d6df92c762"/><dir name="Product"><file name="View.php" hash="396ddff8a1fe15916453fa129c275a04"/></dir><file name="Stock.php" hash="705e1f239ca520b41eb0cd1bc6906770"/></dir><dir name="Helper"><file name="Data.php" hash="435bd2ebd4e1d70af8cdb98c38ce73a4"/></dir><dir name="Model"><file name="Email.php" hash="92b7d5f0b77fcb187ea9d653d21a176b"/><dir name="Mysql4"><dir name="Price"><file name="Collection.php" hash="4b2cf4cb50683825dc386e25a677b748"/><dir name="Customer"><file name="Collection.php" hash="b272f38b4ecc852e6221dc3a60612c91"/></dir></dir><file name="Price.php" hash="0b4624533bdaab83ae71c176dbf2892a"/><dir name="Stock"><file name="Collection.php" hash="275faf5f740553b5fb997b9b1e7564d8"/><dir name="Customer"><file name="Collection.php" hash="5e4e21378d827e45f29c31a3cef7d35e"/></dir></dir><file name="Stock.php" hash="33a1e288eaa6dd5976de8b3df0955d1d"/></dir><file name="Observer.php" hash="69003f2112b8cee2b2a7b8d1997e474e"/><file name="Price.php" hash="2d1b8f570abe73f7523eb6677e612f83"/><dir name="Resource"><file name="Abstract.php" hash="bd2b0184bd4d58bfadee48ef28ce35a0"/><dir name="Price"><file name="Collection.php" hash="b31e4fcdc39ab0e56cd6643b992985a0"/><dir name="Customer"><file name="Collection.php" hash="a347794fbf9ecade90d308fc1c00369e"/></dir></dir><file name="Price.php" hash="37f472ff58eed50d6f7c26940b155a8c"/><dir name="Stock"><file name="Collection.php" hash="774ea9841ef695ad19d65beb668e7205"/><dir name="Customer"><file name="Collection.php" hash="c4f768491f5b5d7798414fd332f43a7b"/></dir></dir><file name="Stock.php" hash="7cfe45ea4b2458894493672868018e70"/></dir><file name="Stock.php" hash="5f0e75d935e106b155734bbde07b7864"/></dir><dir name="controllers"><file name="AddController.php" hash="0b6f56b61df159fefea23fa4552692d6"/><file name="UnsubscribeController.php" hash="82505651bb5019bf3dfb95093b0995fa"/></dir><dir name="etc"><file name="config.xml" hash="001337e6c583d2f3f26d44e3cfe555d1"/><file name="system.xml" hash="d84bb963d7f5b4cf22a03c4deb52a624"/></dir><dir name="sql"><dir name="productalert_setup"><file name="install-1.6.0.0.php" hash="a92eddef23a3484b842856ef72121ef9"/><file name="mysql4-install-0.7.0.php" hash="e89de2fcea2f54aa14f7617cc681794f"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="b99ee730e3d14d63895955d2e5a427d1"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="3501c34d6ad3e1085829ba8dcde4d521"/></dir></dir></dir><dir name="Rating"><dir name="Block"><dir name="Entity"><file name="Detailed.php" hash="4eb25f1a9e6163f23b3faa9be30b322c"/></dir></dir><dir name="Helper"><file name="Data.php" hash="14fe099579be425e046cf4baa2269f81"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Rating"><file name="Collection.php" hash="199be75ea7936000cd96d7b9c447aa12"/><file name="Entity.php" hash="3f2022b5b67bd4abc7f0ac3f509afed7"/><dir name="Option"><file name="Collection.php" hash="e28ff13a03058bddd988f336d0ebde94"/><dir name="Vote"><file name="Collection.php" hash="fb2a13a29686bee06540ec84618c7785"/></dir><file name="Vote.php" hash="348ee316efdcd6e72f9c73698c3bb559"/></dir><file name="Option.php" hash="caa09c75e72bb9e9f7992dedce72a300"/></dir><file name="Rating.php" hash="d3d887ee5ea69fed5d702e4a44cf2d28"/></dir><file name="Observer.php" hash="899e728959dd4be39aaf149b487dc55e"/><dir name="Rating"><file name="Entity.php" hash="3f3f094661bfb22f8f084b1d59a7cfbf"/><dir name="Option"><file name="Vote.php" hash="c198b1db18445b3755f24cb0e1a426df"/></dir><file name="Option.php" hash="2c0f925d315040523d7f423e9ff8263e"/></dir><file name="Rating.php" hash="a9898f79371b07444aa2a775646610d6"/><dir name="Resource"><dir name="Rating"><file name="Collection.php" hash="16eb6ba087aa80451da36964c1f2fe5d"/><file name="Entity.php" hash="2ecde4c4d51ff6c1919d1c96da9bd98b"/><dir name="Option"><file name="Collection.php" hash="072da3b4546f54bea7f4ee0fd38f71d9"/><dir name="Vote"><file name="Collection.php" hash="40ba3db3de8631c5d096de1b3705a37d"/></dir><file name="Vote.php" hash="141e6b5e7e41cffa7410231052f672a7"/></dir><file name="Option.php" hash="1df0d964cd499fc573a851ba45f7afad"/></dir><file name="Rating.php" hash="9c8021dbf06bf4ed5a8e39b1d77bc491"/></dir></dir><dir name="data"><dir name="rating_setup"><file name="data-install-1.6.0.0.php" hash="013fcb8189067cd09670995b70d9b72e"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="2a4213e78f9a6bdbffe93bf795227d87"/><file name="config.xml" hash="3cafac7c52219f5b450bc8262efcf800"/></dir><dir name="sql"><dir name="rating_setup"><file name="install-1.6.0.0.php" hash="2af95cebba1b5331a74cd4693cb64a6f"/><file name="mysql4-install-0.7.0.php" hash="d1f324fa7fcefa3294ac7d2b485ef006"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="ccc59e88e752ca94f41a0a6fa59083c6"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="2b4d661f909b01b416d1b067053a1677"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="5ea2473117d80922687f752170475815"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.1.php" hash="51e3f91432ffe05adc7a38e6d9136057"/></dir></dir></dir><dir name="Reports"><dir name="Block"><dir name="Product"><file name="Abstract.php" hash="84279b6bd41a99e179b5d6733c9296fe"/><file name="Compared.php" hash="1f3e9f63cfd66abbf2b792307fdb21db"/><file name="Viewed.php" hash="ffb662948f5021b6c14e11c62bb67c21"/><dir name="Widget"><file name="Compared.php" hash="50899316b9002310264432953e6ed010"/><file name="Viewed.php" hash="215fa53c744069cb14810e6601a18ded"/></dir></dir></dir><file name="Exception.php" hash="780eddcb13be0be19d3634d118967d26"/><dir name="Helper"><file name="Data.php" hash="7870bb2046789112543f05af1a14c4f1"/></dir><dir name="Model"><file name="Config.php" hash="6b0e0b415ca9f9f7d4a2e5b49312462b"/><dir name="Event"><file name="Observer.php" hash="7d6b32da3850d56bf33c370a0d482389"/><file name="Type.php" hash="56ac6267c40a3ded7d068d6e132a6bc3"/></dir><file name="Event.php" hash="002fcbfa8ab7fb24f7f882f3a654e474"/><file name="Flag.php" hash="71c1659de5dafea988a8e2fa9e2dcdf5"/><dir name="Grouped"><file name="Collection.php" hash="02fff2843ae0faeeabee28aca358311d"/></dir><dir name="Mysql4"><dir name="Accounts"><file name="Collection.php" hash="4c955bfe44f66856e209bb5ec2b0b3aa"/></dir><dir name="Coupons"><file name="Collection.php" hash="f49a18767acbbb136630c7bd16870e07"/></dir><dir name="Customer"><file name="Collection.php" hash="31284ea647b5caf72fe3297494d56b35"/><dir name="Orders"><file name="Collection.php" hash="b4ac69f2925108e745ee8cded4bda25d"/></dir><dir name="Totals"><file name="Collection.php" hash="bec3fb73ae57b3fbbe5d463dae2d3be8"/></dir></dir><dir name="Entity"><dir name="Summary"><dir name="Collection"><file name="Abstract.php" hash="71f5c397154ba757e298b12ba24bdef0"/></dir></dir></dir><dir name="Event"><file name="Collection.php" hash="3485f83db23f134bf08af2e82b01ff7c"/><dir name="Type"><file name="Collection.php" hash="ccf66159be957e50effc852d3d5e5202"/></dir><file name="Type.php" hash="b260a0b771b5c540efe3bb58f25f2687"/></dir><file name="Event.php" hash="2cb8807d3e18b330aa8fc669c02ecf86"/><dir name="Invoiced"><file name="Collection.php" hash="fb6b71edbcb3d9e61f921f6ef3c6d0d7"/></dir><dir name="Order"><file name="Collection.php" hash="5b1c048f054309a4bb98992a90659642"/></dir><dir name="Product"><file name="Collection.php" hash="d4da30328940e3b3c2a135ec171f76a6"/><dir name="Downloads"><file name="Collection.php" hash="44ef2f2cfc225504dc0b044b67ff24fe"/></dir><dir name="Index"><file name="Abstract.php" hash="a44e990b577f6da352d6c636df730858"/><dir name="Collection"><file name="Abstract.php" hash="202d2878a5ea7f2def457203308d5618"/></dir><dir name="Compared"><file name="Collection.php" hash="5ea35ad1d21a89092fada7823751c53e"/></dir><file name="Compared.php" hash="3c816b64bc478ccf4593b3194f810bba"/><dir name="Viewed"><file name="Collection.php" hash="c5bacf86092ea22f6f2341ac22335083"/></dir><file name="Viewed.php" hash="22507421f423dd2c56d84e3aadec04ff"/></dir><dir name="Lowstock"><file name="Collection.php" hash="818d2050f2414286cf84801bf84d3e64"/></dir><dir name="Ordered"><file name="Collection.php" hash="005c54fa10d6e4bac5aa0c218116e575"/></dir><dir name="Sold"><file name="Collection.php" hash="71f70f331766f66578461767fc4327d5"/></dir><dir name="Viewed"><file name="Collection.php" hash="e225a8a54630d25ca7a2ed12ccdd1878"/></dir></dir><dir name="Quote"><file name="Collection.php" hash="41fa1f9b19183a07450c21aa43e812d8"/></dir><dir name="Refunded"><file name="Collection.php" hash="99593327686e5f4c8b6abf28168bf572"/></dir><dir name="Report"><file name="Abstract.php" hash="9db755ff69ffefe639a7ac734a87e0c1"/><file name="Collection.php" hash="eec07c4626ac3ca8f943253b3a4ffcac"/></dir><dir name="Review"><file name="Collection.php" hash="431eeec47f2ea1acf23e567f369f8253"/><dir name="Customer"><file name="Collection.php" hash="a3b3bde95da81071d8c951c74bc4b09d"/></dir><dir name="Product"><file name="Collection.php" hash="09cb236f679aadf5e7cbb1b8bc3b3982"/></dir></dir><dir name="Shipping"><file name="Collection.php" hash="22e7ff4b223b7b76b66469c8449f263c"/></dir><dir name="Shopcart"><dir name="Product"><file name="Collection.php" hash="b3d961d45442eb7933805a7ba1476f52"/></dir></dir><dir name="Tag"><file name="Collection.php" hash="7bb1ab1800d256dbf65c26b59d9f5ac9"/><dir name="Customer"><file name="Collection.php" hash="587aa58142c6fd111f7919935da2b2ea"/></dir><dir name="Product"><file name="Collection.php" hash="0e82990be2ce11915569bf3ec27436cf"/></dir></dir><dir name="Tax"><file name="Collection.php" hash="b3dd7894e3fbb70d9317c8803e9c0e41"/></dir><dir name="Wishlist"><file name="Collection.php" hash="d27c4aa7b6184f50c58bf3dde3e8da20"/><dir name="Product"><file name="Collection.php" hash="20c9c052c7d9450871e8295eb8779be6"/></dir></dir></dir><dir name="Product"><dir name="Index"><file name="Abstract.php" hash="2c01aef755ba4d455fa335cdd0fbc2d2"/><file name="Compared.php" hash="ac3cb2a91ee9dfb864d92f621d3bb162"/><file name="Viewed.php" hash="55f058551e8ac76ba414b613a39f8a9b"/></dir></dir><file name="Report.php" hash="3c1b4e737d3e253bf279e89248dd554e"/><dir name="Resource"><dir name="Accounts"><file name="Collection.php" hash="d19025a8dd08197357d6e060320932d5"/></dir><dir name="Coupons"><file name="Collection.php" hash="017a761830676d307b1a2e1191056b5f"/></dir><dir name="Customer"><file name="Collection.php" hash="b1864148ece98435c46be9bbb3e2b561"/><dir name="Orders"><file name="Collection.php" hash="081a89777f6447950ff1bb12e80c215c"/></dir><dir name="Totals"><file name="Collection.php" hash="fb38af2826508e6f0b7b9baffa237dee"/></dir></dir><dir name="Entity"><dir name="Summary"><dir name="Collection"><file name="Abstract.php" hash="cd7ec154ef4159a97baf6ea14a947a1f"/></dir></dir></dir><dir name="Event"><file name="Collection.php" hash="4d42c1587f9cb9a02ac697b9fe8f7108"/><dir name="Type"><file name="Collection.php" hash="549d5db0c8d977efff04f33e322627a0"/></dir><file name="Type.php" hash="7ad4f1460759d9cda8bb5a73d9f0a137"/></dir><file name="Event.php" hash="539c79606fe9e3e888057ce4fb6d566c"/><dir name="Helper"><file name="Interface.php" hash="3116aaf28495958a0e87f7d970c53e4a"/><file name="Mysql4.php" hash="928d299e487b87e73847aabd1c9f54eb"/></dir><dir name="Invoiced"><file name="Collection.php" hash="2328952817792708cafe8be72f7fdc43"/></dir><dir name="Order"><file name="Collection.php" hash="bf912db30ee00ab56b5d87104a94b72b"/></dir><dir name="Product"><file name="Collection.php" hash="97f50027ce5d1b7b36014d483777e449"/><dir name="Downloads"><file name="Collection.php" hash="6eb1a2b4df22d97c19b1cb5893292ee1"/></dir><dir name="Index"><file name="Abstract.php" hash="9378642a0cf610652836f2203d91ec82"/><dir name="Collection"><file name="Abstract.php" hash="bc77165af6e44c4b618cfb1ce4febe44"/></dir><dir name="Compared"><file name="Collection.php" hash="af07a96efd43e443f8113cfdc346d43d"/></dir><file name="Compared.php" hash="f10eaf6f020766259fff8e5b12911ce8"/><dir name="Viewed"><file name="Collection.php" hash="cfe72d1508634b4e2f8d1fe347341e1d"/></dir><file name="Viewed.php" hash="d9b60ea12f4e343cb654c21755c8403c"/></dir><dir name="Lowstock"><file name="Collection.php" hash="3ed61f3306728d0d8bc7d7a114142d0c"/></dir><dir name="Ordered"><file name="Collection.php" hash="55d6ac3f0a47c05784e406a940a92a8f"/></dir><dir name="Sold"><file name="Collection.php" hash="ded9bc78f4e2ec6e88fd0c0d83e693aa"/></dir><dir name="Viewed"><file name="Collection.php" hash="0880e78344264e8b772d55e748571d3f"/></dir></dir><dir name="Quote"><file name="Collection.php" hash="4faa58dde06596a3ce3d4c4332ef4d9c"/></dir><dir name="Refunded"><file name="Collection.php" hash="67775d8ffdd7f002d1a3637b7cc67f63"/></dir><dir name="Report"><file name="Abstract.php" hash="52d0e26c16be0fb57d0c1f85b04f8911"/><dir name="Collection"><file name="Abstract.php" hash="1cf06cac42e30b9eb021fc1adfa2eae2"/></dir><file name="Collection.php" hash="df7bc07501d6d9f7be652f57c9852976"/><dir name="Product"><dir name="Viewed"><file name="Collection.php" hash="632e85fceba284d438ccd3b23b8b6055"/></dir><file name="Viewed.php" hash="671690577fc63f26c98c60fcd32bc612"/></dir></dir><dir name="Review"><file name="Collection.php" hash="5a4e589fa97534ccc54f1c36218c4e26"/><dir name="Customer"><file name="Collection.php" hash="b57a86eee5d585fd5e4648acb263f82f"/></dir><dir name="Product"><file name="Collection.php" hash="a15d98640d141aa32e5bc1be4cfa5941"/></dir></dir><dir name="Shipping"><file name="Collection.php" hash="0142438241217c75d3b2f8c82f755b0a"/></dir><dir name="Shopcart"><dir name="Product"><file name="Collection.php" hash="7c031bda5ed3ef59dae88877a7a2c37f"/></dir></dir><dir name="Tag"><file name="Collection.php" hash="9ba05f83f2c3c06c11d426a18ced07e5"/><dir name="Customer"><file name="Collection.php" hash="0d78985f36ed4ceb86facf1239511a45"/></dir><dir name="Product"><file name="Collection.php" hash="9b6b1e99fa504f98a09369c6c5f44b9e"/></dir></dir><dir name="Tax"><file name="Collection.php" hash="d93b2c97d8063ecd8c90e28a0b3094a9"/></dir><dir name="Wishlist"><file name="Collection.php" hash="07ac9c25526ab0c5923d25b471f4495c"/><dir name="Product"><file name="Collection.php" hash="c8fa7350060465742760225a808c4156"/></dir></dir></dir><file name="Session.php" hash="d161e0bff0110dd26d37aabc4e170eba"/><file name="Test.php" hash="14141f8e5e765e48210430a40830599b"/><file name="Totals.php" hash="b65c42d96cf097514bda30c39131c55e"/></dir><dir name="data"><dir name="reports_setup"><file name="data-install-1.6.0.0.php" hash="e3f2f580963a87099fd93d94d27c0295"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7c75d513b591c0127618aebef0496fcc"/><file name="config.xml" hash="1576084909d15ecae4903b473081d0b9"/><file name="system.xml" hash="29ff911437eec4b7323321089e17d4a8"/><file name="widget.xml" hash="69cb80f9483375830da34d8b509a80a6"/></dir><dir name="sql"><dir name="reports_setup"><file name="install-1.6.0.0.php" hash="22520bce7d3b9600e1430086e77b18a1"/><file name="mysql4-install-0.7.1.php" hash="f213429ca5b64c7d1357f675db48a479"/><file name="mysql4-install-1.5.0.0.php" hash="3d62516542e4e3d387be9b20fff55091"/><file name="mysql4-install-1.6.0.0.php" hash="dc805f09ebea08d7bced102ebeb79e35"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="e744c9a29feb0aff13ed89afa5095378"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="07e5e26f7ff398c3501fe9a114995b1b"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="ae3ff3414b7f677d852f8c6200b0f298"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="473431a7b1fdcc069f04fc9ee20d717d"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="5a67f9e9ff733fd79605aa289cbc0752"/><file name="mysql4-upgrade-0.7.5-0.7.7.php" hash="3a7f1fec2a7d18a30305a69c498af483"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="88fd7094d9e711dfb88e0f138b4716be"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="2466d8fad4d04353f91512f5771b8aba"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="9b4ba738e3924b8078311f590f1ad452"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="1bc358a5d96b28b99fd9b4ba58202c90"/><file name="upgrade-1.6.0.0-1.6.0.0.1.php" hash="b0dd75ebedcf02ebd49b1b78c5128b31"/></dir></dir></dir><dir name="Review"><dir name="Block"><dir name="Customer"><file name="List.php" hash="da6098e2e97f87201cbb7ade506caabb"/><file name="Recent.php" hash="9483bd6b243f84b680c16360bc7855b1"/><file name="View.php" hash="a5febcf56a5b68b7f62af322469b9784"/></dir><file name="Form.php" hash="7ef294ab7c87551d6fbc5e1ac139b6ba"/><file name="Helper.php" hash="cf458d0ec36c88801c2e285d6571d725"/><dir name="Product"><dir name="View"><file name="List.php" hash="32791fbb2d6ba9f38545356dfcff95e7"/></dir><file name="View.php" hash="2844574e062962de88e502d12f12b339"/></dir><file name="View.php" hash="22a6bb4535dd41c7a9a3f91e3434e8ed"/></dir><dir name="Helper"><file name="Data.php" hash="a884dc36e502fe89af27d879f2ea8cd3"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Review"><file name="Collection.php" hash="77b6622d146df351da5f99f270199c0a"/><dir name="Product"><file name="Collection.php" hash="63efd4501aefa2840c93893f709b9636"/></dir><dir name="Status"><file name="Collection.php" hash="33c0bbb99eb7cffd5499eaa2cb707e32"/></dir><dir name="Summary"><file name="Collection.php" hash="dd6a52e659c3e9b2af2d2b4f36e798f2"/></dir><file name="Summary.php" hash="cb2fb56510a256b4f1fd4b0795b8b420"/></dir><file name="Review.php" hash="068598865af73d2b9ac55b4967e6863e"/></dir><file name="Observer.php" hash="e45dd718bbace38014514a422bd0adb9"/><dir name="Resource"><dir name="Review"><file name="Collection.php" hash="2b1984eeaf10e76419c80fce3347f1c8"/><dir name="Product"><file name="Collection.php" hash="f5c9d8da2802b69244c21dcf82b338b2"/></dir><dir name="Status"><file name="Collection.php" hash="1257240942f9b6dd9f1127eb281376ce"/></dir><file name="Status.php" hash="f882153681b24a246e54c3d1f907493b"/><dir name="Summary"><file name="Collection.php" hash="6f940d0c760b01fff7bd4e526913fefe"/></dir><file name="Summary.php" hash="0c322f5621c42ea2d7c8ff5fa70e4ef9"/></dir><file name="Review.php" hash="773adc91cc46bf83deed255d91545ce9"/></dir><dir name="Review"><file name="Status.php" hash="1d262e9814b8c3f74ec21273dd29a896"/><file name="Summary.php" hash="12985fc317504d7e25787feb868d5664"/></dir><file name="Review.php" hash="b12960c1072027e218d80779a09bffc7"/><file name="Session.php" hash="90016708828719eca8c813e23757511d"/></dir><dir name="controllers"><file name="CustomerController.php" hash="ab612f5e8904fe4f8dfad67ef75b33dd"/><file name="ProductController.php" hash="221345337a93e3aad3a26a0d3f99d2ec"/></dir><dir name="data"><dir name="review_setup"><file name="data-install-1.6.0.0.php" hash="3c6b7c508b8bbab77656027b8f94cd30"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="c9024cee5aab00fbdf8ca7c7197a6d11"/><file name="config.xml" hash="7d491690ef6e4e3348f1428f15c3cb97"/><file name="system.xml" hash="95aa38420335660d1faa2305e7dee592"/></dir><dir name="sql"><dir name="review_setup"><file name="install-1.6.0.0.php" hash="88ac39f064f56f040de24e10f438a263"/><file name="mysql4-install-0.7.0.php" hash="d62cdecff86ee942671c8f97b87b3a2e"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="d798c86f12e202cd4ca0333fc71aadde"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="e75d98e8d5950443af79c6ab35d04e8e"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="645c190f70ee7b589a5a3408e638a7fc"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="21374db84067cf84763cce7fc8060c5d"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="593effd2b9205ddbb4b2535e585206fb"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="3a0b6402373fffc83406ede8223ea370"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="465fc4ec5e8c624b4540d283e52d0277"/></dir></dir></dir><dir name="Rss"><dir name="Block"><file name="Abstract.php" hash="baa742cc2ec62f6c93edc09ee003c5a7"/><dir name="Catalog"><file name="Abstract.php" hash="44fbd407bbe41237faf75fe5cd95bc5e"/><file name="Category.php" hash="f599e619ed41b7a2f1c4c47b29815546"/><file name="New.php" hash="666a13d4d8d74737da462711131a33dc"/><file name="NotifyStock.php" hash="8c3922e61c7579b43fe996df9f6f43eb"/><file name="Review.php" hash="7827db1dc8b5655c644d2a6438d260c0"/><file name="Salesrule.php" hash="b353173798806c5be1fe19b5ec23da2c"/><file name="Special.php" hash="7eea5ca9d1d4393aea13b4c9ee1e7972"/><file name="Tag.php" hash="dde6d12ac5be4d97f57054d947c8e8e2"/></dir><file name="List.php" hash="b03dfd5bcb0783cb6c5a675a37d32b5b"/><dir name="Order"><file name="Details.php" hash="6ed212bcd56f0dae25281f751553e04a"/><file name="New.php" hash="f6165e5db1198e460f22d9432b0d8a94"/><file name="Status.php" hash="095948ce050916640bcce68295ddaa54"/></dir><file name="Wishlist.php" hash="8f986310fe0b661e2292a04e750de513"/></dir><dir name="Helper"><file name="Catalog.php" hash="df0278b047255d7c0d3f5a0ee5f21bf6"/><file name="Data.php" hash="28a3e0867a253fe707643b2faa3652c3"/><file name="Order.php" hash="4ffe455f2d60727cb4423dfb7d1ce8e5"/></dir><dir name="Model"><dir name="Mysql4"><file name="Order.php" hash="3a4ee5c330f04b85078e8bfd170d66bb"/></dir><file name="Observer.php" hash="3cd031067227b2b36443939e20c9cb2a"/><dir name="Resource"><file name="Order.php" hash="5e59851aa73b71a162964f236f3a949c"/></dir><file name="Rss.php" hash="fab4c181fb76bb6bf4e4f8a26ae13b4f"/><file name="Session.php" hash="8f6765d8c8e966dc04697de27279f4da"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Links.php" hash="8b67c064f0b6a948eb54b94feefd6be7"/></dir></dir></dir></dir><dir name="controllers"><file name="CatalogController.php" hash="950a884ef50c6308034933e7f93b09bc"/><file name="IndexController.php" hash="dde92fa35164b14453fad2d7de7fbc06"/><file name="OrderController.php" hash="9ebd1f3e52ed2329ab4ac51bab61be15"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c168d364e705450499a84f8044252e7a"/><file name="config.xml" hash="c87c0428753f52d025e696fb0d374514"/><file name="system.xml" hash="ac31dde92beae4bb244b80de421b493d"/></dir></dir><dir name="Rule"><dir name="Block"><file name="Actions.php" hash="a8ecf20949cabf1e4787a131e0fa750e"/><file name="Conditions.php" hash="f620da02ee04b33faf13f0157ecdd465"/><file name="Editable.php" hash="8c30216e6dab891d02c479bf253763d2"/><file name="Newchild.php" hash="39272a18566e034ed147ca845696529e"/><file name="Rule.php" hash="26d4b23b0640e914c11d95579520a008"/></dir><dir name="Helper"><file name="Data.php" hash="c5fe1b1bc3a30c7ef64f36d85e4fe452"/></dir><dir name="Model"><file name="Abstract.php" hash="f55ef5c3b6e7b15c3e0eb08340f8f17a"/><dir name="Action"><file name="Abstract.php" hash="d9a4127d552ae0aefa31fdbe93f74a4f"/><file name="Collection.php" hash="045c4696c30a513be6a27c54354f8112"/><file name="Interface.php" hash="78b461e527aa0f31801c221c8cf77724"/></dir><dir name="Condition"><file name="Abstract.php" hash="b05b8fc3ba8657851a4f0fcd26fa04bf"/><file name="Combine.php" hash="949b29e65057e0acf129a80564f58cf9"/><file name="Interface.php" hash="e00e9c7741572b09572e4d272dba3a07"/><dir name="Product"><file name="Abstract.php" hash="3bac0e450c6e892b8fe72739309a9de9"/></dir></dir><file name="Environment.php" hash="98bc60d201d4dc8740df2727d6c4ec35"/><dir name="Mysql4"><dir name="Rule"><file name="Collection.php" hash="484cb7cc771c1834d74a59fc3a8e378c"/></dir><file name="Rule.php" hash="04c5ada32e632af1131e7564040e808d"/></dir><dir name="Renderer"><file name="Actions.php" hash="40d90d6ce847f2c921ef8d32af877476"/><file name="Conditions.php" hash="8c8606b1a86f060366662610962556f6"/></dir><dir name="Resource"><file name="Abstract.php" hash="c627d26201eb0c41de79e0af6faac068"/><dir name="Rule"><dir name="Collection"><file name="Abstract.php" hash="275c05583653a34df19c023de437a5dd"/></dir><file name="Collection.php" hash="9048b011deb57ef5771a03c2a7b3a5a4"/><dir name="Condition"><file name="SqlBuilder.php" hash="d7e2abf2b56a9c00c6661f14a1c08cad"/></dir></dir><file name="Rule.php" hash="ac9c3a9f573d3e358575febe2443272b"/></dir><file name="Rule.php" hash="eea2473382cbfeb5fe844f673bb7056a"/></dir><dir name="etc"><file name="config.xml" hash="9f027a15f129eeaef0bd05a8c8f3c955"/></dir></dir><dir name="Sales"><dir name="Block"><dir name="Adminhtml"><dir name="Billing"><dir name="Agreement"><file name="Grid.php" hash="b66db5e0476fea7ad5e658592c814dd4"/><dir name="View"><file name="Form.php" hash="b38730172cf4aee977976ab8a1bdb3f0"/><dir name="Tab"><file name="Info.php" hash="f8db26f315094d701b21f970bfa9487e"/><file name="Orders.php" hash="a9ca66b0047d625c1192c68f12c2c537"/></dir><file name="Tabs.php" hash="7b89461544bfc5058e2a5def88014bf7"/></dir><file name="View.php" hash="2a9f081dabbd00df1519e3ad32159782"/></dir><file name="Agreement.php" hash="821bb5bff50355facc9ed39487b915ff"/></dir><dir name="Customer"><dir name="Edit"><dir name="Tab"><file name="Agreement.php" hash="e2f49fff691f2cf5b41f33defec9aad1"/><dir name="Recurring"><file name="Profile.php" hash="cf3ff23d2cfb4cbd10cec14d594610e9"/></dir></dir></dir></dir><dir name="Recurring"><dir name="Profile"><dir name="Edit"><file name="Form.php" hash="1aa1e24e127ef0e1dcfa95a0ee742404"/></dir><file name="Grid.php" hash="ec5e946ec3f750d9e5f581e05fc23014"/><dir name="View"><file name="Getawayinfo.php" hash="e2009521610f2e81355bdbe6f70c8edf"/><file name="Info.php" hash="4def8038977944c91d2046ae2e45bc89"/><file name="Items.php" hash="af7e3495853a9cc4a9cf1b18e8275dc0"/><dir name="Tab"><file name="Info.php" hash="ce18884be3dccbdbc650d23851bfd030"/><file name="Orders.php" hash="8f256dc10efe0315b073e6faa2ead6ce"/></dir></dir><file name="View.php" hash="02a4ef9a62eca0cf36753418dcc5dbd0"/></dir><file name="Profile.php" hash="a456aab846fec63ff8552681c0a619f6"/></dir><dir name="Report"><dir name="Filter"><dir name="Form"><file name="Coupon.php" hash="fd36806b1f978ee40c7324aa67365a30"/><file name="Order.php" hash="912ba323ed00f43e0a24644986ea14c7"/></dir><file name="Form.php" hash="1c8a82c62c31737f39eee4cf23aff635"/></dir></dir></dir><dir name="Billing"><dir name="Agreement"><file name="View.php" hash="f97613dcf05c7e20acd28dd5d4f06b73"/></dir><file name="Agreements.php" hash="af35951d19bef9d4d8507f2d9e504429"/></dir><dir name="Guest"><file name="Links.php" hash="567bd5051ec2e002e48e7ecc98bf49fa"/></dir><dir name="Items"><file name="Abstract.php" hash="dbd9d68ac4e7be5c8eb39f734e39e972"/></dir><dir name="Order"><file name="Comments.php" hash="e71683eb7c479b567bedbfaee3de4a18"/><dir name="Creditmemo"><file name="Items.php" hash="9448bdc7e5bab827ac651c3a6cb2b5dd"/><file name="Totals.php" hash="726c284da2d8871bcb9fd056c1657eb9"/></dir><file name="Creditmemo.php" hash="6de41ec032182bdf1a196cfed53f73c8"/><file name="Details.php" hash="e12be3942dcb62446c1382c912cd27e1"/><dir name="Email"><dir name="Creditmemo"><file name="Items.php" hash="584864e06603ab2ad72df55c63da1354"/></dir><dir name="Invoice"><file name="Items.php" hash="950d5e73bbd96b71f786e49f77a498e7"/></dir><dir name="Items"><file name="Default.php" hash="af918257ab1944a0a487eed96cb2def6"/><dir name="Order"><file name="Default.php" hash="4a8be9e14161acee900851f736468059"/><file name="Grouped.php" hash="7a7fb827e82822c2fd18249ed93b7e3f"/></dir></dir><file name="Items.php" hash="23c93499aababa4b63ae50363b693a3f"/><dir name="Shipment"><file name="Items.php" hash="faee084ecf5e7512430f8bcacb8a1464"/></dir></dir><file name="History.php" hash="bdd3dfbeb7b94a9847c1ffe884a6ebb9"/><dir name="Info"><file name="Buttons.php" hash="a3f4bfd597a42723b11d4038ae87045b"/></dir><file name="Info.php" hash="1e26d10bf842ed12cac4c0c45e831073"/><dir name="Invoice"><file name="Items.php" hash="7bf65feb8e7ef4a196f8d1b3745ea6d7"/><file name="Totals.php" hash="d41e746246944000c4d60d3327a2032e"/></dir><file name="Invoice.php" hash="9c34ad9edbbd3eb0b932add096719d8b"/><dir name="Item"><dir name="Renderer"><file name="Default.php" hash="f71f818dc81504b38e573f26247c6062"/><file name="Grouped.php" hash="1f40a0bb7d9b229ce154bd33ebbcc851"/></dir></dir><file name="Items.php" hash="94f596083ea52a9fa77640957e925541"/><dir name="Print"><file name="Creditmemo.php" hash="b08034594ebb033d810315de0b5e90de"/><file name="Invoice.php" hash="ca7f61ccd70162891717fc71513532a3"/><file name="Shipment.php" hash="83aea475a0ef70cfc7ed86b7e23cec3d"/></dir><file name="Print.php" hash="3fe17650df3d7d71764db3ba381d809f"/><file name="Recent.php" hash="f3c051ad719d89fd3d975db493eb0264"/><dir name="Shipment"><file name="Items.php" hash="a776a741a4c21299cbb473d5d1cfb083"/></dir><file name="Shipment.php" hash="ed85bcff6686ef82428263aa4b02f105"/><file name="Tax.php" hash="1c2df3fa6a02df5b0eea299399fc5c2d"/><file name="Totals.php" hash="970b344a9242a5c76a412894867f8f23"/><file name="View.php" hash="95175866f9e1b7ab62b9a180da359336"/></dir><dir name="Payment"><dir name="Form"><dir name="Billing"><file name="Agreement.php" hash="470c445bb3285738fa736216fc5ab4e4"/></dir></dir><dir name="Info"><dir name="Billing"><file name="Agreement.php" hash="4283f3918361c818cc19cc897510b774"/></dir></dir></dir><dir name="Recurring"><dir name="Profile"><file name="View.php" hash="bd1fa7bc5e80e301ef733be7250633e9"/></dir><file name="Profiles.php" hash="f674bc81dacca1431023ace82276e174"/></dir><dir name="Reorder"><file name="Sidebar.php" hash="ca7c9ef56d598f8a45ffe731551e0ffb"/></dir><dir name="Widget"><dir name="Guest"><file name="Form.php" hash="68d4573876795014ec4275623e43b037"/></dir></dir></dir><dir name="Controller"><file name="Abstract.php" hash="0f95a2fbc502cdf0a926dbadbca464ab"/></dir><file name="Exception.php" hash="170867ff5e816acffa8edb9f99735c55"/><dir name="Helper"><file name="Data.php" hash="0c45d8fbfcc7ccc578a66e22d730180b"/><file name="Guest.php" hash="f8b421f7280799d9f899d6b215e9d8ec"/><file name="Reorder.php" hash="9da7430b78aa00c14d48bce8f51d6c2d"/></dir><dir name="Model"><file name="Abstract.php" hash="6231fc9ba7b01c770ebe8b499d66eeee"/><dir name="Api"><file name="Resource.php" hash="089b01f6685d362b86f16f7df6cdd9a5"/></dir><dir name="Api2"><dir name="Order"><dir name="Address"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="46f006dcc8d4ac759f899fdacaa6bd58"/></dir><dir name="Customer"><file name="V1.php" hash="541d2f772c51cfa6879134a280d192ef"/></dir></dir><file name="Rest.php" hash="9a14d0ad9266fb5766aad3d4b566cd93"/></dir><file name="Address.php" hash="07c6d7c872eac36cfc7b7f35031a6472"/><dir name="Comment"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="63aba78b4b50183dc4c3783b282e56f1"/></dir><dir name="Customer"><file name="V1.php" hash="a8f49312150120ec5476c15d659a34f8"/></dir></dir><file name="Rest.php" hash="3cfcd9b971de67fc94d80cf2f5abc653"/></dir><file name="Comment.php" hash="d000df9027db8f70b690ef7dead52ce8"/><dir name="Item"><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="76738d09a357b78b1f39dcd7dd35f9fc"/></dir><dir name="Customer"><file name="V1.php" hash="b9a68bfd3a106017fc17bafb8f478e95"/></dir></dir><file name="Rest.php" hash="8d5b76b490e216022ae2fe9e80709fa8"/></dir><file name="Item.php" hash="76f20300659af0d425424b9247917e51"/><dir name="Rest"><dir name="Admin"><file name="V1.php" hash="d0c0c4b10b3b622572fc210f207dabe8"/></dir><dir name="Customer"><file name="V1.php" hash="27f37aef8b3e7539f1d48737eff2110f"/></dir></dir><file name="Rest.php" hash="f36112245b2d32bc9f0b3efeb0bc0762"/></dir><file name="Order.php" hash="f283c969763e93d70092b7bd57bf0bd5"/></dir><dir name="Billing"><file name="Agreement.php" hash="0e55e4a857bba14b375e06c9a0b46730"/></dir><dir name="Config"><file name="Ordered.php" hash="ba4b0dfb039b8cd6046d386a664cd4be"/></dir><file name="Config.php" hash="c17212ba756aff437fcd6ec4efce7a0c"/><dir name="Convert"><file name="Order.php" hash="29f060850284998d85cc37ebad7372c0"/><file name="Quote.php" hash="6b81c4f8206f665c221b3281d9214815"/></dir><dir name="Email"><file name="Template.php" hash="1d76fc7b9b6d9ce389c71c4f4d9bbb42"/></dir><dir name="Entity"><dir name="Order"><dir name="Address"><file name="Collection.php" hash="31a44eddbab93564dbc173ec91593788"/></dir><file name="Address.php" hash="d6a7a11445390deb459784b634dcb633"/><dir name="Attribute"><dir name="Backend"><file name="Billing.php" hash="46b1af31ecc2d4cd0999fdaa22653c80"/><file name="Child.php" hash="06f365ebb46191245c6e23b3e890b8bf"/><file name="Parent.php" hash="b664416237ec6ea6a5b65e0c4f290605"/><file name="Shipping.php" hash="865b62d56ef1ae1abbd5c54fc691a455"/></dir></dir><file name="Collection.php" hash="75f9702e8c9c52bd2698123a3a846c11"/><dir name="Creditmemo"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="f0a85ca1d98171aaabb35d69bb8b79ab"/><file name="Parent.php" hash="b83ba898f33e7a57658405b974052c8f"/></dir></dir><file name="Collection.php" hash="e37c22112ab99c0b50f1bb87da287c7b"/><dir name="Comment"><file name="Collection.php" hash="0aa86fd11977119ad3547504dee0907d"/></dir><file name="Comment.php" hash="cf7ba5b84a8090cdb8b4cbe0b527da1d"/><dir name="Item"><file name="Collection.php" hash="6849da52e1b83a2ede4b33a5f4e1ae2f"/></dir><file name="Item.php" hash="3fa26ede31f9496104f54e22c69c2585"/></dir><file name="Creditmemo.php" hash="2a2c2da02adc1a26457c39fe35c64d6a"/><dir name="Invoice"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="034ec2c63c783b803ef69ca82fbc3949"/><file name="Item.php" hash="885842e2ff7a5c9109b6c75ad5b2bf3b"/><file name="Order.php" hash="b03b89b5885dbbea0e8f756088073199"/><file name="Parent.php" hash="9a7ff55fad1cd509ab44fc971f9be255"/></dir></dir><file name="Collection.php" hash="a0c0e6c24e9cd36014f983d6d28c3eee"/><dir name="Comment"><file name="Collection.php" hash="bc54adfe4a536f9eefb87856a35dd6c1"/></dir><file name="Comment.php" hash="6e990932c39f5505b1ed444689e36ead"/><dir name="Item"><file name="Collection.php" hash="a8b0259fdfcbee61f6c77d7bf01d5efa"/></dir><file name="Item.php" hash="d395a4e4b779c44a839ae5b8bf118aa2"/></dir><file name="Invoice.php" hash="a035ea51efd4fcea82d771f9dfc75b9f"/><dir name="Item"><file name="Collection.php" hash="13bedba73c443af082f6c544f15eadab"/></dir><file name="Item.php" hash="9d8d67d43d106ec5b2bdc679d93cf3f9"/><dir name="Payment"><file name="Collection.php" hash="2849a1fae295763e6c3241a994915719"/></dir><file name="Payment.php" hash="af37f0073c939010a743889b82214a23"/><dir name="Shipment"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="23a0b9738a621b32597276415a18f2e1"/><file name="Parent.php" hash="7fe38c8372720c49a552c0ae783466ea"/></dir></dir><file name="Collection.php" hash="f9ca3638cc1ed69c33c2866e994253c7"/><dir name="Comment"><file name="Collection.php" hash="5d4df578d533f3eab008aa7a6a6732f6"/></dir><file name="Comment.php" hash="08d84263821b15a89feca37e48819c7f"/><dir name="Item"><file name="Collection.php" hash="e430e6bb003a5a7f3b8360506f5f7542"/></dir><file name="Item.php" hash="e09e7b5e2592bc9b243c1a524bdf596b"/><dir name="Track"><file name="Collection.php" hash="90c036784ae25b71fe6e6472e1bb2a4e"/></dir><file name="Track.php" hash="bfd45d8e974abf34031eed26425209e3"/></dir><file name="Shipment.php" hash="acd72e41240827f0e3dc0d9f297c03a0"/><dir name="Status"><dir name="History"><file name="Collection.php" hash="318ecc75b67920d2dcd14e322716bcab"/></dir><file name="History.php" hash="8e578ce419083c7f5b2f9d9c36d0d2f6"/></dir></dir><file name="Order.php" hash="31c6206fcd9ea6e8eb4bbe9fbe18f139"/><dir name="Quote"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="88d95b23dab512adbf01a4df6fbd3df8"/><file name="Parent.php" hash="8db914a7c04a8cbbc726d73eee461a07"/><file name="Region.php" hash="a44d04882a918329cf6718b8a74ca49f"/></dir><file name="Backend.php" hash="aced55007e04a154baf69333175e378c"/><dir name="Frontend"><file name="Custbalance.php" hash="a3eb56a5fc1a01aabf0b63f0fe6ece6e"/><file name="Discount.php" hash="1109048bb05f4512b0ab9ac57807777f"/><file name="Grand.php" hash="52de08b4d8ee1ae866c74773bdddd381"/><file name="Shipping.php" hash="c91b579a1ef43ee40b1e1a624855b725"/><file name="Subtotal.php" hash="6d121f851465d0e99875786c00d9485f"/><file name="Tax.php" hash="674d9c6f38311b8a8ed814ef664c3204"/></dir><file name="Frontend.php" hash="d07522ac34085bb9db079632cb56840e"/></dir><file name="Collection.php" hash="11104ace6887f223c55f9f833fcdb97f"/><dir name="Item"><file name="Collection.php" hash="6bb37e3a9b37bd8b97ef5dcf85c9ce13"/></dir><file name="Item.php" hash="7d3bbc6c7a2b4f642b5e6a1a9b1326ba"/><dir name="Rate"><file name="Collection.php" hash="3d5a1ea54700a78792ba27d9f274638f"/></dir><file name="Rate.php" hash="1dc387b43787476320189d90de5d7d41"/></dir><file name="Address.php" hash="23cc7af188d15b3e5bd2703f8de8966a"/><file name="Collection.php" hash="ebb410027669c975bc24bc5049456ed0"/><dir name="Item"><file name="Collection.php" hash="3c4fbcff570cd2ca075795cfd45189dd"/></dir><file name="Item.php" hash="875d74b4a19033d5986914663ab9de20"/><dir name="Payment"><file name="Collection.php" hash="56dd2086480f89d01a66f70f33ac24a1"/></dir><file name="Payment.php" hash="7a717bac4ec47110323a469d1d3a456e"/></dir><file name="Quote.php" hash="bd950cc820f82963e6ba494e4d5d08ce"/><dir name="Sale"><file name="Collection.php" hash="e46ee0c3216c6c86743a32bad4abdc62"/></dir><file name="Setup.php" hash="8a402206f3a2b3a98fee55dc825359d2"/></dir><dir name="Mysql4"><file name="Abstract.php" hash="53bea0b8f0ce9c371fe473bc68c23134"/><dir name="Billing"><dir name="Agreement"><file name="Collection.php" hash="33bd0812821966d29f6f6e62e087d300"/></dir><file name="Agreement.php" hash="4fe71d5ff8caf74b99b8338109dff5a4"/></dir><dir name="Collection"><file name="Abstract.php" hash="6ee436916c6fa2851c1cdea148252fb8"/></dir><dir name="Order"><file name="Abstract.php" hash="4128b57cd37d6e9008af6d7a4459313c"/><dir name="Address"><file name="Collection.php" hash="de216ef73212aa6e8c120f9244198f51"/></dir><file name="Address.php" hash="7a7c266b8659451d82baa7dd1dddfab0"/><dir name="Attribute"><dir name="Backend"><file name="Billing.php" hash="21dc407d29de153e7405d21ca0b0a21e"/><file name="Child.php" hash="8049f901e9a2bbec553cae3a7ea670cc"/><file name="Parent.php" hash="4f59d50d93139f3cc8bcbfcf189e261f"/><file name="Shipping.php" hash="04c8f597b55cc61e5d30f80df35b7ae5"/></dir></dir><dir name="Collection"><file name="Abstract.php" hash="030778a409129aec73d1a33dac6a01b3"/></dir><file name="Collection.php" hash="9a73e0d9e7371dc46cf9949369273335"/><dir name="Comment"><dir name="Collection"><file name="Abstract.php" hash="40bcfe26cff7970433b61dbe5f4100d5"/></dir></dir><dir name="Creditmemo"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="dbb1994d5d04d8da2dd9762ef2f24795"/><file name="Parent.php" hash="3522ade38296c03278e4b1458591786e"/></dir></dir><file name="Collection.php" hash="cadc0a0013d848abab18c24904e15d47"/><dir name="Comment"><file name="Collection.php" hash="d2b0703fef96b442f1e4f619d5db906f"/></dir><file name="Comment.php" hash="84f7f03d220f220e5f6557f3b79ad9a3"/><dir name="Grid"><file name="Collection.php" hash="0833370204921a2b34fe53c9db925a38"/></dir><dir name="Item"><file name="Collection.php" hash="f9b768f6259721682a618f98a4126ab3"/></dir><file name="Item.php" hash="362804bb515e3e19172c84b8e786a14c"/></dir><file name="Creditmemo.php" hash="849743d781b15f5ac281e7c7b69d66ee"/><dir name="Grid"><file name="Collection.php" hash="23df7bf08b9f1dd5d187ca7ec0b72ee1"/></dir><dir name="Invoice"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="c0c43044499e732e89cb4deba68e8fe8"/><file name="Item.php" hash="f50022cd33d9e991015692f3a15c2c98"/><file name="Order.php" hash="3088f1e8a358529b540989953677aaeb"/><file name="Parent.php" hash="b780f10cc746a0620ba175b868ea49cc"/></dir></dir><file name="Collection.php" hash="dde333d3c3fc4c9bdc6e927af0ac4f36"/><dir name="Comment"><file name="Collection.php" hash="48eb26ddd92ab4f7abd1c3efff64ee1e"/></dir><file name="Comment.php" hash="d8b7e000fbcf0cd42556ea2f1ea94327"/><dir name="Grid"><file name="Collection.php" hash="c560f423ad432c1fcb01ab829620ac2c"/></dir><dir name="Item"><file name="Collection.php" hash="c8cae5c423e520cb0b3aebc2c30cfa39"/></dir><file name="Item.php" hash="1ed5753487018f2f2d3623e70b19be8b"/></dir><file name="Invoice.php" hash="44bbba4d691fd2dfddc567c5a3ee2d3e"/><dir name="Item"><file name="Collection.php" hash="c84bb97a262a06433a32c8d75a001e0a"/></dir><file name="Item.php" hash="aca4ae65e4a38bc3cd480b370282b820"/><dir name="Payment"><file name="Collection.php" hash="bcc19219b099e246910eb189f7271a59"/><dir name="Transaction"><file name="Collection.php" hash="1ca77d929b76041988e2b0f6a3bf8c16"/></dir><file name="Transaction.php" hash="a14f34d480596a9bcc03bbbdda3876ef"/></dir><file name="Payment.php" hash="6a5d971bb4cb4778df0acc5169ff2f22"/><dir name="Shipment"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="cb1090add44761707b4df3503cfd5fa2"/><file name="Parent.php" hash="c1263d23f065f8883547ed96e62fc410"/></dir></dir><file name="Collection.php" hash="089cbc27ebeb89d0a61b8b35f085159c"/><dir name="Comment"><file name="Collection.php" hash="553810c7efb655582d425fc68ef89099"/></dir><file name="Comment.php" hash="514755a39a8f9dc8e2ff12fb43f127e4"/><dir name="Grid"><file name="Collection.php" hash="5d0a931dad4809b5a6b7af0807d71f0f"/></dir><dir name="Item"><file name="Collection.php" hash="b70e817b5357dd90b414a372331144e2"/></dir><file name="Item.php" hash="fc0416695ac4dc9e5557c34625144eb5"/><dir name="Track"><file name="Collection.php" hash="0e223b004493eeb7e09ef0d0478cffdf"/></dir><file name="Track.php" hash="088ce295e9306d82f075635e0ec6a9c4"/></dir><file name="Shipment.php" hash="5bdaaab27ebd8bdc7da240a3d233edbc"/><dir name="Status"><file name="Collection.php" hash="f572bf53ab7a6fe043c02ed845ea35c2"/><dir name="History"><file name="Collection.php" hash="8e1f2453a712292a394f6401cadd9051"/></dir><file name="History.php" hash="c40bf8a54f21d4dd3ecb75d9629679e3"/></dir><file name="Status.php" hash="c8b050e06d2daebb61571f02d73a0210"/><dir name="Tax"><file name="Collection.php" hash="2ccff8907173a7d51b85cb82e603dafd"/></dir><file name="Tax.php" hash="df29451d8dba661fadfdeaaef1ce084f"/></dir><file name="Order.php" hash="3d97c9fc90c535cefd790c779bcfed38"/><dir name="Quote"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="15f057168e2c86a6c2e317b631155dfc"/><file name="Parent.php" hash="25f155b922300e88ac3e33e78a1c3dbf"/><file name="Region.php" hash="1c0992f62a146595a9aadd185b37b46d"/></dir><file name="Backend.php" hash="b4b2ea6c022234ffb1a949df2ad21db6"/><dir name="Frontend"><file name="Custbalance.php" hash="39860f7f3249b95e9f95bd9d3ba9bfc0"/><file name="Discount.php" hash="decc0f2b7e338b1e7546054fb772ac1f"/><file name="Grand.php" hash="4b64cf63c2cad044575801ceff1e948d"/><file name="Shipping.php" hash="8b829108037141cb553338dbe545bb0d"/><file name="Subtotal.php" hash="ef27a2b23e94f0094cb1af11b611d271"/><file name="Tax.php" hash="7e322e8a63e44a004f10eeda939e7381"/></dir><file name="Frontend.php" hash="4d6cc87251bf5556018255ed0db6fa88"/></dir><file name="Collection.php" hash="4cde270739bfa8016497a1bb3ab8cb20"/><dir name="Item"><file name="Collection.php" hash="835a5cb54735574d2dd8519fca243cf1"/></dir><file name="Item.php" hash="ba4795a0c07aa60fab9ed50d5ae929f2"/><dir name="Rate"><file name="Collection.php" hash="fa5f0bdc8f56e915ad5bceaeed1a3dd4"/></dir><file name="Rate.php" hash="1d2e53a89106390a1d058ccdece60f3e"/></dir><file name="Address.php" hash="e767522a1c3fa1a9768e6d22fd8284fa"/><file name="Collection.php" hash="9f9028f2d917af7c171aafbbd83a3f2f"/><dir name="Item"><file name="Collection.php" hash="22194b2d2a1884e0a01eb551d9a32c55"/><dir name="Option"><file name="Collection.php" hash="4163ffb671626da6c21e6a8db3f76ca9"/></dir><file name="Option.php" hash="cc66fe3aca2a8ad3fbbdec6345f0f08a"/></dir><file name="Item.php" hash="59db5fbd680ec197131b0f900120a247"/><dir name="Payment"><file name="Collection.php" hash="cce6945727b269a840a751f5f085b5e6"/></dir><file name="Payment.php" hash="c43bcaf87054b3d22791777ee734e69a"/></dir><file name="Quote.php" hash="5278756d9e8bc2f29417b9964cfe1a9e"/><dir name="Recurring"><dir name="Profile"><file name="Collection.php" hash="d4db9f1cc9da08029870ba6ca620bc69"/></dir><file name="Profile.php" hash="ef6608f31e39afe0a2dfe0a50f83551f"/></dir><dir name="Report"><file name="Abstract.php" hash="9f6c0b9efefc9bd3e92b48beb98d52f1"/><dir name="Bestsellers"><file name="Collection.php" hash="d01780d68a098e9d8bc18ae5c8e59fd9"/></dir><file name="Bestsellers.php" hash="eea0e132ceff794de36a041c30617517"/><dir name="Collection"><file name="Abstract.php" hash="13e63a24a0bdba17b2bbee45035c52a2"/></dir><dir name="Invoiced"><dir name="Collection"><file name="Invoiced.php" hash="891761d7727eae883ccf02130429b8f2"/><file name="Order.php" hash="57f2dd1bec4de8cf22019f3123be857c"/></dir></dir><file name="Invoiced.php" hash="64267ba079db20fac326431fe7f1c056"/><dir name="Order"><file name="Collection.php" hash="bf23b056e5d30c12ca4db6760f5c3096"/><dir name="Updatedat"><file name="Collection.php" hash="1b67a9c4ae811482dcf65f0b3db7a251"/></dir></dir><file name="Order.php" hash="47c23e211232ceb7e7d8efb6677dcdd8"/><dir name="Refunded"><dir name="Collection"><file name="Order.php" hash="12011559151a66bdd446bd9458299015"/><file name="Refunded.php" hash="44a087c502d2286ab4dfb3d68111769c"/></dir></dir><file name="Refunded.php" hash="4265e08fb3f5d2134bfc4f3fa47fbd7c"/><dir name="Shipping"><dir name="Collection"><file name="Order.php" hash="1767af550ce06d4786c583d3349d7d8b"/><file name="Shipment.php" hash="0f0ee183bdd32e8083a644d266f2d3f9"/></dir></dir><file name="Shipping.php" hash="8d936e3034286dec68228b0d4f1efeed"/></dir><file name="Report.php" hash="534d7b06bcb3b3afc5726cbabe863b99"/><dir name="Sale"><file name="Collection.php" hash="06caf759dd774613da9246d88725c27c"/></dir><file name="Setup.php" hash="37902e358b8467b024c30f285686e3fa"/></dir><file name="Observer.php" hash="79b869c9c9b377b20f3d4af010ec14c4"/><dir name="Order"><file name="Address.php" hash="522d164508f5ee6bc276f9c1c4783a3a"/><dir name="Api"><file name="V2.php" hash="b54039fd0cc3a4d61e1159fd79ffb479"/></dir><file name="Api.php" hash="a92b5e7a37dfff0d36a25a81e6416792"/><file name="Config.php" hash="79fb99b278ee9c30154b5bb8ad148510"/><dir name="Creditmemo"><dir name="Api"><file name="V2.php" hash="7e52e50a4ab0636f4445d109a65cd3bb"/></dir><file name="Api.php" hash="5b01d37ea4a1887a0cee2230324e36d2"/><file name="Comment.php" hash="8bab30909d12c275f5389181f527b2e4"/><file name="Config.php" hash="4137feb42b5fb4134f478c1ce7b03e69"/><file name="Item.php" hash="41593fcc4a9712936f9b508a5059a38c"/><dir name="Total"><file name="Abstract.php" hash="9f12a939ed80363c5b4de7e88455d336"/><file name="Cost.php" hash="2c0171beefe42fdd7b8fcbfe02586e06"/><file name="Discount.php" hash="6679d483e77e18276ac7681c2568ed32"/><file name="Grand.php" hash="beb51ead4c7bd31ec98d2f08c8b9ed38"/><file name="Shipping.php" hash="7fcb4b859469270d457012f6fc928fb3"/><file name="Subtotal.php" hash="cbd00261733201d181c36c336b3579fb"/><file name="Tax.php" hash="3792d9476808d7160e19159d10f2603a"/></dir></dir><file name="Creditmemo.php" hash="88f22dbce5282b80beab3194a2d2fdf8"/><dir name="Invoice"><dir name="Api"><file name="V2.php" hash="d6d1c1c363ad5593e0e004bb251a649c"/></dir><file name="Api.php" hash="7022f8188fe24d840d87d5efeaf08986"/><file name="Comment.php" hash="32975fc61d00d9910f7cd27a60ba590a"/><file name="Config.php" hash="ed8b6bfa800c136e1a5af0eb4692c126"/><file name="Item.php" hash="1ff1fc3de10aa453a648869f79e2d8f0"/><dir name="Total"><file name="Abstract.php" hash="c183d0e30b1a6c9a5cce50e88d9119df"/><file name="Cost.php" hash="2fcb311867b7418cacd29dc99cf08f5e"/><file name="Discount.php" hash="3d0f51205637546809f1e74cff7f02ab"/><file name="Grand.php" hash="51e7649b75e310c7e56426b09ee7f547"/><file name="Shipping.php" hash="bd7fdf133cc8703934aa22144cebc227"/><file name="Subtotal.php" hash="7b718f9642be97b2cbf2c13ef9caebfe"/><file name="Tax.php" hash="66eaa199fb72eb589a883d830145f961"/></dir></dir><file name="Invoice.php" hash="eacab84dc6df079cd7fe3a2105355fc3"/><file name="Item.php" hash="d0cd9c6ec49640f5c354e9a060c3a755"/><dir name="Payment"><file name="Transaction.php" hash="d9cb73b0e0d4e77ba683f71ab02f2c71"/></dir><file name="Payment.php" hash="395001796b2a4598ea15acda11743e0a"/><dir name="Pdf"><file name="Abstract.php" hash="79eafbeae7b2a40a0005e2a5ffa5cfdc"/><file name="Creditmemo.php" hash="85bc050fefc22cfc4f7bffa4f53cce6e"/><file name="Invoice.php" hash="e626254fe1e4a19bcab31ff3df30cf1b"/><dir name="Items"><file name="Abstract.php" hash="63d29cd8ef2cc3d80e9de8671e95a9c2"/><dir name="Creditmemo"><file name="Default.php" hash="47f455b2d6c888a1fa789287e38fbfb0"/><file name="Grouped.php" hash="36e7cb31aa90ba47732b046ec04b615e"/></dir><dir name="Invoice"><file name="Default.php" hash="4eb6bc0a40f223bb78d6c0d4680050ea"/><file name="Grouped.php" hash="d35d2a3d8b3f71a7121b6aa3237f1a9b"/></dir><dir name="Shipment"><file name="Default.php" hash="848d9aed37e665549b29afd4b2656334"/></dir></dir><dir name="Shipment"><file name="Packaging.php" hash="49847d280e65acadabdcd199380d128e"/></dir><file name="Shipment.php" hash="810a8ed6028cfba0f47dc15adce5be9b"/><dir name="Total"><file name="Default.php" hash="34fef5507dfd95f3b2f95861dc414dc7"/></dir></dir><dir name="Shipment"><dir name="Api"><file name="V2.php" hash="73b761e31403e0956f25eb1625d0da6b"/></dir><file name="Api.php" hash="c835c538f267ea70d5da34dbdabed3fa"/><file name="Comment.php" hash="73fca6a03c2dbcf127450646fd1c74d4"/><file name="Item.php" hash="b2c6c6039ae68c29e733489e6b04a054"/><file name="Track.php" hash="7e502f5a35efadb8078da0eca1ec4d50"/></dir><file name="Shipment.php" hash="262abdc2cb4da074dda476de0a088052"/><dir name="Status"><file name="History.php" hash="46f7db67cc87321d845a962019b153ab"/></dir><file name="Status.php" hash="b61744ea376ba89d656d1987585fa449"/><file name="Tax.php" hash="3e9b8ca721c4f2dade91a8bf59d35cda"/><dir name="Total"><file name="Abstract.php" hash="4f3115d47b3e1162761af8a5d8d12e30"/><dir name="Config"><file name="Base.php" hash="cb0fb84b3c5d6ac1f8deb80dbd9fefe5"/></dir></dir><file name="Total.php" hash="08a80dcf68364c8d4cc6d5cf6285d4f3"/></dir><file name="Order.php" hash="1a83253a60c92f01f66e4921ff7cd58a"/><dir name="Payment"><dir name="Method"><dir name="Billing"><file name="AgreementAbstract.php" hash="ef30eb11f54517bf908e81f54bb31198"/></dir></dir></dir><dir name="Quote"><dir name="Address"><file name="Item.php" hash="73b493fe0472614296f79885dd3fee1f"/><file name="Rate.php" hash="205dc3a6a1217cf551f0f1f57aaf36b5"/><dir name="Total"><file name="Abstract.php" hash="fd245c961861e14ffa25ee67d6cdeeed"/><file name="Collector.php" hash="530c5ba15c58fe92bf895d253ce8b907"/><file name="Custbalance.php" hash="c567678ef28e5f0fbf3918b0cdc3f7c6"/><file name="Discount.php" hash="83e35d3e75509b67d952ba4b67061a01"/><file name="Grand.php" hash="088a2d4b4f83ac4992d5ff6806b50d87"/><file name="Msrp.php" hash="68ad0c1837666ac476b237e3f7ec2943"/><dir name="Nominal"><file name="Collector.php" hash="e1e1f4c9c1c645ebb2224bf30b9f3065"/><dir name="Recurring"><file name="Initial.php" hash="de17f297b5766ca919e1a90b8c596919"/><file name="Trial.php" hash="6b40bc7313bc17c06aeff4959b21a60a"/></dir><file name="RecurringAbstract.php" hash="4d9a7eaaf2d09643fc02d269bdf421dc"/><file name="Shipping.php" hash="a0b9768eb537b72ab6253844c6dd776a"/><file name="Subtotal.php" hash="f7a0bcdea2b1e298ec9e0a1ee23f10db"/></dir><file name="Nominal.php" hash="203fef05b56054f7be27958d33bd4f9a"/><file name="Shipping.php" hash="62fe3541670a65ac0f77c0c35f4c9d38"/><file name="Subtotal.php" hash="2a030925693073314d07492734cf3737"/><file name="Tax.php" hash="d7778d2a5c754c00358dd9221993a775"/></dir><file name="Total.php" hash="e307e20185d91d23fec8faa33cb23e29"/></dir><file name="Address.php" hash="db21c84a994bdd5150bd7033225f0de5"/><file name="Config.php" hash="f30b83ab78625f7f31b997007d074662"/><dir name="Item"><file name="Abstract.php" hash="a17e16e5dbd0ad740bc705439a2ebbf9"/><file name="Option.php" hash="0a201b09a706a5b6e7bc97c9302dd5a5"/></dir><file name="Item.php" hash="5ebeedb3da95cbadccd6a4eb21bbd3aa"/><file name="Payment.php" hash="2a30e01333a4333103a04c720dff9426"/></dir><file name="Quote.php" hash="5b6e78a907d0faf0e535c72a46683f30"/><dir name="Recurring"><file name="Profile.php" hash="ad376d887ac3907fb0cd98bc024726d1"/></dir><dir name="Resource"><file name="Abstract.php" hash="1827bfe2f924cb7da852624c750686de"/><dir name="Billing"><dir name="Agreement"><file name="Collection.php" hash="34e4c58aa4c0da41bc2b4c337655509f"/></dir><file name="Agreement.php" hash="2d718c764345cd23b73f2c9992eeea44"/></dir><dir name="Collection"><file name="Abstract.php" hash="985b398d602df288ffc16775aefc4018"/></dir><dir name="Helper"><file name="Interface.php" hash="57871bd682f2817fbe6fc7b43598be72"/><file name="Mysql4.php" hash="e93a8e0f674a266f106df734898b6402"/></dir><dir name="Order"><file name="Abstract.php" hash="2c7c79bf2ebf63bd0861d6095304f2d6"/><dir name="Address"><file name="Collection.php" hash="aeecb8f8e20d68addf7901e17741ad32"/></dir><file name="Address.php" hash="ec49fb4126815b576d4a6444eb971788"/><dir name="Attribute"><dir name="Backend"><file name="Billing.php" hash="bd2e20ef5c6317fe893bea2baad861ff"/><file name="Child.php" hash="625e457f7ac5f793f727d1387fa917dc"/><file name="Parent.php" hash="d3e154fc55cd94c253b8ae55396a14e4"/><file name="Shipping.php" hash="a5d49ffa129052624e5ec06c6c62f869"/></dir></dir><dir name="Collection"><file name="Abstract.php" hash="7525e92d58ae3f8ce9f65a17f0514f20"/></dir><file name="Collection.php" hash="33d74384c2468b4cbe655c11bf3e9e49"/><dir name="Comment"><dir name="Collection"><file name="Abstract.php" hash="5146c3d2ffa009278c0905850cf587fc"/></dir></dir><dir name="Creditmemo"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="55ee3e5b5a3225792ba77565e0fcfde5"/><file name="Parent.php" hash="2a6e82eaac1ce3ae027640bf7860c9fb"/></dir></dir><file name="Collection.php" hash="536e9168d4e32c243f39531c92ae1612"/><dir name="Comment"><file name="Collection.php" hash="ca6ef0c70f4b3801a83ac08a91b6e862"/></dir><file name="Comment.php" hash="ffcd2e1cb38257c1afac3de1834b42ec"/><dir name="Grid"><file name="Collection.php" hash="01b0db00090c1867b7c5c80a6685c357"/></dir><dir name="Item"><file name="Collection.php" hash="eeef5c9fc4191509392165cffd163b10"/></dir><file name="Item.php" hash="9ae9edb910328f8dd802d2ab5b9fb0fd"/></dir><file name="Creditmemo.php" hash="3ccf41afaf784f074e2194235f592c92"/><dir name="Grid"><file name="Collection.php" hash="68f8699a94fc7ff4137c98140236a42b"/></dir><dir name="Invoice"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="e85ee7cd6c73abb8ab7ef5dd13a8d8ae"/><file name="Item.php" hash="49a87ddaed292ca04b528a75d1fe545a"/><file name="Order.php" hash="6a93f40d564b1e227ce5b6aaef548093"/><file name="Parent.php" hash="28ed8022a914cf55d2b275c87d127e10"/></dir></dir><file name="Collection.php" hash="68adc96b03164ae1c5fff61df254e8bb"/><dir name="Comment"><file name="Collection.php" hash="3a38e210dbbe9bf7dd078406aa900353"/></dir><file name="Comment.php" hash="a9dcbe145af5e6500f9c124e83a74d74"/><dir name="Grid"><file name="Collection.php" hash="cf7d697e9d99c529cc44f3722fce675a"/></dir><dir name="Item"><file name="Collection.php" hash="609b94b6f35fa89d72a178ef223c29fa"/></dir><file name="Item.php" hash="0fb51958443f4bc291987c3027897773"/></dir><file name="Invoice.php" hash="addb85be7cd1e7aa30b0a58e2de1a95a"/><dir name="Item"><file name="Collection.php" hash="644e126eb9312906b8316e4197337ba8"/></dir><file name="Item.php" hash="0a29ee452b601e3385916348829abaef"/><dir name="Payment"><file name="Collection.php" hash="583045d5c4d563e7d734c2679bc17599"/><dir name="Transaction"><file name="Collection.php" hash="a4745003251346db37a47945bc555df4"/></dir><file name="Transaction.php" hash="721c30c71456ebe0e50a91e152d74027"/></dir><file name="Payment.php" hash="b020d2a83318a65d9af72d991769aae2"/><dir name="Shipment"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="a949ea68b50d933c2d2cc7cefd7dd784"/><file name="Parent.php" hash="a99bcaa0b37f866a291270f552a953df"/></dir></dir><file name="Collection.php" hash="0e795989fb7deb94df16f7e95117b32a"/><dir name="Comment"><file name="Collection.php" hash="d389c4af29cedb9567bf4be2541a3aad"/></dir><file name="Comment.php" hash="8a23b3bba0d31ff39fbbe599f711971f"/><dir name="Grid"><file name="Collection.php" hash="531da75daa02bd8f142e63cb54059bd8"/></dir><dir name="Item"><file name="Collection.php" hash="1ee306559a12ae95df731d68b31d5462"/></dir><file name="Item.php" hash="461b1632cfef9fef15a48154735c1fe2"/><dir name="Track"><file name="Collection.php" hash="111c1774032d08041f40525f3c8865db"/></dir><file name="Track.php" hash="276cfafa0a37e39f4a13d8d5435ac222"/></dir><file name="Shipment.php" hash="37c8f83c096745a14ac9fe4459b98a42"/><dir name="Status"><file name="Collection.php" hash="fa7e735d42c6e36ed1931fb858f2abd0"/><dir name="History"><file name="Collection.php" hash="60c0f680e29b082cd67abf60060254f3"/></dir><file name="History.php" hash="cb84e54b7a596777c2d68a72b1a137c1"/></dir><file name="Status.php" hash="c9ad9c53b67beccc5b24514c52685d8a"/><dir name="Tax"><file name="Collection.php" hash="aa1d3fc01d049f02e2b7b904cbbe0112"/></dir><file name="Tax.php" hash="10842ba70e221f4d3f9964e8920ff262"/></dir><file name="Order.php" hash="20414c05d53327477e2f3fb81786f3bf"/><dir name="Quote"><dir name="Address"><dir name="Attribute"><dir name="Backend"><file name="Child.php" hash="ca7a43a10a9d7eb8b0608b6bc4c98713"/><file name="Parent.php" hash="a539339cc9c661acb65ccce5a430997c"/><file name="Region.php" hash="460c7e410324608891b6473501632807"/></dir><file name="Backend.php" hash="fad77dc7fa39a9491b56febf79adcb0f"/><dir name="Frontend"><file name="Custbalance.php" hash="321b2a2d638b950e5a244461b8f29275"/><file name="Discount.php" hash="884ce32aba4c1febca55a15b40f304d5"/><file name="Grand.php" hash="ea945d9f54de7070d27b0d68bbbf1280"/><file name="Shipping.php" hash="c024ed30922f29926115a807336518d9"/><file name="Subtotal.php" hash="027622ac662e44775ba1fedbab214a52"/><file name="Tax.php" hash="e19497ed743c41a2df7d18ff47338fbb"/></dir><file name="Frontend.php" hash="e1a4240d3c1827628f5148248d6c252f"/></dir><file name="Collection.php" hash="08b43649cede52eda0fdb38e81d07c41"/><dir name="Item"><file name="Collection.php" hash="0652c6d4d49f765b9ccf3ed09f00afb7"/></dir><file name="Item.php" hash="1ae06b2f039853d53c8f3acd8e464850"/><dir name="Rate"><file name="Collection.php" hash="8dc635dad0dccbf20a31e0dda20e89e7"/></dir><file name="Rate.php" hash="a3e196734329821e9c8eb3b938082390"/></dir><file name="Address.php" hash="34600d87e01808f3b99be8fecac308ac"/><file name="Collection.php" hash="90d3a047ac95291e51d723cd515c38e1"/><dir name="Item"><file name="Collection.php" hash="24e386e80f876a5f8801e1fe838aebfe"/><dir name="Option"><file name="Collection.php" hash="c9d518d206dd1463d281e1b9a84d29c6"/></dir><file name="Option.php" hash="e7b02fd1e3f9e29f82d88940091511fa"/></dir><file name="Item.php" hash="e133aa770821802d652dd473a15bb58c"/><dir name="Payment"><file name="Collection.php" hash="f3346b48d712704d7a3d1ee3c995240e"/></dir><file name="Payment.php" hash="648116c4091cf6b7847276285a12ca4a"/></dir><file name="Quote.php" hash="dedf9e17081484606b8e2361c9790c96"/><dir name="Recurring"><dir name="Profile"><file name="Collection.php" hash="dbc71b2a12d88283cd25f7b9d41cc137"/></dir><file name="Profile.php" hash="a89fd3c949076d932304876f36335200"/></dir><dir name="Report"><file name="Abstract.php" hash="9f529327c8e61d0ef7f1f759d26ce831"/><dir name="Bestsellers"><file name="Collection.php" hash="1a9da14344ebecccd83aad36d570a929"/></dir><file name="Bestsellers.php" hash="a198ae22a19762f02e7cd164e5c3ebbe"/><dir name="Collection"><file name="Abstract.php" hash="bf4c730c6da71ebd5b901f4360440cfa"/></dir><dir name="Invoiced"><dir name="Collection"><file name="Invoiced.php" hash="5567c790ebddeabdf3118b8b2ee975b5"/><file name="Order.php" hash="a585f16bfc925669682515ef4aa07d8d"/></dir></dir><file name="Invoiced.php" hash="cc34d3c78fffc4e6533576cd2e888986"/><dir name="Order"><file name="Collection.php" hash="76a261892a856da5a234cec29aa9d54d"/><file name="Createdat.php" hash="57e5cae7e469c06b946b23b07fa3f2a9"/><dir name="Updatedat"><file name="Collection.php" hash="b01954fece830ac42c09e52cf782c9c4"/></dir><file name="Updatedat.php" hash="c634bb583c0b3897813039cee1c26038"/></dir><file name="Order.php" hash="fee44664828115bd9060f0c998a6cea5"/><dir name="Refunded"><dir name="Collection"><file name="Order.php" hash="2a5ebcc04598aff11db0f0c048cab0fb"/><file name="Refunded.php" hash="7d3ec6ad0159d0317a41908e509905b1"/></dir></dir><file name="Refunded.php" hash="aaca190ba55d269b1a1e8d7de8abd871"/><dir name="Shipping"><dir name="Collection"><file name="Order.php" hash="b3353ea0e52272c2c461be8f1a7bb77c"/><file name="Shipment.php" hash="3482d5727d078c890d6c3b8d5de8f2f8"/></dir></dir><file name="Shipping.php" hash="d3c6b287a134b113cf5f65793ff6cee5"/></dir><file name="Report.php" hash="5aab6e2f01221cf4301115087afc5306"/><dir name="Sale"><file name="Collection.php" hash="f21d721d2f0f644c570de1259971fe6c"/></dir><file name="Setup.php" hash="d42f687f9a34958bff5c507bbebcee96"/></dir><dir name="Service"><file name="Order.php" hash="8afbbc9ef13b9d9226156b4708e6b6a5"/><file name="Quote.php" hash="7635f4fd24b15ae1ae61941cc02914c5"/></dir><dir name="Status"><file name="List.php" hash="0b3d39cb78425298b133fd2d7a07b014"/></dir></dir><dir name="controllers"><dir name="Billing"><file name="AgreementController.php" hash="15c30714065e5ea91735fa3cb4915514"/></dir><file name="DownloadController.php" hash="aa332b50c484b3f1d840e0f2d124a57a"/><file name="GuestController.php" hash="11668b4b4ceaa12aba217fdc169b6e6a"/><file name="OrderController.php" hash="31cc0f5b5cc3c8d44857ff748f318d2f"/><dir name="Recurring"><file name="ProfileController.php" hash="e4b68826c09291325603591ff95eac55"/></dir></dir><dir name="data"><dir name="sales_setup"><file name="data-install-1.6.0.0.php" hash="0d219ec853bf295652e69de722ef6bd4"/><file name="data-upgrade-1.6.0.4-1.6.0.5.php" hash="9aad0f0ef24472f718a7a802ecb4fa7c"/></dir></dir><dir name="doc"><file name="invoice.txt" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="order.txt" hash="5dce876530c94ebbedbba7a234c23846"/><file name="order_actions.HTM" hash="b955e61bff753ea0534f907ef6ba9bb6"/><file name="quote.txt" hash="55ecfbdd576958ff1b1fbf16957ba9df"/><file name="test.php" hash="9448874b4c301f0d1ce3ef4c50f3aba8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="58e3defe7c05db81f979aa23fd79565c"/><file name="api.xml" hash="437d00b5a8b279f3a143edc848c5dc2b"/><file name="api2.xml" hash="7e8660b666a3f33235ff4a74d764a612"/><file name="config.xml" hash="7c1060774c9d80290454f20a50201ec9"/><file name="system.xml" hash="daa15cc90b11f9056532424aa0826489"/><file name="widget.xml" hash="94803c1cdda6fce218690fe752106311"/><file name="wsdl.xml" hash="ed13de1dde6408ab508892374ef57b81"/><file name="wsi.xml" hash="6aba2f44765955ec8bcd1afcebfb0800"/></dir><dir name="sql"><dir name="sales_setup"><file name="install-1.6.0.0.php" hash="35ecd13d665fc1d64fd95532c2facf00"/><file name="mysql4-install-0.7.0.php" hash="b2ecded3e433a815800bc85c55300bab"/><file name="mysql4-install-0.8.11.php" hash="9252c72ad9d055eaf31cb5fae7388e8f"/><file name="mysql4-install-0.9.0.php" hash="1daa0f3b9caf402930f283b258ab544d"/><file name="mysql4-install-1.4.0.0.php" hash="a121096672ed80892909c365c165f8e3"/><file name="mysql4-upgrade-0.6.2-0.7.0.php" hash="41107c60ee58580bb536b9875bbc1e86"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="0f8caf5b1ed52e750a3a612cce276e45"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="5aa6a3cf2f08a88e7d3d91b81e4c2ddb"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="ee8fc966a58b1ff6fef8850960c5e4ed"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="b5bc154bdc15793fb922efdeae2b071f"/><file name="mysql4-upgrade-0.8.0-0.8.1.php" hash="de35f599278a693489508b32e655b6ab"/><file name="mysql4-upgrade-0.8.1-0.8.2.php" hash="0f8c836fa431252da43e3e8de1c6c61f"/><file name="mysql4-upgrade-0.8.11-0.8.12.php" hash="513ae3924f308d22e7e56c1d1f983a50"/><file name="mysql4-upgrade-0.8.12-0.8.13.php" hash="9f7aa4fefdbf1d34e6a02130fe8060cd"/><file name="mysql4-upgrade-0.8.13-0.8.14.php" hash="045ac59f0eb01f2a6cc168b5b36a663a"/><file name="mysql4-upgrade-0.8.14-0.8.15.php" hash="658c927eb7d2aa9898979dba58441af9"/><file name="mysql4-upgrade-0.8.15-0.8.16.php" hash="0d88c4f530ef1b4e009dc33e7ee11299"/><file name="mysql4-upgrade-0.8.16-0.8.17.php" hash="3f876a1d6560d07a8d6992e2490485db"/><file name="mysql4-upgrade-0.8.17-0.8.18.php" hash="894247d074afb30da3fa2281ab03c860"/><file name="mysql4-upgrade-0.8.18-0.8.19.php" hash="fd6c0233c5987a8de52c498716bac4d2"/><file name="mysql4-upgrade-0.8.19-0.8.20.php" hash="8320abcee0a98d0b8b993e988ba692a6"/><file name="mysql4-upgrade-0.8.2-0.8.3.php" hash="fcffec0e9200dc6b0e70b5de1872e56f"/><file name="mysql4-upgrade-0.8.20-0.8.21.php" hash="e0fbec0a384365429c446648d585fde0"/><file name="mysql4-upgrade-0.8.21-0.8.22.php" hash="626def513b623e592b5cfe104c599bec"/><file name="mysql4-upgrade-0.8.22-0.8.23.php" hash="b726d68ecb1b6e1f73f20771c295ba40"/><file name="mysql4-upgrade-0.8.23-0.8.24.php" hash="f5ec5686e2cab602287636733bd49586"/><file name="mysql4-upgrade-0.8.24-0.8.25.php" hash="e6f12189d85a9fe5a9ab582960cf825b"/><file name="mysql4-upgrade-0.8.25-0.8.26.php" hash="ebf67bae9b00dbd73a679732bf03361f"/><file name="mysql4-upgrade-0.8.26-0.8.27.php" hash="072e288c0002262f924678528236feaf"/><file name="mysql4-upgrade-0.8.27-0.8.28.php" hash="af01de255ee8508ba01444791282ac57"/><file name="mysql4-upgrade-0.8.28-0.8.29.php" hash="9d6f6aaeb52ee54f04ac6e1c7434b692"/><file name="mysql4-upgrade-0.8.29-0.9.0.php" hash="18d49fc18a46d3b4d70da542ab03821e"/><file name="mysql4-upgrade-0.8.3-0.8.4.php" hash="eb95e5985139405b87bd7bec0850d4b8"/><file name="mysql4-upgrade-0.8.6-0.8.7.php" hash="fcffec0e9200dc6b0e70b5de1872e56f"/><file name="mysql4-upgrade-0.8.7-0.8.8.php" hash="ad7cf4e319a92508983bdf6a1968cc81"/><file name="mysql4-upgrade-0.8.8-0.8.9.php" hash="8e6172877fdcd2204083ec578c69fcdb"/><file name="mysql4-upgrade-0.9.0-0.9.1.php" hash="05391967880f965ec0ec8e62e24ee4fc"/><file name="mysql4-upgrade-0.9.1-0.9.2.php" hash="2271a48a2720f1c76fe9b7990ac0e497"/><file name="mysql4-upgrade-0.9.10-0.9.11.php" hash="db4c44445da645fb7e23f43ffac31101"/><file name="mysql4-upgrade-0.9.11-0.9.12.php" hash="070b7d4d22dbf12155a0dd12feea7e98"/><file name="mysql4-upgrade-0.9.12-0.9.13.php" hash="70777cc99c8f208041c7239df9df8ad2"/><file name="mysql4-upgrade-0.9.13-0.9.14.php" hash="55f49ccec9c3add1aaddcfdb301d03d2"/><file name="mysql4-upgrade-0.9.14-0.9.15.php" hash="e1ee0ccac209456468f973b67ff3e692"/><file name="mysql4-upgrade-0.9.15-0.9.16.php" hash="62e6148be166464e595f404a8e6c2425"/><file name="mysql4-upgrade-0.9.16-0.9.17.php" hash="0efd8da521962606bfb82aba8d816105"/><file name="mysql4-upgrade-0.9.17-0.9.18.php" hash="de7fecd831b69a2e750ad1a8ac4318de"/><file name="mysql4-upgrade-0.9.18-0.9.19.php" hash="05c5d6d17d97a2bccc01e7a3798e03e6"/><file name="mysql4-upgrade-0.9.19-0.9.20.php" hash="e535b7903f19234633f4890f55291a1f"/><file name="mysql4-upgrade-0.9.2-0.9.3.php" hash="2d9c9d57165194e880dbbf04d61c0d5d"/><file name="mysql4-upgrade-0.9.20-0.9.21.php" hash="fc0e145c9968a50ae3ddc0e5e9b4e794"/><file name="mysql4-upgrade-0.9.21-0.9.22.php" hash="bed93a745133eb6b7fbe65f6cade6b50"/><file name="mysql4-upgrade-0.9.22-0.9.23.php" hash="6daefaaf0e7798f168899a2ee2e0dd24"/><file name="mysql4-upgrade-0.9.23-0.9.24.php" hash="210c28e992cb079cc59072a84d10145e"/><file name="mysql4-upgrade-0.9.24-0.9.25.php" hash="fdeccd18850bd6507817494982ec179e"/><file name="mysql4-upgrade-0.9.25-0.9.26.php" hash="3cfb3f9c20d97874cdc09e160f57971b"/><file name="mysql4-upgrade-0.9.26-0.9.27.php" hash="dc23a8f1de8ce28dd9c42fd77d69f1d1"/><file name="mysql4-upgrade-0.9.27-0.9.28.php" hash="75747d526a76603bc23803c68be2483a"/><file name="mysql4-upgrade-0.9.28-0.9.29.php" hash="dae5093dcb0acd9907a37c2124f4a45c"/><file name="mysql4-upgrade-0.9.29-0.9.30.php" hash="77f3a8aa582ab4a6a04bbce0869ea2c8"/><file name="mysql4-upgrade-0.9.3-0.9.4.php" hash="3cc09d4eb4f3b40e09e64ead840d1401"/><file name="mysql4-upgrade-0.9.30-0.9.31.php" hash="602da32d7ea5caa530bba5860b17b186"/><file name="mysql4-upgrade-0.9.31-0.9.32.php" hash="45c919a28bf8631ca04c52b37776e214"/><file name="mysql4-upgrade-0.9.32-0.9.33.php" hash="69c7169c981800eb1e30bcb779853027"/><file name="mysql4-upgrade-0.9.33-0.9.34.php" hash="dae86278802c023fd5df0785c900d12f"/><file name="mysql4-upgrade-0.9.34-0.9.35.php" hash="0911c3716f5436bc49dc796da9f6381b"/><file name="mysql4-upgrade-0.9.35-0.9.36.php" hash="1e07022721e899e8bb920758f947115a"/><file name="mysql4-upgrade-0.9.36-0.9.37.php" hash="fec76b25eab9df708bd59b3ac4a4e383"/><file name="mysql4-upgrade-0.9.37-0.9.38.php" hash="1b31cbe35a656f7abb1ca3316750f025"/><file name="mysql4-upgrade-0.9.38-0.9.39.php" hash="19014589186cbba8bb5089cd5264fc2a"/><file name="mysql4-upgrade-0.9.39-0.9.40.php" hash="c3f2fb6556664c5ac53198e01f3462c7"/><file name="mysql4-upgrade-0.9.4-0.9.5.php" hash="02356d9e401e8f60cee925842d43aab9"/><file name="mysql4-upgrade-0.9.40-0.9.41.php" hash="698e454c5d859f3535c4ee5acc18a022"/><file name="mysql4-upgrade-0.9.41-0.9.42.php" hash="48b62d2482b46a93d727b3d8c3118c7a"/><file name="mysql4-upgrade-0.9.42-0.9.43.php" hash="9dc49c3b5c5c4c0959d3621fdbd4a806"/><file name="mysql4-upgrade-0.9.43-0.9.44.php" hash="64cfa9e70a657a087d40a3e7be838fca"/><file name="mysql4-upgrade-0.9.44-0.9.45.php" hash="1359d87d21a233658bd9d1687244b6e5"/><file name="mysql4-upgrade-0.9.45-0.9.46.php" hash="f6e995a5826d650c1fa216a3db688730"/><file name="mysql4-upgrade-0.9.46-0.9.47.php" hash="74f0e8144d8520654f329994351b051f"/><file name="mysql4-upgrade-0.9.47-0.9.48.php" hash="771a79f077403edbfdbc9dd4e697a551"/><file name="mysql4-upgrade-0.9.48-0.9.49.php" hash="1aa676dbb893d5f43c51a1b6f89f0618"/><file name="mysql4-upgrade-0.9.49-0.9.50.php" hash="0de7391d79cd3777f71c2b37159222d4"/><file name="mysql4-upgrade-0.9.5-0.9.6.php" hash="66036a80781508bd8ef0b84c23c3b7ff"/><file name="mysql4-upgrade-0.9.50-0.9.51.php" hash="63046fc5480d938a4062f258d760f533"/><file name="mysql4-upgrade-0.9.51-0.9.52.php" hash="c54b247abfeec6b6addc3a3680c07f0c"/><file name="mysql4-upgrade-0.9.52-0.9.53.php" hash="dc76d9f39421301d6f3a92dbecfbea21"/><file name="mysql4-upgrade-0.9.53-0.9.54.php" hash="e8f0fae97bed9e6a8357cf9244b9bcf4"/><file name="mysql4-upgrade-0.9.54-0.9.55.php" hash="42d010e0daeb0fc6939894bea3cb3c00"/><file name="mysql4-upgrade-0.9.55-0.9.56.php" hash="aae887cd15c7457aa0f656b1836fbdf5"/><file name="mysql4-upgrade-0.9.6-0.9.7.php" hash="49f490868c1f653e0361e9410a47e20f"/><file name="mysql4-upgrade-0.9.7-0.9.8.php" hash="5c964d6ce080ad59c53b8e152599c6fb"/><file name="mysql4-upgrade-0.9.8-0.9.9.php" hash="0189b88f9a69054a52a6e1fbd42d74f4"/><file name="mysql4-upgrade-0.9.9-0.9.10.php" hash="5cb893ec004f2121ade980c942653662"/><file name="mysql4-upgrade-1.3.99-1.4.0.0.php" hash="d3ffddcc70c688105e518db8d33fa9fb"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="b63747314e03540b0dcfd7d688ac02b5"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="f5f7fc52633f5e9f6cf6962550446f55"/><file name="mysql4-upgrade-1.4.0.15-1.4.0.16.php" hash="1129e980b9a248e8c1d312dfeb8c4b48"/><file name="mysql4-upgrade-1.4.0.16-1.4.0.17.php" hash="148dd7fdc52c2c202737de596e754530"/><file name="mysql4-upgrade-1.4.0.17-1.4.0.18.php" hash="d2c8dcbeb0ce840de7789c0b5ab60d40"/><file name="mysql4-upgrade-1.4.0.18-1.4.0.19.php" hash="9b960855a4afaf1a7d54a9e292995d1f"/><file name="mysql4-upgrade-1.4.0.19-1.4.0.20.php" hash="c57de05dcef1d9067cbd88feb9404f42"/><file name="mysql4-upgrade-1.4.0.2-1.4.0.3.php" hash="d7e2ef1f226590f03819928cbfe4722d"/><file name="mysql4-upgrade-1.4.0.20-1.4.0.21.php" hash="7a0196e0f3fb5a558a70c12578f28dbc"/><file name="mysql4-upgrade-1.4.0.21-1.4.0.22.php" hash="f729dc1f1188f1f238994b82d165fa6e"/><file name="mysql4-upgrade-1.4.0.22-1.4.0.23.php" hash="1c93e2dd5965ed0d3dafca442ff578b6"/><file name="mysql4-upgrade-1.4.0.23-1.4.0.24.php" hash="2bcc4c0057511228a3f6285fd6b17c48"/><file name="mysql4-upgrade-1.4.0.24-1.4.0.25.php" hash="ee3194524c8c95bcb3eca481153ac983"/><file name="mysql4-upgrade-1.4.0.3-1.4.0.4.php" hash="fd87443156c5de492b466d86c6d153e6"/><file name="mysql4-upgrade-1.4.0.4-1.4.0.5.php" hash="ea7f6e67fdedd44a3f5d3e0d34ce25f9"/><file name="mysql4-upgrade-1.4.0.5-1.4.0.6.php" hash="8db1607671f4bd9d7dfae3758a7199ae"/><file name="mysql4-upgrade-1.4.0.6-1.4.0.7.php" hash="7843f8b2047c77f8db8ce49f25301cf4"/><file name="mysql4-upgrade-1.4.0.7-1.4.0.8.php" hash="1253808ae4bac162b6de3deac7c1babc"/><file name="mysql4-upgrade-1.4.0.8-1.4.0.15.php" hash="92c230f4341b593c98420446f9d104b5"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="ca0830bd1d4065869a91b6ebcd263fb9"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="ee3389185c53df12c1bc4cadf4d6c7eb"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="5623d3558a51a3ff8453cecbc1559a48"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="1be88f4c20700a98513a288e60cdc57d"/><file name="upgrade-1.6.0.3-1.6.0.4.php" hash="87224b472303c62b38f016b5dc0d38ee"/><file name="upgrade-1.6.0.4-1.6.0.5.php" hash="af32d909aeb245b253e540b1e65aff55"/><file name="upgrade-1.6.0.5-1.6.0.6.php" hash="5610c7a557da9e3a4d6963fbf6b54d64"/><file name="upgrade-1.6.0.6-1.6.0.7.php" hash="1ffe87b1df5a94fa05bd67b3e4a8b815"/><file name="upgrade-1.6.0.7-1.6.0.8.php" hash="71a4020a1a67c173134c4621d35319ef"/><file name="upgrade-1.6.0.8-1.6.0.9.php" hash="91f7aaa3f3fa606ba8558371c68f2cfa"/></dir></dir></dir><dir name="SalesRule"><file name="Exception.php" hash="5ce6b02e0ece7eaa94d18339af72900c"/><dir name="Helper"><file name="Coupon.php" hash="dfdd4c30251eb6e28009d74877e631a2"/><file name="Data.php" hash="a7327dda9b7f22b34ef2eef676f0cad6"/></dir><dir name="Model"><dir name="Coupon"><file name="Codegenerator.php" hash="a35291709812cdb70884f479fe964a71"/><file name="CodegeneratorInterface.php" hash="3f4ca5b3ac0a738c848b13179ef20b70"/><file name="Massgenerator.php" hash="82c15232cfa3f4386f597a1b56ddccdc"/></dir><file name="Coupon.php" hash="d2d838c119e9edb106b02658297994e3"/><dir name="Mysql4"><dir name="Coupon"><file name="Collection.php" hash="275e83232118c14729f5dfbfd5a3f8e3"/><file name="Usage.php" hash="5721c1c9ee0134899720e213843f1492"/></dir><file name="Coupon.php" hash="1bc35dcfc6248290d22f398b6764ec47"/><dir name="Report"><file name="Collection.php" hash="0cd75e35f6890b95510190d7d1c7f535"/><file name="Rule.php" hash="739a3c5530ec3c0c2fcd1770ea9c27eb"/><dir name="Updatedat"><file name="Collection.php" hash="4659468af8cec4e1525e0e09fab81e3e"/></dir></dir><dir name="Rule"><file name="Collection.php" hash="e3b3f56d1d1ffc0a48b80b28a6bbdc3c"/><dir name="Customer"><file name="Collection.php" hash="a5588674fe7dd382e4a74932fc4b9599"/></dir><file name="Customer.php" hash="95cb408c6a3d003a03d2c50c87012245"/><dir name="Product"><file name="Collection.php" hash="9df1b91fc5ae78c628aedf95f3e8f200"/></dir><file name="Product.php" hash="b69368359eae907419597e3329ce9127"/></dir><file name="Rule.php" hash="8fd3ce72ffdbb21126319a84cd55b891"/></dir><file name="Observer.php" hash="8361a5fe17b140a2fefeb5a935b67d82"/><dir name="Quote"><file name="Discount.php" hash="a309ca593ab95d60371c8b91d9392fae"/><file name="Freeshipping.php" hash="1a32a2f8b59abfc3f55299142917dc13"/><dir name="Nominal"><file name="Discount.php" hash="0a01cdfce172c860fb6c92412ed60828"/></dir></dir><dir name="Resource"><dir name="Coupon"><file name="Collection.php" hash="5fb3a56d75786d11b6fd2c95cd0e5cca"/><file name="Usage.php" hash="4fbbad008804c9944f81bdecd6034e79"/></dir><file name="Coupon.php" hash="37627734c8de4a2905e577ab9e9bd594"/><dir name="Report"><file name="Collection.php" hash="9098e779e2ae485f0ad4351dcefdda14"/><dir name="Rule"><file name="Createdat.php" hash="13f00c98f7c051972a5d24bdc8e2f0c0"/><file name="Updatedat.php" hash="491283169400269ea4cdba1dfbc6542a"/></dir><file name="Rule.php" hash="9388be92b5e4a050fdde19cb6e294740"/><dir name="Updatedat"><file name="Collection.php" hash="ffbbb3e6a8ebacec3afdb03b0255dceb"/></dir></dir><dir name="Rule"><file name="Collection.php" hash="50a895f55f74bf0d4ded069bad35da43"/><dir name="Customer"><file name="Collection.php" hash="ab2a5f1365a206b9149bc45a21a1d9cb"/></dir><file name="Customer.php" hash="29983c4cafad5732e7e4c116351ee825"/><dir name="Product"><file name="Collection.php" hash="725978eb1729828eec8318f57a00b404"/></dir><file name="Product.php" hash="58f316e75b1ad6094b2b46e3e15914e7"/></dir><file name="Rule.php" hash="b807cc969a2e0af7495a5be76b30adc4"/></dir><dir name="Rule"><dir name="Action"><file name="Collection.php" hash="78fc6ac2156de8f09936e3a853838818"/><file name="Product.php" hash="1b8eacd4749b71b374c2d920f901ca77"/></dir><dir name="Condition"><file name="Address.php" hash="7f5abc0bc75ddb12563b22554bca3d1f"/><file name="Combine.php" hash="f04d32055710f62b016ce0abc048699b"/><dir name="Product"><dir name="Attribute"><file name="Assigned.php" hash="8f1e903555c2dcf454908c65b4fb01f0"/></dir><file name="Combine.php" hash="33062b19f9b2e6658d0cafd2e303cc6f"/><file name="Found.php" hash="e1d7e4b7fc2c9727ab9c66119a965934"/><file name="Subselect.php" hash="cfe11cdae1489cf31f2faf9568105782"/></dir><file name="Product.php" hash="03f6ca5610af1127baca0bf52f725f64"/></dir><file name="Customer.php" hash="0051ca24ab8fe0123cd54cc8b14bd64e"/><file name="Product.php" hash="469f7799e36292346238b151ca7b668a"/></dir><file name="Rule.php" hash="13161fa5af969a0d05db78894a49ab1f"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Coupon"><file name="Format.php" hash="23fb0c2d796d7f7d93b9673af64fd932"/></dir></dir></dir></dir><file name="Validator.php" hash="181e4eaa69d6d08ab57b9f07b37a8329"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0f6510bb29d1cf8fb7a829fcc1a2e084"/><file name="config.xml" hash="c00eeec291d7f084e305a81237e62643"/><file name="system.xml" hash="b5486d055594fee3f080ef0d441a228b"/></dir><dir name="sql"><dir name="salesrule_setup"><file name="install-1.6.0.0.php" hash="5d4de0a1b756ccf9f9e705bd7f1a64ca"/><file name="mysql4-install-0.7.0.php" hash="732dd47c6be4c7b928cb4c214885d6a1"/><file name="mysql4-install-1.4.0.0.0.php" hash="1887ca743218d9088e1671e5642af27f"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="fee563517f784110c2d8465c78d2e16d"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="19b01cf37e065babacd27091cf96fcc0"/><file name="mysql4-upgrade-0.7.10-0.7.11.php" hash="b2afb535829807be599f3cbe6f4423f1"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="60e3c10c6e303f069d6b03a4323a86c6"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="0db65b014348a4916ce598d1ec5e7fa0"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="e7e24ec51141293a68ec2ebde8b77526"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="df5a469c95840ecbd481649da4b41e8a"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="9b5676a1d05ee821b63a3f208f72e7a6"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="1afae0ab1de38829c47f6e32f8279980"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="b1588fba2e26ad84834e4df18979ae48"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="dcd5cbb1f8b8568223c3809a53ba10c3"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="2414ae3806c5990066e19c011297df68"/><file name="mysql4-upgrade-1.4.0.0.0-1.4.0.0.1.php" hash="324a56ec82dbe596c7b50541cbe08903"/><file name="mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php" hash="42071774dc49f471aab44c424c2a7c67"/><file name="mysql4-upgrade-1.4.0.0.2-1.4.0.0.3.php" hash="b7e46d7e71a6a640935c63e40e6a274b"/><file name="mysql4-upgrade-1.4.0.0.3-1.4.0.0.4.php" hash="09c3b01c9c5bd0fa67238c764eb3ca0b"/><file name="mysql4-upgrade-1.4.0.0.4-1.4.0.0.5.php" hash="c4782c6caff7ffea39c5cadf663d5ab4"/><file name="mysql4-upgrade-1.4.0.0.5-1.4.0.0.6.php" hash="6191d88b1ff0204893f1c97bbcca0a0a"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="4407f2a614d7c89f23c4d5fe7c7f721a"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="d54f994a57aebf7c478182a96f720487"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="6a25b70811283029ef9fb826a6670061"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="db02c4ed85bbfbf94b990d085e9cad05"/></dir></dir></dir><dir name="Sendfriend"><dir name="Block"><file name="Send.php" hash="4b7cf83411dc5d4309d4c7f82903be23"/></dir><dir name="Helper"><file name="Data.php" hash="99c0fd9ded258e9b2a19a8d6c5bc3eb4"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Sendfriend"><file name="Collection.php" hash="c593f0ec356e2293f882ea9310eb2594"/></dir><file name="Sendfriend.php" hash="848648e67400db18265495f40c8eab4e"/><file name="Setup.php" hash="97a04c041abaa75c7abec717a38a26a1"/></dir><file name="Observer.php" hash="3e25f7b09144e48cf74d45d4c67afd31"/><dir name="Resource"><dir name="Sendfriend"><file name="Collection.php" hash="014bdfce594acc8c2f6db45f04162d9a"/></dir><file name="Sendfriend.php" hash="f5d4a8eddfca5b4782e66d04b98cd564"/><file name="Setup.php" hash="806828e98e42121394617d1535973a97"/></dir><file name="Sendfriend.php" hash="644b6649366df8d7b196580f50c7db01"/></dir><dir name="controllers"><file name="ProductController.php" hash="851afec20e1d86febea4f66f4e80ed94"/></dir><dir name="etc"><file name="config.xml" hash="de945b6acaa34cb0dbe2400ae5c0533d"/><file name="system.xml" hash="a3974b784d981b372774e7d206a619bf"/></dir><dir name="sql"><dir name="sendfriend_setup"><file name="install-1.6.0.0.php" hash="f5c417291cc43c59a8cc0bfb5ec14c99"/><file name="mysql4-install-0.7.0.php" hash="642d347874e889bb072be0d5f77dadb5"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="c9e5ed3488fafe29e08f7aaea6d16c61"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="3e2f9dd2d161b0645a1a03acb04fdd00"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="e6ba7f8b3cc0176b0fde95a9d85b4673"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="154145cf6e9302195601f8252b2cfd1f"/><file name="mysql4-upgrade-1.6.0.0-1.6.0.1.php" hash="f58aa994b2cac22bff0b28dc20ffc152"/></dir></dir></dir><dir name="Shipping"><dir name="Block"><dir name="Tracking"><file name="Ajax.php" hash="94a38890d53e21e8b2673b97f9419143"/><file name="Popup.php" hash="03ca9191edd6bdce0437f624f5aca5b0"/></dir></dir><file name="Exception.php" hash="09e99855a128e76fd041455818aa3069"/><dir name="Helper"><file name="Data.php" hash="f9747feac33d0b47528f97e72850531f"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="907cc6a4db1be48908c76eac284c68ad"/><file name="Flatrate.php" hash="9b9e129ef347051764fd4dbb4f43d93d"/><file name="Freeshipping.php" hash="7093dc632a36fad83543db0b08217b74"/><file name="Interface.php" hash="68e765925952f2c96a383bdb642ef24c"/><file name="Pickup.php" hash="817c0ee3ba5079da5c4be298a6d439de"/><file name="Tablerate.php" hash="492da728be048e3b959f685c61f5d669"/></dir><file name="Config.php" hash="666c7ede839f3509f61b69ca9569545c"/><file name="Info.php" hash="58d0360fef99ef209a63c7bcabc1d363"/><dir name="Mysql4"><dir name="Carrier"><dir name="Tablerate"><file name="Collection.php" hash="ede56eed5c54216b0f02a79bdec438af"/></dir><file name="Tablerate.php" hash="84b15292297c4f0dac51770fbc6c87d9"/></dir></dir><dir name="Rate"><file name="Abstract.php" hash="8de84542567d04a5ec8f3417d2f9bbb3"/><file name="Request.php" hash="7340edc18bd80c82b7b95328812becff"/><dir name="Result"><file name="Abstract.php" hash="758e1330a6b61136f9b4ecd1125e02de"/><file name="Error.php" hash="e43d7b5e73057386caf8f2b7255aa4df"/><file name="Method.php" hash="24aa18d7796f34e8ba2afe82081683fc"/></dir><file name="Result.php" hash="9cc799803c9208f2028127fd36133e2a"/></dir><dir name="Resource"><dir name="Carrier"><dir name="Tablerate"><file name="Collection.php" hash="7207413df7e0cbc1e7ceaa645fc74a87"/></dir><file name="Tablerate.php" hash="aa9fdff0630e5d4aed7f444df1730760"/></dir></dir><dir name="Shipment"><file name="Request.php" hash="ee03801a69cec2068ce52534b2043a66"/><file name="Return.php" hash="9c15365cefddfc77687cb3cfe7a4cde9"/></dir><file name="Shipping.php" hash="fca825cf90b43e6e90c3dedb34ffc6b5"/><dir name="Source"><file name="HandlingAction.php" hash="a999b41872068b051e3ea7ed1a8f41ba"/><file name="HandlingType.php" hash="786a48cf6abe0d9e3228d5ee4f3be86e"/></dir><dir name="Tracking"><dir name="Result"><file name="Abstract.php" hash="17d056de13a0472cace69a3623a0f80d"/><file name="Error.php" hash="86e94f8c383799fd63d61d3dcb211e55"/><file name="Status.php" hash="cffe81a088b430a0614fc9b5b7b7a4aa"/></dir><file name="Result.php" hash="f65c48cf6b110fc95abad58db0c04e0d"/></dir></dir><dir name="controllers"><file name="ShippingController.php" hash="27f6349c6b034bdc00fcbfd688c29203"/><file name="TrackingController.php" hash="f54f778b17efdd1ad9a3bb3e18454f1d"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c55a8c518c926599e90a598d898e6ba4"/><file name="config.xml" hash="31b4f69a5d82a34c36398b20daa47535"/><file name="system.xml" hash="dffb14a5fe363e290c4180d87cc407b1"/></dir><dir name="sql"><dir name="shipping_setup"><file name="install-1.6.0.0.php" hash="85abfc99b962cde76348d5cd1b9870ae"/><file name="mysql4-install-0.7.0.php" hash="e809609a60acf4fb35c24700ebecc81e"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="ad74b52515c15f7ccb1e92d568383db6"/></dir></dir></dir><dir name="Sitemap"><dir name="Helper"><file name="Data.php" hash="969785291415b607689ce9577604f49c"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Catalog"><file name="Category.php" hash="165102c7de682f4556ea42ef1fd55730"/><file name="Product.php" hash="c3add5a6bfe49483209729d2fbd2ba3e"/></dir><dir name="Cms"><file name="Page.php" hash="dfe0e49a6bdc94fb1a887d2bfa11621c"/></dir><dir name="Sitemap"><file name="Collection.php" hash="a983a86da14407ddb037ef88f21486fb"/></dir><file name="Sitemap.php" hash="e33272a447982d114eeafa3374014819"/></dir><file name="Observer.php" hash="7745e95d94631c9e66f3bdfb797e20b4"/><dir name="Resource"><dir name="Catalog"><file name="Abstract.php" hash="967c3834181394d6a6d3272959ca1eb9"/><file name="Category.php" hash="ef065aaf5ab3943839836cd9f58b615f"/><file name="Product.php" hash="ec2cb2a36fca3015fb4e9dfeee0ab3d3"/></dir><dir name="Cms"><file name="Page.php" hash="461db9257757894f71c86c92b1a91853"/></dir><dir name="Sitemap"><file name="Collection.php" hash="0231e4a92afe27cba5f1ecee62eedfe9"/></dir><file name="Sitemap.php" hash="b80f9f416369a2155d141e18110b8797"/></dir><file name="Sitemap.php" hash="9edccbc5e3129886b888d50080716013"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c12ae2333750d772f93b00ecfbb392a0"/><file name="config.xml" hash="3d39115748049c7ef6e452700a4e9959"/><file name="system.xml" hash="d573de9ebdc56950cd26001101168199"/></dir><dir name="sql"><dir name="sitemap_setup"><file name="install-1.6.0.0.php" hash="8478304acb2c93018b89d3d997442777"/><file name="mysql4-install-0.7.0.php" hash="bae7d5b1c47de76be92dd2b6384d1e6e"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="86ed9e0c06dca61d01a1158801082c87"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="bdd7f58f2324b7dd604f7b1f0a222c32"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="0800787634fd5dc7e776d5513da62c1b"/></dir></dir></dir><dir name="Tag"><dir name="Block"><file name="All.php" hash="e549888e985a54a0298b7545861048c9"/><dir name="Customer"><file name="Edit.php" hash="4783bb270ccab525a4c2ca7b2a81529f"/><file name="Recent.php" hash="7060c7789a160a2fb93ed194d464d441"/><file name="Tags.php" hash="bd462a3ebc3fdb2808ece24f388b9a55"/><file name="View.php" hash="be05424784cb5917d2d34dc5c7dc632e"/></dir><file name="Popular.php" hash="859cbdf3074647927153e06c8f676577"/><dir name="Product"><file name="List.php" hash="95b15350122aa778c732cbb8293424eb"/><file name="Result.php" hash="6bf4ad894b0461ccb46a7c3d720930a9"/></dir></dir><dir name="Helper"><file name="Data.php" hash="eb729b51f1c0d8d05d14fd5826b06468"/></dir><dir name="Model"><dir name="Api"><file name="V2.php" hash="5cd5e1753c2117dd8cd7cfab96f18ade"/></dir><file name="Api.php" hash="1c08fde441d4b10e74b39b27140ae2e4"/><dir name="Entity"><dir name="Customer"><file name="Collection.php" hash="553ca98e83b8b9134e47471c7dbfbd4b"/></dir></dir><dir name="Indexer"><file name="Summary.php" hash="05046446545248bbadce51a6035720cd"/></dir><dir name="Mysql4"><dir name="Customer"><file name="Collection.php" hash="70048958aca44401434eba44cf009062"/></dir><dir name="Indexer"><file name="Summary.php" hash="5009ff72ba9587d4e2e25c483f8b3eca"/></dir><dir name="Popular"><file name="Collection.php" hash="e42e60a3c6a088e5f4699883e3755146"/></dir><dir name="Product"><file name="Collection.php" hash="63b7e989419e70bf146f3b78243cc7e8"/></dir><dir name="Tag"><file name="Collection.php" hash="075d2c570595e1090696cd84bdbc762c"/><file name="Relation.php" hash="dc352cbc9bed73ac2462c3d5fc9d2278"/></dir><file name="Tag.php" hash="b9c09b5ebac625b00d73657e4ded1a7c"/></dir><dir name="Resource"><dir name="Customer"><file name="Collection.php" hash="5253607b0c12f6f366c4dcd4bb3a3b37"/></dir><dir name="Indexer"><file name="Summary.php" hash="da1252d129c8f974942823d87953c374"/></dir><dir name="Popular"><file name="Collection.php" hash="902870e60de535dbcadc0a53762a63e0"/></dir><dir name="Product"><file name="Collection.php" hash="70c1183555d9bc52da13eb880f899ce0"/></dir><dir name="Tag"><file name="Collection.php" hash="19197e49709cf2c5dbf38c54fec67a1f"/><file name="Relation.php" hash="ad18a9b1d345b8e00401aa35e5e83195"/></dir><file name="Tag.php" hash="03a8527de371136a572290ec763fe339"/></dir><file name="Session.php" hash="3a6bca3611290f2ffc0275e4af2059de"/><dir name="Tag"><file name="Relation.php" hash="0094e5ea9c6af5c9177d37546cdaa569"/></dir><file name="Tag.php" hash="00c42ef410c34a40aaaf7ebebca0d406"/></dir><dir name="controllers"><file name="CustomerController.php" hash="09a8c54c9e4e6929dde66037bae5dc50"/><file name="IndexController.php" hash="e5ae4133c0cb4916b82f81ac0e0d3cf3"/><file name="ListController.php" hash="e4ac18ac93a9f4229ad35d5507acfa4b"/><file name="ProductController.php" hash="95cfc9894f158b70e4faa7e6972938b0"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4d8a5eb2edfc7e34e133aa05d5c49c75"/><file name="api.xml" hash="ada9e373a74983a35bc2a60962f7509c"/><file name="config.xml" hash="544d1f96afff94b47babe8f0c79b7b77"/><file name="wsdl.xml" hash="e87343a710e0068dcc555ffc4b302a9b"/><file name="wsi.xml" hash="1d31787826a686590acf89ec2703b76e"/></dir><dir name="sql"><dir name="tag_setup"><file name="install-1.6.0.0.php" hash="ab4250d7c2be3f89df868f58666ece38"/><file name="mysql4-install-0.7.0.php" hash="24cf194aef20401cbcb8815f9c02fcd8"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="15a5f3b9d49f11977051184b19217aaf"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="679dc65978371ea517af61d415e52c98"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="e3bfed398b9ede5afb1e75c15ce30c9a"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="1338ec3ff777d466b380acb106d27cf6"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="f707122851878f3f75608d4497dd354c"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="17b29e17188ab6f9c9231761dfff63c5"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="f5381dba0eb01e4ef1358c45c6575bf0"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="675064bbd855ab4243fc8d55bb91d6fb"/></dir></dir></dir><dir name="Tax"><dir name="Block"><dir name="Adminhtml"><dir name="Frontend"><dir name="Region"><file name="Updater.php" hash="6236884e4a41e48e633ed57fb844d99b"/></dir></dir><file name="Notifications.php" hash="5c72c2e5f1499d97e3354d6b615409b8"/></dir><dir name="Checkout"><file name="Discount.php" hash="962334787924a517e5ed1f14da99def5"/><file name="Grandtotal.php" hash="40dccf9e856f86563aae89dcd2bc2ace"/><file name="Shipping.php" hash="738ab2e5d4a69e586c767ea4a31b744e"/><file name="Subtotal.php" hash="0140c49bc52f2e5d9b3b791b7c562e18"/><file name="Tax.php" hash="319b9f3c8ce001e69fe197679b246393"/></dir><dir name="Sales"><dir name="Order"><file name="Tax.php" hash="e6edc27c511425f7e17992718db0f79e"/></dir></dir></dir><file name="Exception.php" hash="2117fedd7b12b2e35e1264900974f9b8"/><dir name="Helper"><file name="Data.php" hash="047002990d890783a950fabd0aa59d7d"/></dir><dir name="Model"><dir name="Calculation"><dir name="Rate"><file name="Title.php" hash="0e9866556fcbac179ab6ff0c9ccb4e84"/></dir><file name="Rate.php" hash="aec83ed09491421f2bb5ab2e0f967ba4"/><file name="Rule.php" hash="2ffb02b2fc4e8c11b3833f15cd858b7b"/></dir><file name="Calculation.php" hash="38417716d6734b69ea5731f8e6d9ef2d"/><dir name="Class"><dir name="Source"><file name="Customer.php" hash="1b658d6f66e8305fecd7f2aafdf9e467"/><file name="Product.php" hash="15f8798d758c85491e4cede9b969b348"/></dir></dir><file name="Class.php" hash="4eef46f80da75e0002ef4cc29c41d877"/><dir name="Config"><file name="Notification.php" hash="84ceb0395c7c6ab18810863b47052b7a"/><dir name="Price"><file name="Include.php" hash="97d7e00169e18cf40bc44ad88ffc4dfa"/></dir></dir><file name="Config.php" hash="261583daf4da989682f1cf53f64f6137"/><dir name="Mysql4"><dir name="Calculation"><file name="Collection.php" hash="09c22b436469a3543a9b882ed852b0e8"/><dir name="Rate"><file name="Collection.php" hash="039b4ed520c14460f10d3d66bc160b74"/><dir name="Title"><file name="Collection.php" hash="76d9c1603900f7d042b303a549623280"/></dir><file name="Title.php" hash="c537d3234c74132b63bc4937fe134ba5"/></dir><file name="Rate.php" hash="1cba5c5cb74ae96bfb2b5a40a9181635"/><dir name="Rule"><file name="Collection.php" hash="3fd82580147cc5164c4f02dbe78440db"/></dir><file name="Rule.php" hash="bab4e415681228c8730bdaa69b7d4eed"/></dir><file name="Calculation.php" hash="72db39fd10fa09516d3ef0be6286e1c0"/><dir name="Class"><file name="Collection.php" hash="dc537359e4df062693f7daa92a796721"/></dir><file name="Class.php" hash="499edec3dd656a0e9ab430f788943c00"/><dir name="Report"><file name="Collection.php" hash="27fc2d224f4dd493c50b1820532c4aeb"/><file name="Tax.php" hash="ca3c70fd6975a5e223a7c3501bdf9cda"/><dir name="Updatedat"><file name="Collection.php" hash="8ed67750b1b7e3d0ad631bcbc186badf"/></dir></dir><dir name="Sales"><dir name="Order"><dir name="Tax"><file name="Collection.php" hash="1273b56783f0c59e1d0db83375cf299d"/></dir><file name="Tax.php" hash="4607bb978871649110efb7d7142a03c0"/></dir></dir><file name="Setup.php" hash="8119ff9c9934af2742644156643202d5"/></dir><file name="Observer.php" hash="1c0bbab28824ee94a8c11b82039563fb"/><dir name="Resource"><dir name="Calculation"><file name="Collection.php" hash="5c5d237cb96551fc60524fadbca5574f"/><dir name="Rate"><file name="Collection.php" hash="d0eb4b18ec3fdfa89e1bbd1b77db9afc"/><dir name="Title"><file name="Collection.php" hash="a09f4ef331bc34b659f5563c18b3afeb"/></dir><file name="Title.php" hash="cf25ba0718f1b5387908dadff9942f18"/></dir><file name="Rate.php" hash="282e75e630d278f8da278ea69541cf26"/><dir name="Rule"><file name="Collection.php" hash="e9c8969da11d0f1ed99083303a321f45"/></dir><file name="Rule.php" hash="c8ef7064aa620ca8f6cadc536507a71b"/></dir><file name="Calculation.php" hash="bfb3c25f4b921758a101c44cc1d2e6b5"/><dir name="Class"><file name="Collection.php" hash="8d538b56e3f4493e38d6ad58595085c2"/></dir><file name="Class.php" hash="7e81695f3c804fcb10876a5a624661c6"/><dir name="Report"><file name="Collection.php" hash="5d00e66a1a4f7b8913b7f78deba3206a"/><dir name="Tax"><file name="Createdat.php" hash="461e7c17717a1b0288e6b270c17d3d62"/><file name="Updatedat.php" hash="ecfe1431fd6eec1dc4b5e7582cee255e"/></dir><file name="Tax.php" hash="0adefb57ac3851bf2e3e71a3d28063f3"/><dir name="Updatedat"><file name="Collection.php" hash="4a755724e47a03b37b14c9153e2ee1c2"/></dir></dir><dir name="Sales"><dir name="Order"><dir name="Tax"><file name="Collection.php" hash="435288539b82c8398c9d46bb0a10af05"/><dir name="Item"><file name="Collection.php" hash="47167d4baeff4f54e3518bc0f65cfcf6"/></dir><file name="Item.php" hash="aa9390f70744b6868c1dd250149cb166"/></dir><file name="Tax.php" hash="7543cbb86f09b4b313bbda2372ebb120"/></dir></dir><file name="Setup.php" hash="174a6d65cc40315c919c9b33a38c8d1f"/></dir><dir name="Sales"><dir name="Order"><dir name="Tax"><file name="Item.php" hash="7d25daa216b65e8dd9c8f738c213fe5e"/></dir><file name="Tax.php" hash="645a21ab9d485beb18beac43d99e65d0"/></dir><dir name="Pdf"><file name="Grandtotal.php" hash="f6d1af8f7100bb67a3ba26c542e9f5cf"/><file name="Shipping.php" hash="3516b32cde46e082518a1bc32d34f402"/><file name="Subtotal.php" hash="6d8ca3bd3b41e21c7bfdd52f52ec2f45"/><file name="Tax.php" hash="8e63430470235da1c0cfb5278b58abee"/></dir><dir name="Total"><dir name="Quote"><file name="Discount.php" hash="aa93743b36753867acaf85b9b022119a"/><dir name="Nominal"><file name="Subtotal.php" hash="2f704a61634a2cc75702fb74d82e4811"/><file name="Tax.php" hash="e73091b1962ff84280feff7c0f86e06a"/></dir><file name="Shipping.php" hash="886dc961c8638acbf86fef41d58b7cda"/><file name="Subtotal.php" hash="06751c512027fb6e0be8be753a3bc585"/><file name="Tax.php" hash="a85617be5af07cb5d280b84f62858d07"/></dir></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Algorithm.php" hash="7190da4f3b919bf2353d65cb8412150f"/><file name="Apply.php" hash="cf60f2457164ad6d14d9043266bdd9a2"/><file name="PriceType.php" hash="f6d739ee71b7e7619be648a5e2abf129"/><dir name="Tax"><file name="Country.php" hash="1e8dbb73313f588e0ddf730aa0c8abad"/><dir name="Display"><file name="Type.php" hash="1ec7badb42a0bf74f50d60f0a9357906"/></dir><file name="Region.php" hash="6c1b2cf43eedfe4dd1af6533e9484a31"/></dir></dir></dir></dir></dir><dir name="data"><dir name="tax_setup"><file name="data-install-1.6.0.0.php" hash="0c856de3280125c80d1e724012b8f0db"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="08d4b315a65e8bb92c3f5b9e3d51118a"/><file name="config.xml" hash="368871d4207c510c442ce7d69db33e98"/><file name="system.xml" hash="27db6b06b967ca25c7ab99fbeda5ee08"/></dir><dir name="sql"><dir name="tax_setup"><file name="install-1.6.0.0.php" hash="c6de1edca26d2aa15849561141584c9e"/><file name="mysql4-install-0.7.0.php" hash="8945917a8c72ec35e987bd80b190fc8a"/><file name="mysql4-install-1.4.0.0.php" hash="33a25a14a111da1184eb60386833a544"/><file name="mysql4-upgrade-0.6.1-0.7.0.php" hash="f81745af94878185154f3339cd5466e5"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="40c9d7538b0eec1afe80440fc8b5d7c9"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="b0f2341d678ead318609c3edd78b1af2"/><file name="mysql4-upgrade-0.7.10-0.7.11.php" hash="4f08cc664eb4f378b2720143284b3e03"/><file name="mysql4-upgrade-0.7.11-0.7.12.php" hash="e13f81a36ad835b3cff82c4df33c42f9"/><file name="mysql4-upgrade-0.7.12-0.7.13.php" hash="99d47080cbf5819c50902b276af909ce"/><file name="mysql4-upgrade-0.7.2-0.7.3.php" hash="f38003c58071481fd5c96101a32c2e32"/><file name="mysql4-upgrade-0.7.3-0.7.4.php" hash="909b735256735d66343a64ddef209996"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="e969b35b191b370ef47f544845e396d2"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="d9d0a9e4c4ddf1a38c6089495f91ca32"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="e445a4811d55a642d01d1f5163dcbc96"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="dbc1fd235d92bdadcaba1df1cc8146e6"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="a261d7423ef5b6ac6809c7815d0a8880"/><file name="mysql4-upgrade-0.7.9-0.7.10.php" hash="56f8b034fd6c37e22824af9943356f30"/><file name="mysql4-upgrade-1.3.9-1.4.0.php" hash="aee3cd1ebe47e018779644f1cd62a3fe"/><file name="mysql4-upgrade-1.4.0.0-1.4.0.1.php" hash="f06eb1c546917fba29ed22356ef3a523"/><file name="mysql4-upgrade-1.4.0.1-1.4.0.2.php" hash="c3b96fe25e68ff92da9af304ad563f8f"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="6e79ba54f75395d487a67e8a747fb665"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="97e7d721a4eba617e73e2a5eb4154360"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="bfa6cefbc60177bdb3913ad9be20a32d"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="86be3c0b77fa34dcf6718fd000302d8a"/><file name="upgrade-1.6.0.3-1.6.0.4.php" hash="51f32fa4935f94ec1fe5c4ee0ecce7bd"/></dir></dir></dir><dir name="Usa"><dir name="Block"><dir name="Adminhtml"><dir name="Dhl"><file name="Unitofmeasure.php" hash="242048b65e4b0cb262c43661c71f905b"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="98752a7b32ee4efbae3cdd68d2a871c6"/></dir><dir name="Model"><dir name="Shipping"><dir name="Carrier"><dir name="Abstract"><dir name="Source"><file name="Mode.php" hash="9d1eb52f37afa92023e2a7399407c952"/><file name="Requesttype.php" hash="991680cb670626b689803ded3f22b2d8"/></dir></dir><file name="Abstract.php" hash="634f9b9d81ec25f232ccee50cddfab2d"/><dir name="Dhl"><file name="Abstract.php" hash="a604ab3006c8ef5692ee8b71c409ec0b"/><dir name="International"><dir name="Source"><file name="Contenttype.php" hash="36fb91fe1a337e935ca56b3f0494f406"/><dir name="Method"><file name="Abstract.php" hash="fe326425eb3f5e20755b997317539bf5"/><file name="Doc.php" hash="f2eef5cafc6c74662f3247e0b5ec7bd8"/><file name="Freedoc.php" hash="4af07e5cd8f1af616ef3f07451eaf28e"/><file name="Freenondoc.php" hash="37202acef7b400795e388a005754ee35"/><file name="Nondoc.php" hash="18caaa2ebea4d936132063c1c1f3c145"/><file name="Size.php" hash="dc67db33c89b621fd967111128b4d5f2"/><file name="Unitofmeasure.php" hash="5e4472f1f96c756bdf1de3c080fbae91"/></dir></dir></dir><file name="International.php" hash="5f08615d607e9b26a5c2030f35461b9d"/><dir name="Label"><dir name="Pdf"><file name="Page.php" hash="82604423fb54cf758719ca0412155dbf"/><file name="PageBuilder.php" hash="806ae2a6916bb840f66c792f8c350fd1"/></dir><file name="Pdf.php" hash="491034e44445aa1557d02afdb98a37f5"/></dir><dir name="Source"><file name="Dutypaymenttype.php" hash="ac7e7cf876e15ff50186f2333418e608"/><file name="Freemethod.php" hash="438055356275c06ecd4a54cb3e21ee82"/><file name="Method.php" hash="67beaedcb08c5d9642dd2141cd23b1de"/><dir name="Protection"><file name="Rounding.php" hash="18412246a62829733d8faf25f1b822e5"/><file name="Value.php" hash="401cbe4c34f754c61b08d4dd9573235f"/></dir><file name="Shipmenttype.php" hash="83b53e15e1571e8c6f15cc36b8c3ebd4"/></dir></dir><file name="Dhl.php" hash="43caf67aca9dfb4d0e7c3c31ed58b01b"/><dir name="Fedex"><dir name="Source"><file name="Dropoff.php" hash="31f8fd0c3b1e10fd9e41304da5f94466"/><file name="Freemethod.php" hash="7468ec0f4464adcc64f76fcfeec0f47a"/><file name="Method.php" hash="a20a1b11bd9dd7d5236b7513b41bf5e0"/><file name="Packaging.php" hash="16480d4a1773eb340604ee3c610f3eaf"/><file name="Unitofmeasure.php" hash="30b72534418ed69c7525d14f21f7e297"/></dir></dir><file name="Fedex.php" hash="58aa68e22f46c38ff0aa5f01f57cfca0"/><dir name="Ups"><dir name="Source"><file name="Container.php" hash="84baf93e11e301bcc502c8ea14083d2c"/><file name="DestType.php" hash="999649321f442b25a5c2b1d74cf4e096"/><file name="Freemethod.php" hash="503c3921c9431d1a09a0c57951ec0100"/><file name="Method.php" hash="f7edfe98e133a066a801f36b3c9f0c50"/><file name="Mode.php" hash="1a4bfb39fb7d8d96c87ffd41970f62e5"/><file name="OriginShipment.php" hash="bac894303dca2d3b5674235f56c9fb88"/><file name="Pickup.php" hash="08a5d5b713db30d4c463aa465efcb0f6"/><file name="Type.php" hash="fbaa795d5d77cbac20a6392dc77469ee"/><file name="Unitofmeasure.php" hash="a0c4765f92b5f6d616e671a6f55d20d3"/></dir></dir><file name="Ups.php" hash="fb37aaaa78693be20101ac6d81fc2d92"/><dir name="Usps"><dir name="Source"><file name="Container.php" hash="30aa6fecc97914b2e1c7352d8b244e57"/><file name="Freemethod.php" hash="4cdab2235aff2cd63106169353f5b5ad"/><file name="Machinable.php" hash="680929d0deba3e7a9490b67f61aa0d6a"/><file name="Method.php" hash="b2d6897a39b4b127ae28dc442ac84bec"/><file name="Size.php" hash="9f3516fa8a17f3868bc57613bc5a10fe"/></dir></dir><file name="Usps.php" hash="9ff00089a15da6f25d9702e26e1bb685"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="6449095091d0533c9f8612ed9c057db5"/><dir name="dhl"><dir name="international"><file name="countries.xml" hash="884b53873ecb27adb5b95506f012a847"/></dir></dir><file name="system.xml" hash="1eb6590398cf703b204e8db6febe2486"/><dir name="wsdl"><dir name="FedEx"><file name="RateService_v10.wsdl" hash="352ed0cd739b31d42d206aba31bf4c31"/><file name="RateService_v9.wsdl" hash="5e698519a3b3ae3dcea2105545053763"/><file name="ShipService_v10.wsdl" hash="4e661e70491a1af695c27878610054e2"/><file name="ShipService_v9.wsdl" hash="9c3779aa87540dcae41b43b16b724df6"/><file name="TrackService_v5.wsdl" hash="89cc7077a8fc439446e70bac0ca0f0c1"/></dir></dir></dir><dir name="sql"><dir name="usa_setup"><file name="install-1.6.0.0.php" hash="cb31ce487505425e049e50bded24d6e2"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="1ce3a6a641c4c56f8d104b4cb0519a01"/><file name="upgrade-1.6.0.0-1.6.0.1.php" hash="af084f77743f00f8afc8b4abef535592"/><file name="upgrade-1.6.0.1-1.6.0.2.php" hash="69f87ac0f139c2ff33967ac282b3c0a4"/><file name="upgrade-1.6.0.2-1.6.0.3.php" hash="9eee8c225d5c1b91ab1282a3464a7ccf"/></dir></dir></dir><dir name="Weee"><dir name="Block"><dir name="Element"><dir name="Weee"><file name="Tax.php" hash="2adf9698aab01996d3f294943208a0b0"/></dir></dir><dir name="Renderer"><dir name="Weee"><file name="Tax.php" hash="d3aa1efd612062ea9781704f16eabb00"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="78db2b46d97eeaef2526f1a679b6b431"/></dir><dir name="Model"><dir name="Attribute"><dir name="Backend"><dir name="Weee"><file name="Tax.php" hash="aa99c20b22f0129092a0fe5ce5fd34e6"/></dir></dir></dir><dir name="Config"><dir name="Source"><file name="Display.php" hash="c4788d2edbd512ff711cd771e7e5e7dc"/><dir name="Fpt"><file name="Tax.php" hash="048a4f095ee853b027a24a79fb75d063"/></dir></dir></dir><dir name="Mysql4"><dir name="Attribute"><dir name="Backend"><dir name="Weee"><file name="Tax.php" hash="eeaf4c7d4154124641514c9e89a95ad7"/></dir></dir></dir><file name="Setup.php" hash="b8bfeda2764dc853fa0dce35185df95f"/><file name="Tax.php" hash="5ef11fc4ae1c789aa26f7da13ae7a570"/></dir><file name="Observer.php" hash="2935e1e4ecd6832c46ad4ade7414fb2b"/><dir name="Resource"><dir name="Attribute"><dir name="Backend"><dir name="Weee"><file name="Tax.php" hash="d437cdddcae0ac28bb10c5833c5ebb0e"/></dir></dir></dir><file name="Setup.php" hash="eeaeace3f95a0e647e980f3b30b29f0a"/><file name="Tax.php" hash="c26b12a96dda1404d4c06578caa79a7b"/></dir><file name="Tax.php" hash="ace558502e3ac4a91501b78a1fe6bf78"/><dir name="Total"><dir name="Creditmemo"><file name="Weee.php" hash="8287c9ba4b9c19d810d510cfcf449d53"/></dir><dir name="Invoice"><file name="Weee.php" hash="eaf0238e5518a6a1ef590f0d80205766"/></dir><dir name="Quote"><dir name="Nominal"><file name="Weee.php" hash="3117dbe9b9213cf6ae4e8099d02fb658"/></dir><file name="Weee.php" hash="177ce2e5225b89eab5fa0b9a991f05bd"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="8daf98ffb9d6ad92496f3af1e668eee3"/><file name="system.xml" hash="6392d80442e77540b1451c7559a6b73c"/></dir><dir name="sql"><dir name="weee_setup"><file name="install-1.6.0.0.php" hash="26050d3e4f285aa5cfde4bb804fbac1f"/><file name="mysql4-install-0.1.php" hash="37b485dad490fab7a7a19bfb18e609bf"/><file name="mysql4-upgrade-0.1-0.2.php" hash="95f26fd8fe3fd86347234c573724d6dc"/><file name="mysql4-upgrade-0.10-0.11.php" hash="ac50c7d709d3871aa8b4de5a7fb21b6e"/><file name="mysql4-upgrade-0.11-0.12.php" hash="ebe3faa9b15af041cf887c3cfbb1575f"/><file name="mysql4-upgrade-0.12-0.13.php" hash="bbef11d662678d672cf1b384a3d24383"/><file name="mysql4-upgrade-0.2-0.3.php" hash="dc2557367515e94596ae2b3f5bdb9e30"/><file name="mysql4-upgrade-0.3-0.4.php" hash="9dff8e60ce479229dc818104335973ee"/><file name="mysql4-upgrade-0.4-0.5.php" hash="5acc61621de0afb1ffe3c38068346e39"/><file name="mysql4-upgrade-0.5-0.6.php" hash="bd5b65c32b6c6bb2a8addcc452153154"/><file name="mysql4-upgrade-0.6-0.7.php" hash="90001195554e8a970b4128033298196d"/><file name="mysql4-upgrade-0.7-0.8.php" hash="97e0bf02d158e2b7271655394157132a"/><file name="mysql4-upgrade-0.8-0.9.php" hash="1dfa291a07a306e9ce2e48870b09d095"/><file name="mysql4-upgrade-0.9-0.10.php" hash="3883ba263905381337f3f05a56547c95"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="fe789b5acf420ce90bda98bc133a7a4d"/></dir></dir></dir><dir name="Widget"><dir name="Block"><dir name="Adminhtml"><dir name="Widget"><file name="Chooser.php" hash="43f0c2d690e5f5259feba0c9a0612361"/><file name="Form.php" hash="5e7b5a977f82a45fc20490adeaa87597"/><dir name="Instance"><dir name="Edit"><dir name="Chooser"><file name="Block.php" hash="2bfbcc14630dae20855882948991eddb"/><file name="Layout.php" hash="ba82c689d263d4fd04eb5e01d74018a2"/><file name="Template.php" hash="1d149fada07342c191911026ae2abecf"/></dir><file name="Form.php" hash="1732b1beea68bcdd4d91cbcc542c652f"/><dir name="Tab"><dir name="Main"><file name="Layout.php" hash="083fce69c920ce1bd9c48059cbec80a5"/></dir><file name="Main.php" hash="7a15a1bb1a5cbd78a4d0720cf4157151"/><file name="Properties.php" hash="367594a442adad1b4e2880601000772a"/><file name="Settings.php" hash="f5bb3fca2a18f7b575ce140d178e3dc2"/></dir><file name="Tabs.php" hash="93405a3c4bad72e23dc55f0522d76449"/></dir><file name="Edit.php" hash="f819c188bba27cb6fed6cdcc608b6448"/><file name="Grid.php" hash="bdbb9256a56bf252e07a6fe7c582cf06"/></dir><file name="Instance.php" hash="4d6e90e73792e6dafb568828c5be89ea"/><file name="Options.php" hash="328c55e37cc1684716be82fdc12dcd11"/></dir><file name="Widget.php" hash="cf461d409c7f8a601f46751d127a2b97"/></dir><file name="Interface.php" hash="adc6db0f947eae729807162a9ae57a95"/></dir><dir name="Helper"><file name="Data.php" hash="a5dc5b33763cebf2471122c91d433c9c"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Widget"><dir name="Instance"><file name="Collection.php" hash="44a488a06df0fd158a5de9fda0f5d41b"/></dir><file name="Instance.php" hash="fb264234f467a334c008da60705c1964"/></dir><file name="Widget.php" hash="6a3d8749edc48ec56675b07c4c73c221"/></dir><file name="Observer.php" hash="2dff822628fc133279b9162b5df62719"/><dir name="Resource"><dir name="Widget"><dir name="Instance"><file name="Collection.php" hash="74a67f657edcab258dff431356531118"/></dir><file name="Instance.php" hash="fc2bb5d628b13435690bf4fdda492e80"/></dir><file name="Widget.php" hash="c5e4ac469fe2a20329924d23267f2f8a"/></dir><dir name="Template"><file name="Filter.php" hash="328e4da573bee23e37544b33775a8cdb"/></dir><dir name="Widget"><file name="Config.php" hash="ecfbfa21d964785463a283c8592bc313"/><file name="Instance.php" hash="dd455c0f669b653d834807033011cdc1"/></dir><file name="Widget.php" hash="5a1a23bbd96241a8b942092c0fb29ac9"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Widget"><file name="InstanceController.php" hash="84ad234ccebcc4b226a535ed55f40c52"/></dir><file name="WidgetController.php" hash="6ed6b39bbcafe39cbb51574ee5082d9a"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="448c3de18dae111fd7b606b01ccc4dff"/><file name="config.xml" hash="e70f3fe103787b1f2d8df6b15dda94f3"/><file name="jstranslator.xml" hash="f26093d6a6d84fbf7cad751ad80f3dea"/></dir><dir name="sql"><dir name="widget_setup"><file name="install-1.6.0.0.php" hash="c99374892112cf76a89172881f163ac2"/><file name="mysql4-install-1.4.0.0.0.php" hash="ece4ab1490d8118a5128e88f1175c0fb"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="3a55b7813e4f20f7def1e0d14fa28e42"/></dir></dir></dir><dir name="Wishlist"><dir name="Block"><file name="Abstract.php" hash="56304082f3cb78f832b7625916914d78"/><dir name="Customer"><file name="Sharing.php" hash="c2c8d2cdefa398d2a448e337cd982839"/><file name="Sidebar.php" hash="2b47f4d069a23cce6bbacd4d23af19b5"/><dir name="Wishlist"><file name="Button.php" hash="3f4f488ae3e347b633d79c489312c206"/><dir name="Item"><dir name="Column"><file name="Cart.php" hash="29e7b19ec3a36b87aea9a6328c5d2124"/><file name="Comment.php" hash="51b7eedec36fe00f42ad2e50d55462be"/><file name="Image.php" hash="5f1a1fbc5c6444409f46ca012509dd6a"/><file name="Remove.php" hash="695616a75bdb1cc94df517a4d4cb28bc"/></dir><file name="Column.php" hash="af662f01dc9e61a9745b993bc27eb3ad"/><file name="Options.php" hash="a1ef29c8f523f2859dadd085b6e1b1ca"/></dir><file name="Items.php" hash="0d7ccf5067aea2d6c33870e1e306dfe1"/></dir><file name="Wishlist.php" hash="8a7262c5a5991a8b9ff11555dfe35d2d"/></dir><dir name="Item"><file name="Configure.php" hash="a2d0eb022b26aa23808d93baa3a9a015"/></dir><file name="Links.php" hash="48035d61edefd31df2ea41903f157041"/><dir name="Render"><dir name="Item"><file name="Price.php" hash="d6c2461bc12d6f3ccf214b6ca826d3dd"/></dir></dir><dir name="Share"><dir name="Email"><file name="Items.php" hash="d0f0bfdeab70602fb94a25b68d7a68b8"/><file name="Rss.php" hash="7823c6cf0d9d704442206b8c6273623a"/></dir><file name="Wishlist.php" hash="73f0d920841a0602a7f090794667cb26"/></dir></dir><dir name="Controller"><file name="Abstract.php" hash="5cae06d87210394bc18d30974aea3de9"/></dir><dir name="Helper"><file name="Data.php" hash="f1e0b77032d3caa8f371708894ac9b71"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Summary.php" hash="66da4a245394ceed72cd377d442c7113"/></dir></dir><file name="Config.php" hash="61af062020fd0c35a656e9c581c4e18b"/><dir name="Item"><file name="Option.php" hash="92c4ff0538e63568bddecfb4e692a81d"/></dir><file name="Item.php" hash="b30df004601390cbf18c97cae19d90ae"/><dir name="Mysql4"><dir name="Item"><file name="Collection.php" hash="ebf7f587bc7766c76244be260bbfd29b"/><dir name="Option"><file name="Collection.php" hash="669aa5a5fbfc4000db3557af66be8266"/></dir><file name="Option.php" hash="4157426c7a05eb27394b600706e7888d"/></dir><file name="Item.php" hash="55a09e9333cf9109205ba632c23164bf"/><dir name="Product"><file name="Collection.php" hash="493376703f07ba696a1b435a76361736"/></dir><dir name="Wishlist"><file name="Collection.php" hash="46f7790eebbee557f7ac3326aac46498"/></dir><file name="Wishlist.php" hash="16920fdb5429e733555e5038b158c5d1"/></dir><file name="Observer.php" hash="fe47532364fc4cfa27d857544ce33617"/><dir name="Resource"><dir name="Item"><file name="Collection.php" hash="a5dd0bb57bceb5299b8c404979f10e51"/><dir name="Option"><file name="Collection.php" hash="bb283a5ec9b7d96bd8fd44abb4241a36"/></dir><file name="Option.php" hash="6bac022427a5033bcb816479e40baa9a"/></dir><file name="Item.php" hash="dd481f1ce70b1d3253ce73b0bbde2890"/><dir name="Product"><file name="Collection.php" hash="6fab418580d60c85c6117cde72813a19"/></dir><dir name="Wishlist"><file name="Collection.php" hash="75553122cd576ed105f3f68507023dfd"/></dir><file name="Wishlist.php" hash="92f3b4a512ea43ad15464cab97c8a41c"/></dir><file name="Session.php" hash="f6947b4ad5bcd172ea6224552e778c2d"/><file name="Wishlist.php" hash="c1b931dcfeced952d3d9b5070a575a5f"/></dir><dir name="controllers"><file name="IndexController.php" hash="e9a2fd348cc41b5d894bb4290bf805f9"/><file name="SharedController.php" hash="b5bd8d0f61f5bfe4b0c83ae8383e90cf"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c8682cd2b5bf06d1b1c5ac3d7e211621"/><file name="config.xml" hash="982f659c8c1e9af96e624b890c83c4d3"/><file name="system.xml" hash="2b9c23b06bcc1809374f6cb3f94c1d4d"/></dir><dir name="sql"><dir name="wishlist_setup"><file name="install-1.6.0.0.php" hash="3285778328c3c3fabd5bfdd526fe1d5f"/><file name="mysql4-install-0.7.0.php" hash="50da5193bbf021ef96ff3ddac0f2b127"/><file name="mysql4-upgrade-0.7.0-0.7.1.php" hash="49d9ba6c1df6f5165b099df878fe8eb3"/><file name="mysql4-upgrade-0.7.1-0.7.2.php" hash="ef31edda1329ae30efed2e8a050c4c94"/><file name="mysql4-upgrade-0.7.2-0.7.4.php" hash="2ea5ab26bdbac42153017c2be82a3476"/><file name="mysql4-upgrade-0.7.4-0.7.5.php" hash="dded70ee059bedb3cdb70246ec6e0385"/><file name="mysql4-upgrade-0.7.5-0.7.6.php" hash="cfc10fa4e71246cd6b8b65973fa4be75"/><file name="mysql4-upgrade-0.7.6-0.7.7.php" hash="92220cf1c76294b933be689d396c4da4"/><file name="mysql4-upgrade-0.7.7-0.7.8.php" hash="96b8175aa85d39cb1bfcc1d1da2beee4"/><file name="mysql4-upgrade-0.7.8-0.7.9.php" hash="2bbdaefc83f922180ae0242ddb6b5f7f"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="2112312e52a01e85ae1935ba45458e17"/></dir></dir></dir></dir><dir name="Zend"><file name="Date.php" hash="95bf218944785f606f22c2ea0c077f5d"/><dir name="Db"><file name="Select.php" hash="28f3efa5f9797af22f899fb525dbb44f"/><file name="Statement.php" hash="4b5b39a1e1c651ab9d6db332c882fdf7"/></dir><file name="Mime.php" hash="f216d84221e3d7601822b4c95948aeaf"/></dir></target><target name="mage"><dir name="app"><file name="Mage.php" hash="c8166f3def37027fe269cf66981c41b5"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/><file name="bootstrap.php" hash="0d5be2ab0d74c679e622d9d6e761665f"/></dir><dir name="."><file name="cron.php" hash="7f1c302d613193a1058456eb7edd0935"/><file name="LICENSE.txt" hash="59563e7be45096d0833dade102989042"/><file name="index.php.sample" hash="8455169656ee07a9f32b038f50c20a22"/><file name=".htaccess.sample" hash="8c6af3a408cee7bdd8a0e4c59ad2693d"/><file name="LICENSE_AFL.txt" hash="45a399f2095030865fb962263ccd7506"/><file name="LICENSE.html" hash="caf0a79ffb5e4719f9f4de286f253a61"/><file name="cron.sh" hash="84d382582ecd4c28eb11e72228b75d2d"/><file name="install.php" hash="e31203102f1a4e5f4e90fd15b91c0cf6"/><file name="php.ini.sample" hash="d7412c2f78440a96fc2d9378ccf460cb"/><file name="get.php" hash="5f696f16db0be5e5c9783e5fb4d6eeb5"/><file name="RELEASE_NOTES.txt" hash="25195e3917c32976a9952d0cb7b71a52"/><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><file name="api.php" hash="a66b1f206e73de78cea61149afc7345f"/></dir><dir name="errors"><file name="404.php" hash="15575527addea52863f37cd1a3295128"/><file name="503.php" hash="0ba1014fb9d5f9da91d8a28fbfc799d6"/><dir name="default"><file name="404.phtml" hash="8b07c2c4615ebe6f3352e644e1062ce3"/><file name="503.phtml" hash="b97ccc3448531c3faabdf76bc5bdb30c"/><dir name="css"><file name="styles.css" hash="153029726d68986ee7fcd32ef3fc7565"/></dir><dir name="images"><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_header.jpg" hash="0211c47be1493bd0ec72949c47932b81"/><file name="bkg_main1.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="bkg_main2.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="logo.gif" hash="48b7eb03807fdf80bdfb19b872cf84b8"/></dir><file name="page.phtml" hash="a9d2be0f37897396ead01bed4b9956db"/><file name="report.phtml" hash="827022a147012611d9a88df681e473ea"/></dir><file name="design.xml" hash="d61be76b6df61041ec1049d66d235ac0"/><file name="local.xml.sample" hash="c3548b5f33ec1abbed8b9979bc7e54e9"/><file name="processor.php" hash="64ca69b7e86b91e10ef36bb3aa991fcd"/><file name="report.php" hash="c7df96660c29cc5e3c023ae03c61d321"/><file name=".htaccess" hash="8382e66b40fe15d7a1edfc780f9be92f"/><file name=".htaccess" hash="8382e66b40fe15d7a1edfc780f9be92f"/></dir><dir name="var"><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="shell"><file name="abstract.php" hash="d21422fefa3fc629b3bcad9b5754a72b"/><file name="compiler.php" hash="35069a9a45fbbcd2370b5cd55589edb5"/><file name="indexer.php" hash="4b4dcc20a9d57c36e420a92f6a767a25"/><file name="log.php" hash="2447e29f3d1d547ca892e37216e7a545"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="lib"><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="media"><file name=".htaccess" hash="08de5b2f5ea1ce6f51f40a19bacbf42e"/><dir name="dhl"><file name="logo.jpg" hash="68500df59e568e01333ba078a262ca27"/></dir><dir name="downloadable"><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="customer"><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir></dir></target><target name="mageetc"><dir name="."><file name="config.xml" hash="a8dd42a05f4a1a55a577cf7fe8ca976c"/><file name="local.xml.template" hash="e687b35922b9c602aa2b41b5c861f75f"/><file name="local.xml.additional" hash="5dc1c0a30a5290f733e1c9873b6287ba"/></dir><dir name="modules"><file name="Mage_All.xml" hash="0e5a0ddf0aa26bc886eb5643cda2b3d1"/><file name="Mage_Bundle.xml" hash="5ddaffc76c799786b2409f44289427b6"/><file name="Mage_Api.xml" hash="f10bf68466f4a80f51d2b24c7d0def17"/><file name="Mage_Downloadable.xml" hash="66370be4c28366703a86f15c9175f214"/><file name="Mage_Weee.xml" hash="d7d67d05b38942ea3b8cee9cd028e181"/><file name="Mage_Widget.xml" hash="f2b0dd5ba62aa3f8d45e296aa697595f"/><file name="Mage_Connect.xml" hash="1ef4633650015010e247ff2d08bfab87"/><file name="Mage_ImportExport.xml" hash="647cc526700e5ca3cd165a4dd8a1818d"/><file name="Mage_PageCache.xml" hash="dbfbb83d73be77d22c11ce34d8f48aa8"/><file name="Mage_Persistent.xml" hash="1e7b17ca6a589b2dbf5018da86ffb7fb"/><file name="Mage_Authorizenet.xml" hash="72f90f42dbc45c58a185ace165f5b793"/><file name="Mage_Captcha.xml" hash="6c2c5764716505c3f8000a6bc8228cfb"/><file name="Mage_CurrencySymbol.xml" hash="2e5afecf5a0aa3def7d00a47d9a506b6"/><file name="Mage_Api2.xml" hash="2d541f952a707cd8a658b0c5ee349741"/><file name="Mage_Oauth.xml" hash="6460293853dbe3cb94f855c128ee7ab5"/><file name="Mage_ConfigurableSwatches.xml" hash="1df541bfbdcfa1cd13e54ae8b59d0cc2"/></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_Varien</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_Google_Checkout</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_Js_Calendar</name><channel>community</channel><min>1.51.1.3</min><max>1.51.1.3</max></package><package><name>Lib_Js_Mage</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_Js_Prototype</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_Phpseclib</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Mage_Locale_en_US</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_Mage</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_Magento</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_Credis</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_Pelago</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_Unserialize</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package><package><name>Lib_IDNA2</name><channel>community</channel><min>1.9.2.2</min><max>1.9.2.2</max></package></required></dependencies>
18
  </package>