opengento/module-document-product-link

This module aims to help merchants to link their documents to products in Magento 2.

2.0.1 2021-08-23 14:05 UTC

This package is auto-updated.

Last update: 2024-03-29 04:06:09 UTC


README

Latest Stable Version License: MIT Packagist Packagist

This module aims to help merchants to link their documents to products in Magento 2.

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 to the issue tracker.

Authors

  • Opengento Community - Lead - Twitter Follow
  • Thomas Klein - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!