gally / shopware-plugin
Shopware connector for Gally
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Type:shopware-platform-plugin
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- gally/gally-php-rest-sdk: 1.3.1
- shopware/core: ^6.6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.41
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^10.2
- shopware/storefront: *
This package is auto-updated.
Last update: 2024-10-18 16:04:31 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