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

属性