LimeSoda / LimeSoda_SampleDataGenerator

Tool to generate Magento websites, stores, categories, products, customers etc.
42 stars 12 forks source link

Make it possible to use different adapters for creating data #13

Open mzeis opened 9 years ago

mzeis commented 9 years ago

In 0.x, Magento core methods are used to generate the data.

For some entities, that's not ideal. One example is the product generation where it may be more suitable to use ImportExport or one of the great third party extensions.

It should be possible to swap the way the data is generated.