sebwite/magento2-product-downloads
最新稳定版本:1.1.1
Composer 安装命令:
composer require sebwite/magento2-product-downloads
包简介
Magento 2.0 product download module
README 文档
README
Magento 2.0 Product Downloads extension

Adds a new tab on the product page to add downloads. This downloads will be shown in a tab on the product page. You can configure the allowed file extensions from the admin settings menu.
Screenshot
Installation with composer (recommended)
- Include the repository:
composer require sebwite/magento2-product-downloads - Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_ProductDownloads - Upgrade db scheme:
php bin/magento setup:upgrade - Clear cache
Installation without composer
- Download zip file of this extension
- Place all the files of the extension in your Magento 2 installation in the folder app/code/Sebwite/ProductDownloads
- Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_ProductDownloads - Upgrade db scheme:
php bin/magento setup:upgrade - Clear cache
After these steps the extra tab on the products page will be visible. This extension has no config options (yet)
统计信息
- 总下载量: 12.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 39
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2016-01-14
