lizardmedia/module-product-attachments 1.3.10

Products attachment by LizardMedia

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Latest Stable Version Total Downloads License Scrutinizer Code Quality Build Status

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+
  • PHP 7.1 / 7.2 / 7.3

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

admin

Frontend

  • display attachments on product view page

front-product-page

  • display attachments in customer account bookmark

account-bookmark

account-attachments

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

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