Advanced Newsletter Suite for Magento 2
€75.00 €75.00
Kowal Product Info is a Magento 2 module that makes it easy to add attractive information blocks with icons to the product page and anywhere in the store using a widget.
The module lets you present the most important store advantages, shipping information, delivery details, payment options, returns, stock information, or service quality. Each section can have its own icon, heading, and descriptive content, making messages clear, visually consistent, and easy to manage from the Magento admin panel.
The first base icon block can be managed globally from the store configuration and still works in the proven layout. In addition, the administrator can enable or disable this block at the individual product level, without creating separate templates or requiring developer involvement.
The new dynamic icon groups feature lets you create additional sets of messages assigned to products by selected categories or specific SKU values. Each group can have its own heading, tooltip, display priority, store view scope, and multiple icons with separate titles and tooltips. This allows the store to communicate different benefits for various product lines, brands, collections, promotions, or assortment groups.
Icons can be added through a file uploader or as a ready path/URL, without modifying the code. The administrator can quickly replace graphics, change content, set the order, limit display to selected SKU values or categories, and disable an individual group or icon. On the product page, information is presented in a compact form with tooltips, while the widget makes it possible to display base content in a horizontal layout, ideal for landing pages, CMS pages, Page Builder, or sections promoting the store benefits.
Kowal Product Info helps increase customer trust, reduce pre-purchase doubts, and better highlight key sales arguments without rebuilding the store theme. The module works well both for permanent store advantages and for precise messages based on the assortment.
Magento_Catalog module enabled.bin/magento commands.composer config repositories.product.info vcs https://github.com/kowalco/product-infocomposer config --global --auth github-oauth.github.com composer require kowal/module-productinfophp bin/magento module:enable Kowal_ProductInfophp bin/magento setup:upgradeThis command will add:
kowal_product_info_display,kowal_productinfo_icon_group and kowal_productinfo_icon tables.php bin/magento setup:di:compilephp bin/magento setup:static-content:deployphp bin/magento cache:flushapp/code/Kowal/ProductInfophp bin/magento module:enable Kowal_ProductInfophp bin/magento setup:upgradephp bin/magento cache:flushphp bin/magento setup:di:compilephp bin/magento setup:static-content:deployAdmin panel:
Stores > Configuration > Kowal > Product infoThe Ustawienia section controls the base icon block.
Wlacz - enables or disables the base block on the product page.Naglowek nad ikonami - heading displayed above the base icon set.The sections from Informacja 1 to Informacja 7 define the base icon set.
For each information item, you can set:
Ikona - an SVG, PNG, JPG, JPEG, GIF, or WEBP file,Naglowek - text displayed next to the icon,Tresc - tooltip content.The base block is displayed on the product page in the existing module layout.
The Dynamiczne grupy ikon section controls the new feature for assigning icon groups to products.
Wlacz dynamiczne grupy na karcie produktu - enables rendering of dynamic groups on the PDP.Maksymalna liczba grup na produkcie - limit of groups displayed on a single product page; 0 means no limit.The following attribute is available on the product form:
Obecny blok ikon Product InfoOptions:
Dziedzicz z konfiguracji - the product uses the global Wlacz setting.Wlacz na tym produkcie - the base icon block is shown even when it is globally disabled.Wylacz na tym produkcie - the base icon block is hidden even when it is globally enabled.This setting applies only to the base icon block. Dynamic groups are managed separately.
Admin panel:
Kowal > Product Info > Grupy ikonDodaj grupe ikon.Status.Nazwa techniczna.Naglowek na karcie produktu.Tooltip grupy.Priorytet; a lower value means a higher position on the product page.Store View; All Store Views means all store views.Typ dopasowania.SKU or ID kategorii, according to the selected match type.Ikony w grupie section.SKU lub kategoria - the group will appear if the product matches by SKU or by category.Tylko SKU - the group will appear only for products with the specified SKU values.Tylko kategoria - the group will appear only for products assigned to the specified categories.SKU and category ID values can be entered separated by commas or with each value on a new line.
For each icon, you can set:
Status,Sort order,Tytul,Plik ikony,Sciezka lub URL ikony,Tooltip,Usun ikone.An uploaded icon file overrides the manually entered path or URL for that row.
The module provides the following widget:
Product InfoThe widget displays the base information set from the global configuration in a horizontal layout. Dynamic icon groups are intended for product pages and are not rendered in CMS widgets by default.
After installation and configuration, check:
Dziedzicz z konfiguracji setting.Wlacz na tym produkcie setting.Wylacz na tym produkcie setting.After changing the configuration, icon groups, or icon files, flushing the cache is recommended:
php bin/magento cache:flushAfter changes to LESS, JS, or template files in production mode, static assets must be rebuilt:
php bin/magento setup:static-content:deployphp bin/magento cache:flushDisable the module:
php bin/magento module:disable Kowal_ProductInfophp bin/magento setup:upgradephp bin/magento cache:flushData removal from the database is not performed automatically by the commands above. Before manually removing tables and the product attribute, create a database backup.