Download the PHP package elnino/product-links-navigator without Composer
On this page you can find all versions of the php package elnino/product-links-navigator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elnino/product-links-navigator
More information about elnino/product-links-navigator
Files in elnino/product-links-navigator
Package product-links-navigator
Short Description Magento 2 extension for improved admin product navigation with parent product links and relation links in modals and tables.
License MIT
Informations about the package product-links-navigator
ProductLinksNavigator
ProductLinksNavigator is a Magento 2 extension for enhanced admin product navigation. It is especially useful for merchants who want to simplify the process of navigating complex and custom product relationships.
Installation
Install via Composer:
Features
Integrated Product Links
Adds "View in Store" (frontend) links dropdown that navigates to all frontend store views where product is enabled and visible. Adds "Edit" (admin) link.
Integrated
Bundle Items Grid and Selection Modal
#### Bundle Items Grid #### Bundle Items Selection ModalConfigurable Items Grid and Selection Modal
#### Configurable Items Grid #### Configurable Items Selection ModalRelated, Cross-sell, and Up-sell Products
#### Related Products Grid #### Related Products ModalProduct Grid
#### Product GridParent Products Tab
Lists all the parent products of the product you are currently editing.
Planned Features
- [ ] Add links to Grouped products grid and selection modal
- [ ] Add unit and integration testing
- [ ] Add links to Sales views (Order, Invoice etc.) products grid
Customisation
Adding links to custom product relation grid/modal
If you have a custom product relation set up, you can allow adding the links for this relation's grid and modal. Extend
the data scopes array in your custom module adminhtml\di.xml
:
Accommodate a custom parent product type
The module currently lists all the existing parents of Configurable, Grouped and Bundle types. If you have a custom
product type that serves as a parent, you can modify the implementation of parent product retrieval in
\ElNino\ProductLinksNavigator\Helper\ParentProductHelper::getParentProducts
with a plugin.
Compatibility
- Magento 2.4.x and later
- PHP >=7.4
- Hyvä Theme
License
ProductLinksNavigator is built by El Niño, a digital development studio in Enschede and The Hague, the Netherlands, that builds custom web and mobile apps, webshops, and more, backed by 15+ years of experience.
This module is open-source and available under the MIT License.