Skip to content

Webwirkung/webwirkung-property-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Webwirkung Property Merger

With this plugin, you can merge duplicate property groups in Shopware 6.

Blog post

Please find more details in our blog post.

Installation

Add this repository to your composer.json file:

"repositories": {
   ...
   
    "webwirkung-property-merger": {
        "type": "vcs",
        "url":  "git@github.com:Webwirkung/webwirkung-property-merger.git"
    }
},

Require the plugin via composer:

composer req webwirkung/property-merger

Or download the ZIP file of this repository and install it via the Shopware 6 administration or use composer.

Usage of the plugin

The plugin adds a new command to the shopware console. You can execute it with the following command:

bin/console webwirkung:property-merge -h

which shows you a help text with all available options.

bin/console webwirkung:property-merge -s [property ID] -d [property ID]

Let's you merge the property from the source ID to the destination ID. The source ID will be deleted after the merge.

bin/console webwirkung:property-merge -s [property ID] -d [property ID] --dry-run

There is a dry run mode available, which does not execute the merge, but shows you the changes which would be done.

Support

Please note that we do not offer free support for the plugin.

About

This shopware plugin let you merge duplicate property groups in Shopware 6.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages