kovall / module-eksportproduktowtobaselinker
导出产品到BL
1.0.19
2023-05-23 11:20 UTC
README
``kowal/module-eksportproduktowtobaselinker``
主要功能
导出产品到BL
安装
类型1:Zip文件
- 解压缩zip文件到
app/code/Kowal
- 通过运行
php bin/magento module:enable Kowal_EksportProduktowToBaselinker
启用模块 - 通过运行
php bin/magento setup:upgrade --keep-generated
应用数据库更新 - 通过运行
php bin/magento cache:flush
刷新缓存
类型2:Composer
- 将模块添加到Composer存储库,例如
- 私有存储库
repo.magento.com
- 公共存储库
packagist.org
- 公共GitHub存储库作为vcs
- 私有存储库
- 通过运行
composer config repositories.repo.magento.com composer https://repo.magento.com/
将Composer存储库添加到配置 - 通过运行
composer require kowal/module-eksportproduktowtobaselinker
安装模块 - 通过运行
php bin/magento module:enable Kowal_EksportProduktowToBaselinker
启用模块 - 通过运行
php bin/magento setup:upgrade --keep-generated
应用数据库更新 - 通过运行
php bin/magento cache:flush
刷新缓存
配置
启用(exportproductstobl/settings/enable)
baselinker_token(exportproductstobl/settings/baselinker_token)
store_id(exportproductstobl/settings/store_id)
bl_katalog_id(exportproductstobl/settings/bl_katalog_id)
规格
控制台命令
- ExportProducts
控制台命令
- UpdateStock
助手
- Kowal\EksportProduktowToBaselinker\Helper\Config
助手
- Kowal\EksportProduktowToBaselinker\Helper\Export
助手
- Kowal\EksportProduktowToBaselinker\Helper\Update
助手
- Kowal\EksportProduktowToBaselinker\Helper\Send