This module aims to help merchants to link their documents to products in Magento 2.
Magento 2 Open Source or Commerce edition is required.
Run the following composer command:
composer require opengento/module-document-product-link
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.
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
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.
Raise a new request to the issue tracker.
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!