lizardmedia / module-product-attachments
Products attachment by LizardMedia
Installs: 22 967
Dependents: 1
Suggesters: 0
Security: 0
Stars: 40
Watchers: 7
Forks: 37
Open Issues: 8
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0|~7.3.0|~7.4.0
- magento/module-catalog: *
- magento/module-downloadable: *
- magento/module-store: *
- magento/module-ui: *
Requires (Dev)
- dev-master
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- dev-types-compatibility-fix
- dev-fix-for-not-removed-download-file
- dev-fix-for-update-handler
- dev-dir-separator-fix
- dev-fix-for-default-configuration-values
- dev-admin-incorrect-paths
This package is auto-updated.
Last update: 2024-10-24 20:09:08 UTC
README
Magento 2 Product Attachments
Module LizardMedia_ProductAttachment
adds possibility to add attachment for products.
Getting Started
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.
Prerequisites
- Magento 2.2+ / Magento 2.3+ / Magento 2.4+
- PHP 7.1 / 7.2 / 7.3 / 7.4
Installing
Download the module
Using composer (suggested)
Simply run
composer require lizardmedia/module-product-attachments
Downloading ZIP
Download a ZIP version of the module and unpack it into your project into
app/code/LizardMedia/ProductAttachment
Install the module
Run this command
bin/magento module:enable LizardMedia_ProductAttachment
bin/magento setup:upgrade
Usage
Admin panel
- add and manage attachments to product via product edit form
Frontend
- display attachments on product view page
- display attachments in customer account bookmark
For developers
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
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Bartosz Kubicki - Initial work - Lizard Media
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
To do
- allow attachment variations depending on store view
- add tests coverage
- unit tests
- make general code refactor