enjoydevelop / magento2-module-bundle-option-link
Magento 2 module for adding admin product links to bundle options
Package info
github.com/vadim-shulyak/bundle-option-link
Type:magento2-module
pkg:composer/enjoydevelop/magento2-module-bundle-option-link
1.0.0
2023-04-17 11:42 UTC
Requires
- php: ~7.4.0||~8.1.0
- magento/framework: 103.0.*
- magento/module-bundle: ^101.0|^102.0|^103.0
README
This module adds a new column into the bundle product options form in the Magento 2 admin panel. This column contains the direct admin product link of the option associated with a bundle product.
Installation:
composer require enjoydevelop/magento2-module-bundle-option-link
bin/magento module:enable EnjoyDevelop_BundleOptionLink && bin/magento setup:upgrade && bin/magento setup:di:compile && bin/magento setup:static-content:deploy -f
