Shopware Plugin Example

Create a new profile for the SW Import/Export module. This profile should import a single column of SKUs from a CSV into a new Product Stream which is named after the CSV file name.

Instances:

  • New Plugin System

  • Create Plugin Config(config.xml)

  • Create Plugin Service(services.xml)

  • Shopware Hooks

  • Install custom SW Import/Export profile

  • Decorate SW Import/Export Import Service

  • DB Adapter to handle custom profile

 

Download Plugin