

Dashboard: Stat cards with sparklines, a recent-activity feed, and every generator grouped by category. The stats and the feed fill in from your own run history.
EasyCommerce FakerPress generates realistic test data for EasyCommerce stores. It creates dummy products, orders, customers, coupons and ten other record types on demand, so you can build, test and demo a store that looks real without typing a single product by hand.
It is a developer tool for local, staging and demo sites. It is not meant for production stores.
Point it at a generator, set how many records you want, and click Generate. A live preview shows exactly what the run will produce before anything is written to your database.
Sample data is optional and consent-based. The plugin can download locale-specific reference data (product names, addresses and tags for 75+ locales) from GitHub to make generated content more realistic. This never happens automatically — it runs only after you accept a one-time consent prompt on the plugin’s admin page, transmits no data about your site, and can be declined without losing any functionality (generators fall back to built-in defaults). You can change the decision at any time from Settings.
What it generates
Fourteen generators, covering the records an EasyCommerce store actually holds:
Why the data holds together
Generated records are created through EasyCommerce’s own models rather than by writing rows directly to the database. Validation, relationships and inventory changes all run exactly as they would for a real order. That means orders link to genuine customers and products, refunds attach to orders that can actually be refunded, and reviews belong to products that exist.
FakerPHP supplies the names, addresses and text, layered with commerce-specific logic for pricing, geography and customer lifecycle. Optional sample data sync adds locale-specific product names and addresses for 75+ locales.
Built for repeatable testing
For developers
easycommerce-fakerpress/v1 namespaceKey hooks:
easycommerce_fakerpress_*_data_before_create — change generated data before it is createdeasycommerce_fakerpress_after_*_created — react once an item existseasycommerce_fakerpress_*_generation_result — reshape what a run returnseasycommerce_fakerpress_rest_response — filter REST API responsesImportant: this plugin writes large volumes of fake data into your store. Use it on development or staging sites only, and back up your database before generating large datasets.
Other free plugins by the same author, all on WordPress.org.
Seeding other platforms
For a store
For any site
This plugin connects to two external services. Neither is contacted on activation, and no personal or store data is ever transmitted.
1. GitHub — sample data repository
When you first open the plugin admin page, a consent prompt offers to download locale-specific reference data (product names, addresses, customer tags for 75+ locales) used to make generated content more realistic. The same download is available any time from the “Sample Data Sync” action on the Settings page.
Service: GitHub
Endpoint: https://github.com/mralaminahamed/easycommerce-fakerpress-sample-data/archive/refs/heads/trunk.zip
When data is sent: Only after an administrator allows it — either by accepting the sample-data consent prompt shown on the plugin admin page, or by clicking “Sync now” on the plugin Settings page. No download happens until consent is given, and no data about your site is transmitted.
Data sent: An unauthenticated HTTP GET request. No site, user, or store data is included — only the request itself (and the IP address and user agent inherent to any HTTP request).
Terms of Service: https://docs.github.com/en/site-policy/github-terms/github-terms-of-service
Privacy Policy: https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement
2. WordPress.org — plugin directory API
The “Our Plugins” admin page lists the plugin author’s other WordPress.org plugins with live ratings and install counts.
Service: WordPress.org Plugin Directory API
Endpoint: https://api.wordpress.org/plugins/info/1.2/
When data is sent: Only when an administrator opens the “Our Plugins” page in the plugin admin. The request is made by the browser.
Data sent: A query for plugins by the author “mralaminahamed”. No site, user, or store data is included — only the request itself (and the IP address and user agent inherent to any HTTP request).
Terms of Service: https://wordpress.org/about/
Privacy Policy: https://wordpress.org/about/privacy/
The minified JavaScript and CSS in build/ is compiled from the TypeScript and CSS sources in src/, which are not included in the distributed plugin package. The complete, human-readable source is public:
github.com/mralaminahamed/easycommerce-fakerpress
Build steps:
composer install
yarn install
yarn build
Build tooling: webpack (via @wordpress/scripts), TypeScript, and Tailwind CSS. Configuration files (webpack.config.js, tsconfig.json, postcss.config.js) are in the repository root.Privacy
All generated data is stored in your own WordPress database and is never transmitted anywhere. Generated content is fictional and does not represent real individuals or transactions. The plugin does not collect analytics, does not phone home, and does not send any site, user, or store data to a third party.
The plugin makes two outbound requests, both administrator-initiated and both carrying no site data — see the “External services” section for the full disclosure.
Contributing
Development happens on GitHub. Report bugs and request features on the issue tracker, and read the contributing guide before opening a pull request — it covers local setup, coding standards, and the checks that run on every change.
Found a security issue? Please follow the security policy and report it privately rather than in a public issue.
Support