Skip to content

Elastic-Suite/gally-shopware-connector

Gally Plugin for Shopware

Usage

  • From the shopware Back-Office, activate and configure the Gally extension.
  • Run this commands from your Shopware instance. This commands must be runned only once to synchronize the structure.
        bin/console gally:structure:sync   # Sync catalog et source field data with gally
  • Run a full index from Shopware to Gally. This command can be run only once. Afterwards, the modified products are automatically synchronized.
        bin/console gally:index            # Index category and product entity to gally
  • At this step, you should be able to see your product and source field in the Gally backend.
  • They should also appear in your Shopware frontend when searching or browsing categories.
  • And you're done !
  • You can also run the command to clean data that are not present in shopware anymore:
        bin/console gally:structure:clean