sebwite/magento2-product-downloads

Magento 2.0 产品下载模块

安装次数: 9,608

依赖项: 0

建议者: 0

安全: 0

星级: 39

关注者: 6

分支: 35

开放问题: 8

类型:magento2-module

1.1.1 2021-07-06 19:41 UTC

This package is not auto-updated.

Last update: 2024-09-25 11:06:38 UTC


README

Magento 2.0 产品下载扩展 Alt text

在产品页面上添加一个新的标签页以添加下载。这些下载将在产品页面的标签页中显示。您可以从管理设置菜单中配置允许的文件扩展名。

截图

Alt text

使用composer安装(推荐)

  • 包含仓库: composer require sebwite/magento2-product-downloads
  • 启用扩展: php bin/magento --clear-static-content module:enable Sebwite_ProductDownloads
  • 升级数据库方案: php bin/magento setup:upgrade
  • 清除缓存

不使用composer安装

  • 下载此扩展的zip文件
  • 将扩展的所有文件放置在您的Magento 2安装目录中的app/code/Sebwite/ProductDownloads文件夹中
  • 启用扩展: php bin/magento --clear-static-content module:enable Sebwite_ProductDownloads
  • 升级数据库方案: php bin/magento setup:upgrade
  • 清除缓存

完成这些步骤后,产品页面上的额外标签页将可见。此扩展没有配置选项(目前还没有)

Alt text