sebwite/magento2-product-downloads

Magento 2.0 product download module

Installs: 7 302

Dependents: 0

Suggesters: 0

Security: 0

Stars: 39

Watchers: 6

Forks: 35

Open Issues: 7

Type:magento2-module

1.1.1 2021-07-06 19:41 UTC

This package is not auto-updated.

Last update: 2024-03-27 08:45:17 UTC


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