You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension anonymizes customer data from the following data objects:
15
+
Customers
16
+
Customers Addresses
17
+
Orders
18
+
Order Addresses
19
+
Quotes
20
+
Quote Addresses
21
+
Newsletter Subscribers
22
+
Data is taken from http://fakester.biz.
23
+
Zipcode, City, State and Country aren't anonymized so shipping and tax calculations still work correctly.
24
+
Relations stay intact, so customer addresses and order addresses still match the customer data after anonymization.
25
+
26
+
Requirements
27
+
------------
28
+
- PHP >= 5.2.0
29
+
- Mage_Core
30
+
- Mage_Customer
31
+
- Mage_Sales
32
+
- Mage_Newsletter
33
+
34
+
Compatibility
35
+
-------------
36
+
- Magento >= 1.4
37
+
38
+
Installation Instructions
39
+
-------------------------
40
+
1. Download the extension from the link above and copy all the files into your document root (except this readme.txt).
41
+
2. Clear the cache, logout from the admin panel and then login again.
42
+
3. Call the extension from from System -> Tools -> Anonymizer
43
+
4. Alternatively, call the extension via shell: php -f shell/anonymizer.php
44
+
45
+
Support
46
+
-------
47
+
If you have any issues with this extension, open an issue on [GitHub](https://github.com/avstudnitz/IntegerNet_Anonymizer).
48
+
49
+
Contribution
50
+
------------
51
+
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
0 commit comments