Module LizardMedia_ProductAttachment
adds possibility to add attachment for products.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Magento 2.2+ / Magento 2.3+ / Magento 2.4+
- PHP 7.1 / 7.2 / 7.3 / 7.4
Simply run
composer require lizardmedia/module-product-attachments
Download a ZIP version of the module and unpack it into your project into
app/code/LizardMedia/ProductAttachment
Run this command
bin/magento module:enable LizardMedia_ProductAttachment
bin/magento setup:upgrade
- add and manage attachments to product via product edit form
- display attachments on product view page
- display attachments in customer account bookmark
In case of uploading bigger files may be necessary adjusting some configuration with higher values:
- nginx -
client_max_body_size
- php -
memory_limit
&&upload_max_filesize
&&post_max_size
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Bartosz Kubicki - Initial work - Lizard Media
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- allow attachment variations depending on store view
- add tests coverage
- unit tests
- make general code refactor