yireo/shopware6-luma-sample-data

Import Magento 2 Luma Sample Data into Shopware 6

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Type:shopware-platform-plugin

dev-master 2023-09-21 15:11 UTC

This package is auto-updated.

Last update: 2024-04-21 16:24:17 UTC


README

This Shopware 6 plugin allows you to import Luma sample products into your Shopware instance. The Luma sample data are based upon the demo-data used in Magento 2 Luma. Note that this plugin mainly serves an educational purpose.

STATUS: In progress. Categories and products are imported, including product media images. The main thing that is still lacking are properties and product variants.

WARNING: This package contains about 500Mb worth of images. Just so you know.

Installation

composer require yireo/shopware6-luma-sample-data:@dev --dev
bin/console plugin:refresh
bin/console plugin:install --activate YireoLumaSampleData

Usage

Run the following command to start importing data:

php -d memory_limit=-1 bin/console luma:import

Additional flags:

  • --recreate-products=1: Recreate products if they already exist in the database.
  • --recreate-media=1: Recreate media images if they already exist in the database.

TODO

  • Add variants
  • Check CSV feed for other options
  • Turn this into async actions instead