gally/shopware-plugin

Shopware connector for Gally

1.3.1 2024-06-14 09:05 UTC

README

Usage

  • From the shopware Back-Office, activate and configure the Gally extension.
  • Run these commands from your Shopware instance. These commands must be runned only once to synchronize the structure.
        bin/console gally:structure:sync   # Sync catalog and 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