gally / shopware-plugin
Shopware 连接器用于 Gally
1.3.1
2024-06-14 09:05 UTC
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-09-18 15:52:55 UTC
README
用法
- 从 Shopware 后台激活并配置 Gally 扩展。
- 从您的 Shopware 实例运行以下命令。这些命令必须运行一次以同步结构。
bin/console gally:structure:sync # Sync catalog and source field data with gally
- 从 Shopware 到 Gally 运行完整索引。此命令只能运行一次。之后,修改的产品将自动同步。
bin/console gally:index # Index category and product entity to gally
- 在此步骤中,您应该能够在 Gally 后端看到您的产品源字段。
- 在搜索或浏览分类时,它们也应出现在您的 Shopware 前端。
- 完成!
- 您还可以运行命令清理不再存在于 shopware 中的数据
bin/console gally:structure:clean