htcmage / productattachment
HTCMage Product Attachment Extension
Package info
github.com/htcmage/product-attachment
Type:magento2-module
pkg:composer/htcmage/productattachment
1.0.0
2021-05-10 03:26 UTC
Requires
- php: >=7.1
This package is auto-updated.
Last update: 2026-03-10 17:48:45 UTC
README
Description
Add file or URL file to product
Installation
Installation by Zip file
- Unzip the zip file and copy the content to
app/code/HTCMage/ProductAttachment - Run command:
php bin/magento module:enable HTCMage_ProductAttachment - Run command:
php bin/magento setup:upgrade - Flush cache:
php bin/magento cache:flush
Installation by Composer
- Run
composer require htcmage/productattachmentto install module - Run command:
php bin/magento module:enable HTCMage_ProductAttachment - Run command:
php bin/magento setup:upgrade - Flush cache:
php bin/magento cache:flush
How to use
- Setting to enable/disable module:
Stores -> Configuration -> HTCMage -> Product Attachment - Manage attachments:
Catalog -> Attachments Management