landofcoder/module-multibarcode

为多源库存(MSI)生成条形码

1.0.0 2021-08-14 10:06 UTC

This package is auto-updated.

Last update: 2024-09-14 16:29:32 UTC


README

``landofcoder/module-multibarcode``

主要功能

  • 支持生成多源产品的条形码
  • 与magento 2.3.6-2.4.x的MSI兼容

安装

* = 在生产环境中请使用 --keep-generated 选项

类型 1:Composer(推荐)

  • 通过运行 composer require landofcoder/module-multibarcode 安装模块 composer
  • 通过运行 php bin/magento module:enable Lof_MultiBarcode 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新*
  • 通过运行 php bin/magento setup:static-content:deploy -f 生成静态文件
  • 通过运行 php bin/magento cache:flush 清除缓存

类型 2:Zip 文件

  • app/code/Lof 中解压缩 zip 文件
  • 通过运行 php bin/magento module:enable Lof_MultiBarcode 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新*
  • 通过运行 php bin/magento setup:static-content:deploy -f 生成静态文件
  • 通过运行 php bin/magento cache:flush 清除缓存