Magento Module Linking Simple Products into Variants without Configurable Product
YOU CAN TRUST US
25 years of experience in e-commerce and Magento 2
Fast delivery
Efficient implementation process
Simple and transparent complaint process
Working with clients worldwide
Free module updates
Payment by bank transfer
Magento 2 Module for Linking Simple Products
Compatibility: Magento 2.3, 24
Module Functionality:
The module allows direct linking of simple products with each other, eliminating the need to create a configurable product as an intermediary. This solution allows for more flexible inventory management and is ideal for stores that offer products that can be sold independently but also want to provide customers with the option to choose related options without navigating through additional layers of product configuration.
Features and Benefits:
- Direct Links: The module allows for direct linking of simple products, simplifying product management and providing better shopping experiences.
- Flexibility: No need to create complex structures of configurable products, which is particularly useful for straightforward product combinations.
- Product Management Optimization: Enables quicker changes to offerings and simpler inventory management.
- Streamlined Navigation: Customers can more easily find and compare related products, potentially increasing conversions.
Installation and Configuration:
The module can be installed using standard Magento 2 tools such as composer or manual installation by uploading files to the server. Configuration of the module is done 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 instructions, configuration, and details regarding integration and extension capabilities.
Magento Support:
The offered technical support helps resolve issues and adapt the module's functionality to the specific needs of the store.
Future Development Directions of the Module
You may consider expanding the module with additional features such as automatic suggestions for links based on machine learning algorithms or analysis of customer purchases.
Wydanie | Community |
---|---|
Compatibility | 2.4.7, 2.4.6, 2.4.5, 2.4.4, 2.4.3, 2.4.2, 2.4.1, 2.4.0, 2.3.7, 2.3.6, 2.3.5, 2.3.4 |
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 an 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