This module helps developers quickly generate sample Commerce products, product types, product variations, and orders to populate a Drupal site. It allows for clearing existing data and setting specific quantities and age ranges for the generated entities using Drush commands.
Description
This module is a development purpose solution that is used to auto-generation of
- Products
- Product Types
- Product Variations
- Orders
Features
There is the possibility to delete all the data before generation and also to set up the specific amount of each of the commerce entity types.
There is also the possibility to set the how old may products, product types, product variations, orders be.
Use drush command for generation commerce content.
The basic functional tests coverage.
Dependencies
Usage
Basic example: drush devel-generate:commerce
Advanced example: drush devel-generate:commerce --products_num=10 --kill
Read the documentation for more information.
Related modules
Configuration page
Generate commerce: admin/config/development/generate/commerce