landofcoder/module-seller-product-attachment

Magento 2 市场卖家产品附件

1.0.0 2022-02-08 10:20 UTC

This package is auto-updated.

Last update: 2024-09-08 16:20:45 UTC


README

Magento 2 市场产品附件,允许卖家管理产品附件

Magento 2 Seller Product Attachments Module

模块功能

  • 允许卖家在其仪表板上管理产品附件
  • 管理员可以启用/禁用卖家仪表板的功能
  • 在卖家产品详情页上显示产品附件
  • 支持上传文件或使用URL

设置

  1. 在之前需要设置模块
  1. 模块安装

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

类型1:ZIP文件

  • 将ZIP文件解压到 app/code/Lofmp
  • 通过运行 php bin/magento module:enable Lofmp_ProductAttachment 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新*
  • 通过运行 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 landofcoder/module-seller-product-attachment 安装模块
  • 通过运行 php bin/magento module:enable Lofmp_ProductAttachment 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新*
  • 通过运行 php bin/magento cache:flush 清除缓存
  1. 模块设置
  • 转到 admin > Stores > Configuration > Catalog > Catalog > Product Attachments