Magento module linking simple products into variants without a configurable product
Magento 2 Module for Linking Simple Products
Compatibility: Magento 2.3, 24
Module Functionality:
The module enables simple products to be linked directly to each other, eliminating the need to create a configurable product as an intermediary. This solution allows for more flexible catalog management and is ideal for stores that offer products that can be sold independently, while also giving customers the ability to choose related options without having to navigate through additional layers of product configuration.
Features and Benefits:
- Direct Links: The module allows simple products to be linked directly, simplifying product management and providing a better shopping experience.
- Flexibility: No need to create complex configurable product structures, which is especially useful for simple product groupings.
- Optimized Product Management: Enables faster updates to the offer and simpler catalog management.
- Improved Navigation: Customers can more easily find and compare related products, which can potentially increase conversions.
Installation and Configuration:
The module can be installed using standard Magento 2 tools, such as composer, or manually by uploading files to the server. Module configuration is handled in the Magento admin panel, where the user can set which products should be linked to each other.
Requirements:
- Magento 2.x
- PHP 7.x or higher
Documentation:
Detailed user and technical documentation is provided with the module. It includes installation and configuration instructions, as well as details about integration and extension options.
Magento Support:
Offered technical support helps resolve issues and adapt the module functionality to the specific needs of the store.
Future Directions for Module Development
You may consider expanding the module with additional features, such as automatic link suggestions based on machine learning algorithms or customer purchase analysis.
Installation
* In a production environment, please use the --keep-generated option
Type: Composer
- The module is available in the composer repository:
- Private GitLab repository:
https://gitlab.com
- Private GitLab repository:
- Add the composer repository to the configuration:
composer config repositories.warianty vcs https://gitlab.com/magento2ext/warianty - Add the access token to the private GitLab repository:
composer config --auth gitlab-token.gitlab.com - Install the module using Composer:
composer require kowal/module-warianty - Apply database updates:
php bin/magento setup:upgrade - Clear the cache:
php bin/magento cache:flush
























