📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v1.1.1

Magento2 Product Downloads

sebwite/magento2-product-downloads

Adds a "Downloads" tab to product pages, allowing admins to upload downloadable files. Configurable file extension types are supported via admin settings.

12,407
Downloads
Below average
39
GitHub Stars
Above average
5y ago
Last Release
8
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
6 errors , 76 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.1.1 on Magento 2.4.8-p3
Dec 27, 2025

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Magento2 Product Downloads Magento compatibility status badge

README

Loaded from GitHub

README

Magento 2.0 Product Downloads extension Alt text

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

Alt text

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)


Alt text

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.