https://github.com/opengento/magento2-document-product-link
This module aims to help merchants to link their documents to products in Magento 2.
https://github.com/opengento/magento2-document-product-link
attachment document-management linked-list magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module php
Last synced: about 1 year ago
JSON representation
This module aims to help merchants to link their documents to products in Magento 2.
- Host: GitHub
- URL: https://github.com/opengento/magento2-document-product-link
- Owner: opengento
- License: mit
- Created: 2020-12-06T17:20:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T17:20:06.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T19:37:06.357Z (over 1 year ago)
- Topics: attachment, document-management, linked-list, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, php
- Language: PHP
- Homepage: https://opengento.fr
- Size: 55.7 KB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Document Module for Magento 2
[](https://packagist.org/packages/opengento/module-document-product-link)
[](./LICENSE)
[](https://packagist.org/packages/opengento/module-document-product-link/stats)
[](https://packagist.org/packages/opengento/module-document-product-link/stats)
This module aims to help merchants to link their documents to products in Magento 2.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)
## Setup
Magento 2 Open Source or Commerce edition is required.
### Composer installation
Run the following composer command:
```
composer require opengento/module-document-product-link
```
### Setup the module
Run the following magento command:
```
bin/magento setup:upgrade
```
**If you are in production mode, do not forget to recompile and redeploy the static resources.**
## Features
This module aims to help merchants to link their documents to products in Magento 2.
Documents can be linked to products from the edit view page.
- Manage product links:
- from the back-office
- from pivot field values on indexation
## Documentation
Settings are available at: `Stores > Configurations > Catalog > Catalog > Product Documents`
*Document Product Link*: Defines what product attribute will be used to match with document type's pivot field.
## Support
Raise a new [request](https://github.com/opengento/magento2-document-product-link/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [](https://twitter.com/opengento)
- **Thomas Klein** - *Maintainer* - [](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [](https://github.com/opengento/magento2-document-product-link/graphs/contributors)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***