Kowal Purge Varnish Cache
€12.50 €12.50
Kowal Custom Header Links is a Magento 2 module for managing additional links in the store's top bar without the need to modify code every time the content changes. The solution gives the administrator full control over the link layout from the admin panel, allowing the header section to respond more quickly to sales, campaign, and customer communication needs.
The module was designed for stores that need a flexible and repeatable way to publish links such as promotions, brand zones, loyalty programs, delivery information, customer account, contact, landing pages, or seasonal messages.
title and rel attributes.The standard header in Magento often requires additional frontend changes or the use of static CMS blocks. This module simplifies that area by turning it into a configurable administrative component. As a result, changes are faster, less risky, and easier to maintain.
The module is a good choice for:
Kowal_Base moduleComposer License:
composer config repositories.kowal composer https://repo.kowal.storecomposer config http-basic.repo.kowal.store composer require kowal/module-customheaderlinksphp bin/magento module:enable Kowal_CustomHeaderLinksphp bin/magento setup:upgradephp bin/magento cache:flushAfter installation, the module configuration is available in the panel:
Stores > Configuration > kowal > Custom Header Links
The Links section contains a dynamic form where each row corresponds to one item displayed in the header.
Order - number controlling the item position.Anchor - text visible to the user.Link - URL address; when the field is empty, the item is rendered as text.CSS Class - additional classes for styling the item.Title - value of the title attribute.Rel - multiselect for the rel attribute, e.g. nofollow, noopener, noreferrer.Icon - upload of an image file displayed on the left side of the link.The Appearance section contains settings shared by the entire list:
Font size - supports numeric values or CSS units, e.g. 14, 14px, 0.875rem, 90%.Font color - text field with a color picker in HEX format.The Legacy CMS Block field allows you to preserve the older rendering method in stores with a custom implementation.
How it works:
Legacy CMS Block is set, the frontend renders the indicated CMS block,Legacy CMS Block is empty, the frontend uses the new dynamic link list.This solution allows the module to switch to fallback mode without migrating existing content to the new format.
pub/media/customheaderlinks/icons directory.default, website, and store view scope.Legacy CMS Block as a transitional or target mode.