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.
Pytanie:
Czy moduł pozwala połączyć produkty proste ze sobą jako warianty, bez tworzenia produktu konfigurowalnego?
Odpowiedź:
Tak — moduł umożliwia powiązanie produktów prostych bez konieczności tworzenia oddzielnego produktu konfigurowalnego jako „kontenera”.
Pytanie:
Dla jakich sklepów ten moduł jest szczególnie przydatny?
Odpowiedź:
Dla sklepów, gdzie oferty wariantowe są rozproszone w produktach prostych i nie chcemy tworzyć klasycznej struktury „produkt‑główny + warianty”. Dzięki temu można szybciej skonfigurować warianty i zachować prostotę zarządzania katalogiem.
Pytanie:
Czy instalacja modułu wymaga modyfikacji plików rdzenia Magento lub motywu?
Odpowiedź:
Nie — moduł działa jako rozszerzenie Magento 2 i nie wymaga nadpisywania plików core systemu ani głębokiej ingerencji w motyw sklepu.
Pytanie:
Z jakimi wersjami Magento jest kompatybilny ten moduł?
Odpowiedź:
W opisie produktu podano kompatybilność z Magento 2.3 oraz 2.4.
Pytanie:
Czy dzięki temu rozwiązaniu mogę szybciej dodawać warianty produktów i zarządzać nimi?
Odpowiedź:
Tak — ponieważ nie trzeba tworzyć produktu konfigurowalnego, proces zarządzania wariantami jest uproszczony, a katalog może być bardziej elastyczny.
Pytanie:
Czy można nadal korzystać z funkcji stanów magazynowych dla każdego wariantu (produktu prostego) po powiązaniu?
Odpowiedź:
Choć opis nie podaje szczegółów implementacyjnych, idea modułu sugeruje, że produkty proste pozostają samodzielnymi jednostkami — co oznacza, że stany magazynowe pozostają niezależne dla każdej pozycji.
Pytanie:
Czy moduł umożliwia zachowanie wspólnego widoku produktu (np. zdjęcia głównego wariantu) na stronie sklepu?
Odpowiedź:
W opisie nie jest to wprost podane — jeśli potrzebujesz specyficznej prezentacji (np. zmiana zdjęcia w zależności od wariantu), warto zapytać producenta o możliwości front‑endowe.
Pytanie:
Czy moduł wpływa negatywnie na wydajność sklepu?
Odpowiedź:
Nie — moduł dodaje logikę powiązania produktów prostych, co raczej nie generuje znaczącego obciążenia. Jednak przy bardzo dużych katalogach zawsze zalecane jest przeprowadzenie testów wydajnościowych.
Pytanie:
Czy mogę przestać używać tego modułu i wrócić do standardowych produktów prostych bez wariantów?
Odpowiedź:
Tak — zazwyczaj moduł nie zmienia danych w sposób nieodwracalny, jednak przed usunięciem konfiguracji warto wykonać kopię zapasową ustawień i danych sklepu.
Pytanie:
Czy po zakupie modułu otrzymam wsparcie techniczne i aktualizacje?
Odpowiedź:
Tak — opis produktu wskazuje, że producent oferuje darmowe aktualizacje modułu.
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
