Prestashop Modul HTML-Block - Tool zum Hinzufügen beliebigen Codes (HTML, Javascript, CSS usw.) an vom Benutzer ausgewählten Stellen. Mehr als 20 Hooks werden unterstützt - das bedeutet, dass Sie Ihren Code überall dort hinzufügen können, wo Sie möchten. Das Modul unterstützt jeden clientseitigen Code wie HTML, HTML5, CSS2, CSS3, Javascript, jQuery usw. Mit dem HTML-Block können Sie Anzeigen, Code, Plugins und viele andere Dinge hinzufügen!
Möchten Sie Bilder, Texte, HTML-, JS-, CSS-Code an bestimmten Stellen in Ihrem Shop hinzufügen? Mit diesem Modul können Sie das in wenigen Sekunden tun. Dieses großartige Addon ist ein **multifunktionales Werkzeug**, um clientseitigen Code an beliebiger Stelle im Frontend Ihres Shops hinzuzufügen. Mit diesem Modul können Sie Ihre eigenen **Blöcke mit Text, Bildern oder Widgets von Websites wie Facebook** (Like-Box-Plugin), Twitter, Pinterest usw. erstellen. Das Hinzufügen von Code ist einfach und kann von jedem mit der benutzerfreundlichen Konfiguration dieses Moduls durchgeführt werden.
Möglichkeit, Variablen zu verwenden
Eine großartige und schöne Funktion in dem Modul ist eine Funktion, die die Verwendung von Variablen ermöglicht. Variablen werden durch bestimmte Werte ersetzt. Es ist also ein großartiges Werkzeug, um einige **Tracking-Code-Skripte** zu erstellen und zu verwenden. Insbesondere für externe Websites. Unten finden Sie Beispiele für Variablen, die in dem Modul verfügbar sind. Zukünftige Versionen des Addons werden weitere zusätzliche Variablen haben!
Variable | Beschreibung | Erscheinungsregeln |
{smartyTemplate:XXX} | Dieser Shortcode ermöglicht das Einbinden von .tpl-Dateiinhalten (mit Smarty-Code) - wobei XXX der Name der Vorlagendatei ist, die mit dem in diesem Modul enthaltenen Smarty-Vorlagen-Manager erstellt wurde | Variable ist global verfügbar |
{current_url} | Diese Variable wird durch die vollständige URL der aktuell angezeigten Seite ersetzt | Variable ist global verfügbar |
{currency_iso} | Diese Variable wird durch den ISO-Code der Währung ersetzt (z. B. USD, EUR, PLN, GBP usw.) | Variable ist global verfügbar |
{id_customer} | Wenn Sie diese Variable verwenden, ersetzt das Modul sie durch die ID des Kunden, der im Shop angemeldet ist | Die Variable wird nur ersetzt, wenn der Kunde im Shop angemeldet ist. |
{email_customer} | Wenn Sie diese Variable verwenden, ersetzt das Modul sie durch die E-Mail-Adresse des Kunden, der im Shop angemeldet ist | |
{customer_firstname} | Wenn Sie diese Variable verwenden, ersetzt das Modul sie durch den Vornamen des angemeldeten Kunden | |
{customer_lastname} | Wenn Sie diese Variable verwenden, ersetzt das Modul sie durch den Nachnamen des angemeldeten Kunden | |
{id_category} | Wenn Sie diese Variable verwenden, ersetzt das Modul sie durch die ID der Kategorie, die der Kunde durchsucht | Die Variable wird nur ersetzt, wenn der Kunde eine Kategorieseite in Ihrem Shop durchsucht |
{name_category} | Wenn Sie diese Variable verwenden, ersetzt das Modul sie durch den Namen der Kategorie, die der Kunde durchsucht | |
{path_array_category} |
Wenn Sie diese Variable verwenden, ersetzt das Modul sie durch ein Array von übergeordneten Kategorien zu der Kategorie, die der Kunde durchsucht, zum Beispiel: 'home', 'woman', 'dresses', 'casual dresses' |
|
{HOOK:hook_name} |
Sie können diesen Shortcode verwenden, um Hook-Inhalte in dem mit diesem Modul erstellten Feld anzuzeigen. Zum Beispiel: {HOOK:leftColumn}, {HOOK:rightColumn}, {HOOK:footer}. {HOOK:displayTop} usw. |
Sie können den Shortcode verwenden, um Hook-Inhalte überall auszuführen und anzuzeigen |
{HOOK:(1):(2)} |
Funktion zum Ausführen des ausgewählten Moduls aus dem Hook, wobei (1) ein Hook-Name und (2) ein Modulname ist, der ausgeführt werden soll. Zum Beispiel: {HOOK:displayProductFooter:productcomments} |
Sie können es überall verwenden |
{id_product} |
Diese Variable wird durch die ID des Produkts ersetzt, das gerade durchsucht wird (Produktseite) |
Variablen sind auf der Produktseite und in der Produktliste verfügbar (Hook wird mit Produkt-ID-Parameter ausgeführt) |
{id_product_attribute} |
Diese Variable wird durch die ID des Produktattributs ersetzt (falls definiert) |
|
{product_name} |
Diese Variable wird durch den vollständigen Produktnamen ersetzt |
|
{product_ean13} |
Diese Variable wird durch den EAN13-Code des Produkts ersetzt |
|
{product_isbn} | Diese Variable wird durch den ISBN-Code des Produkts ersetzt | |
{manufacturer_name} |
Diese Variable wird durch den Namen des Produktherstellers ersetzt |
|
{product_price_tax_incl} |
Preis des Produkts - inklusive Steuern |
Variablen sind auf der Produktseite und in der Produktliste verfügbar (Hook wird mit Produkt-ID-Parameter ausgeführt) |
{product_price_tax_incl_no_currency} |
Preis des Produkts - inklusive Steuern - ohne Währungssymbol |
|
{product_price_tax_excl} | Preis des Produkts - exklusive Steuern | |
{product_price_tax_excl_no_currency} | Preis des Produkts - exklusive Steuern - ohne Währungssymbol | |
{product_price_tax_incl*X} | Preis des Produkts (inkl. oder exkl. Steuern) multipliziert mit X (wobei X eine Zahl wie: 1,5,10, 2.5, 0.22 etc. ist) | |
{product_price_tax_excl*X} | ||
{cart_products_id} |
Diese Variable wird durch eine Liste der Produkt-IDs ersetzt, die sich derzeit im Warenkorb befinden |
Diese Variablen sind global verfügbar, aber nur, wenn Sie Produkte im Warenkorb haben. Wenn der Warenkorb leer ist, gibt das Modul keine Werte zurück. |
{cart_total} |
Diese Variable wird durch den Gesamtwert des Warenkorbs ersetzt (ohne Währungszeichen - nur ein einfacher Ganzzahlwert) |
|
{cart_total_with_currency} |
Diese Variable wird durch den Gesamtwert des Warenkorbs mit Währungszeichen ersetzt |
|
{order_id} |
Diese Variable wird durch die ID der aufgegebenen Bestellung ersetzt. |
Sie können diesen Shortcode / diese Variable auf der Bestellbestätigungsseite verwenden (wenn jemand eine Bestellung aufgibt und der Shop die Bestellung ordnungsgemäß bestätigt) |
{order_currency_iso_code} |
Diese Variable wird durch den ISO-Code der Währung ersetzt, die der Kunde zur Bestellung verwendet hat |
|
{order_total_paid} |
Diese Variable wird durch den Gesamtwert der Bestellung ersetzt, den der Kunde für die Bestellung bezahlt hat |
|
{order_total_paid_tax_incl} |
Diese Variable wird durch den Gesamtwert der Bestellung inklusive Steuern ersetzt, den der Kunde für die Bestellung bezahlt hat |
|
{order_total_paid_tax_excl} | Diese Variable wird durch den Gesamtwert der Bestellung exklusive Steuern ersetzt, den der Kunde für die Bestellung bezahlt hat | |
{order_total_products_tax_included} | Diese Variable wird durch den Gesamtwert der Produkte aus der Bestellung ersetzt. Dieser Wert enthält Steuern | |
{order_total_products_tax_excluded} | Diese Variable wird durch den Gesamtwert der Produkte aus der Bestellung ersetzt. Dieser enthält nicht den Wert der gezahlten Steuern | |
{order_products_id} | Diese Variable wird durch eine Liste der Produkte ersetzt, die der Kunde gekauft hat (nützlich für Facebook Pixel als content_ids Parameter) |
Beispiele für die Modulnutzung
HTML Box Professional Modulspezifikation:
Funktionen und Funktionalitäten |
|
wie viele verschiedene Orte zur Verwendung? |
unbegrenzt |
wie viele verschiedene Codes zur Verwendung |
unbegrenzt |
WYSIWYG-Editor | |
Smarty-Vorlagen-Editor | |
Mehrsprachige Unterstützung | |
Verfügbare Orte (Hooks) | 20+ |
Unterstützt benutzerdefinierte Hooks | |
Wie viele benutzerdefinierte Hooks kann es verarbeiten? | unbegrenzt |
Shortcode {htmlboxpro:XX} für CMS-Seiten zur Anzeige von HTML-Box-Inhalten (mit Nutzung unseres kostenlosen CMS-Produktmoduls) |
|
Option "Block nur für eingeloggte Benutzer anzeigen" | |
Option "Block nur für nicht eingeloggte Benutzer anzeigen" | |
Option "Block für alle Benutzer anzeigen" | |
Block nur auf Seiten mit SSL-Zertifikat anzeigen | |
Block nur auf der Startseite anzeigen | |
Block nur auf bestimmten Produktseiten anzeigen (Sie können Produkte definieren) |
|
Sie können den Block von ausgewählten Produktseiten ausschließen |
|
Block auf der Produktseite anzeigen, wenn das Produkt mehr (oder gleich) wert ist als der definierte Wert |
|
Block in der Produktliste in der Nähe des Produkts anzeigen, wenn das Produkt mehr (oder gleich) wert ist als der definierte Wert |
|
Block auf der Produktseite anzeigen, wenn das Produkt weniger (oder gleich) wert ist als der definierte Wert |
|
Block in der Produktliste in der Nähe des Produkts anzeigen, wenn das Produkt weniger (oder gleich) wert ist als der definierte Wert |
|
Block nur für Produkte anzeigen, die nicht auf Lager oder auf Lager sind (sowohl auf der Produktseite als auch in der Produktliste) |
|
Block nur anzeigen, wenn das Produkt mit ausgewählten Kategorien verknüpft ist |
|
Block nur anzeigen, wenn das Produkt mit ausgewählten Herstellern verknüpft ist |
|
Block nur anzeigen, wenn das Produkt mit ausgewählten Lieferanten verknüpft ist |
|
Block nur auf bestimmten CMS-Seiten anzeigen (Sie können CMS-Seiten definieren) |
|
Block nur auf ausgewählten CMS-Kategorieseiten anzeigen |
|
Block nur auf ausgewählten Herstellerseiten anzeigen |
|
Block nur auf ausgewählten Kategorieseiten anzeigen |
|
Block von ausgewählten Kategorieseiten ausschließen |
|
Block anzeigen, wenn jemand nach einem definierten Ausdruck sucht |
|
Möglichkeit, den Block für ausgewählte Kundengruppen auszublenden |
|
Block nur auf ausgewählter URL anzeigen |
|
Möglichkeit, den Block nur für ausgewählte Kundengruppen anzuzeigen |
|
Möglichkeit, Variablen zu verwenden - zum Beispiel {id_customer} etc. |
|
Block anzeigen, wenn ein Gast nach etwas sucht |
|
Block nur in einem ausgewählten Datumsbereich anzeigen |
|
Block an ausgewählten Wochentagen anzeigen, z. B. Montag, Samstag, Sonntag usw. |
|
Inhalte nur anzeigen, wenn der Shop in der ausgewählten Währung durchsucht wird |
|
Benutzerdefinierte Inhalte nur anzeigen, wenn die Lieferadresse auf das ausgewählte Land verweist |
|
Benutzerdefinierte Inhalte nur anzeigen, wenn der Besucher aus dem ausgewählten Land stammt (Identifizierung des Ursprungs basierend auf Geolocation) |
|
Block nur zu ausgewählter Zeit anzeigen (von, bis, zwischen Stunden) |
|
Viele Blöcke zu einem Ort (Hook) hinzufügen / entfernen | |
Block in den Hooks aktivieren / deaktivieren | |
Block auf Mobilgeräten anzeigen / ausblenden | |
Block auf Tablet-Geräten anzeigen / ausblenden | |
Block auf PC-Geräten anzeigen / ausblenden | |
Möglichkeit, die Blockpositionen innerhalb der Hooks zu ändern | |
Hook-Wörterbuch und Beschreibung | |
Online-Support | |
Allgemeine Einstellungen des Moduls | |
Möglichkeit, den TinyMCE-Editor auszuschalten | |
Möglichkeit, den erweiterten Editor tinymce pro zu verwenden | |
Möglichkeit, das Entfernen von URLs aus dem Code zu verhindern | |
Verfügbare Orte (Hooks) zur Verwendung | |
Frontend **Header** | |
Frontend **Top** | |
Frontend **Linke Spalte** | |
Frontend **Rechte Spalte** | |
Frontend **Footer** | |
Frontend **Home (Startseite)** | |
Frontend Produkt **Extra Links** | |
Frontend Produkt **Extra Rechts** | |
Frontend Produkt **Produktaktionen** | |
Frontend Produkt **Produkt nicht auf Lager** | |
Frontend Produkt **Produkt-Footer** | |
Frontend Produkt **Produkt-Tab** | |
Frontend Produkt **Produkt-Tab-Inhalt** | |
Frontend Bestellung **Extra Carrier** | |
Frontend Bestellung **Vor Carrier** | |
Frontend Bestellung **Payment** | |
Frontend Bestellung **Payment Return** | |
Frontend Bestellung **Bestellbestätigung** | |
Frontend Bestellung **Payment Top** | |
Frontend Bestellung **Warenkorb** | |
Frontend Bestellung **Warenkorb Extra** | |
Frontend Benutzer **Mein Konto Block** | |
Frontend Benutzer **Kundenkonto** | |
Frontend Benutzer **Konto erstellen Top** | |
Frontend Benutzer **Konto erstellen Formular** |
3.9.9.5
3.9.9.4
3.9.9.3
3.9.9.2
3.9.9.1
3.9.9
3.9.8
3.9.7
3.9.6
3.9.5
3.9.4
3.9.3
3.9.2
3.9.1
3.9.0
3.8.9
3.8.8
3.8.7
3.8.6
3.8.5
3.8.4
3.8.3
3.8.2
3.8.1
3.8.0
3.7.9
3.7.8
3.7.7
3.7.6
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.6.9
3.6.8
3.6.7
3.6.6
3.6.5
3.6.4
3.6.3
- added new variables {order_total_paid_tax_incl} and {order_total_paid_tax_excl} to orderConfirmation hook
3.6.2
- added improvements to apperance of blocks for customer groups
3.6.1
- added improvements to module usage in multistore environments - from now each block can be used "in all shops"
- added css styles improvements to avoid css conflicts with other modules used in shop's back office
- added possibility to duplicate block created in custom hook
- added improvements to "search" tool that explains how to use the search feature
3.6.0
- added improvements to appearance of the blocks for selected cms pages, cms category pages, manufacturer pages
3.5.9
- added improvements to variables feature, from now you can use new variables on product pages and for products (on list of products): {product_ean13} + {product_isbn}
3.5.8
- added improvements to save process of customer's groups selection (if you want to show block for selected groups of customers only)
3.5.7
- added new variable {manufacturer_name} - it will be replaced with name of product's manufacturer
- added improvements to translations, added missing italian translations
3.5.6
- added improvements to groups selection (to show block only for customers that are associated with selected groups of customers). From now you can select many groups, not only one group.
- this version of the module requires reinstallation
3.5.5
- added improvements that fixes notifications about missing index "theme_css_dir" on module configuration page under the "global settings" tab
3.5.4
- added new feature to show contents only if shop is browsed in defined currency
- this version of the module requires its reinstallation in shop's back office
3.5.3
- added fixes to smarty templates editor, there was a problem with feature usage in new prestashop 1.7.6.2
3.5.2
- added improvements to module code in template files (html.tpl)
3.5.1
- added improvements to appearance of module's editor - added missing icons
3.5.0
- added improvements to rich text editor in prestashop 1.7.6.x
3.4.9
- added improvements to search tool included to the module
- now you can easily see the name of selected items (instead just ID)
- now you can also easily remove the item
3.4.8
- added improvements to spanish translations
3.4.7
- added improvements to module usage in prestashop 1.7.6.x
3.4.6
- added feature to find products, manufacturers, categories, cms pages, cms page categories
- added improvements to module's updates checker feature
3.4.5
- added feature to display block on selected day type like Saturday, Monday, Friday etc.
- this version of the module requires reinstallation of an addon
3.4.4
- added fix to white page in prestashop 1.7.x when you try to reach the module configuration page
3.4.3
- added missing translations
3.4.2
- added improvements to smarty template editor feature
3.4.2
- added missing translations
3.4.1
- added feature to exclude block with contents from selected category pages
- added feature to exclude block with contents from selected product pages
- this version of the module requires reinstallation
3.4.0
- added feature to switch the shop where the created block will appear. Useful for multistore shops
3.3.9
- added improvements to module usage in prestashop 1.7.x
3.3.8
- added new feature to display block on product page (or on list of products near each product) that is worth more (or equal) than defined amount
- added new feature to display block on product page (or on list of products near each product) that is worth less (or equal) than defined value
- module automatically calculates min / max values to other currencies based on prestashop's currency exchange rates
3.3.7
- added feature to show / hide block on mobile devices
- added feature to show / hide block on tablet devices
- added feature to show / hide block on PC devices
- new version of the module requires reinstallation
3.3.6
- added improvements to recently added feature to identify stock
- module to check stock verifies if viewed is a combination, and if so - it gets information about combination stock
3.3.5
- added feature to display block only if viewed product (product page or on list of products) is in stock
3.3.4
- added two new variables to use in contents of the boxes,
- {customer_firstname} - variable will be replaced with first name of the logged customer
- {customer_lastname} - variable will be replaced with last name of the logged customer
3.3.3
- added new feature to module - smarty templates manager
- from now - with this module - you can create smarty template files and then include them to boxes with special shortcode
- the shortcode is {smartyTemplate:XXX} where XXX is the name of the template created with "smarty templates manager" tool
3.3.2
- added minor code optimization
- changed installation function of tables in database, it has less code now than before
3.3.1
- added new variables to use: {product_price_tax_incl_no_currency} and {product_price_tax_excl_no_currency}
{product_price_tax_excl_no_currency} - displays product price tax excluded but without currency symbol like: 32.90
{product_price_tax_incl_no_currency} - displays product price tax included but without currency symbol like: 28.00
3.3.0
- removed custom hook acidentally included to module package with recent module upgrade
3.2.9
- added improvements to feature that displays module on selected URL
- function that returns url of viewed page returns it in a proper way now (with 'www' if website uses it)
3.2.8
- added feature to display block only if viewed product is out of stock
- added new variable to use {product_name}
3.2.7
- added feature that allows to display block with contents from, to, between selectd hours, minutes and seconds :)
- example of usage: you can display block from 8:00 AM
- example of usage: you can display block to 10:00 PM
- example of usage: you can display block from 8:00 AM to 10:00 PM
- this version of module requires reinstallation (no worries, module will remember everything)
3.2.6
- added {id_product_attribute} variable to product pages
3.2.5
- added improvements to previously added feature to display product price,
- it can be used on product page too
3.2.4
- added new variables to use for hooks executed on list of products
{product_price_tax_excl}
{product_price_tax_incl}
{product_price_tax_excl*X}
- where x is a number (it will be a math calculation)
{product_price_tax_incl*X}
- where x is a number (it will be a math calculation)
3.2.3
- added improvements to module appearance on product page in prestashop 1.7.x
- in some situations when you will change the attribute or increase / decrease quantity field the hooks contents are duplicated
- to prevent this - from 3.2.2 version module configuration page has new option, when you will enable it - prestashop will not duplicate contents
3.2.2
- added improvements to save process of tags
3.2.1
- added improvements to extended tinymce editor
3.2.0
- added improvements to custom hooks visibility "on product pages associated with categories" and "on selected product pages"
- now when you want to show blocks on list of products - these blocks will not appear on all thumbs on product pages (if you show some kind of "related" products there)
3.1.9
- added improvements to module visibility on product pages. Now you can display blocks on all product pages (not only on selected poduct pages)
3.1.8
- added missed translation files
3.1.7
- added improvements to extended editor to support ‹div› elements inside ‹a› elements
3.1.6
- added improvements to hook execution process (shortcode to run hook or other modules in hook)
3.1.5
- added support of new hooks displayLeftColumnProduct and displayRightColumnProduct
- improved workflow of feature to show contents for logged / unlogged customers
3.1.4
- improved rich text editor, it supports "" tag properly, so you can include your css file well
3.1.3
- updated save process of groups (if you want to show block only for selected groups of customers)
3.1.2
- updated internal rich text editor, added better support of some not frequently used html tags
3.1.1
- updated the way of how module generates internal modules' rich text editor
3.1.0
- added new feature to run specific module from selected hook inside html box pro block
- you can specify hook name and module that you want to run, for example: {HOOK:displayFooterProduct:productcomments}
3.0.9
- added improvements to feature to display blocks on: homepage only, cms pages, category pages, product pages
3.0.8
- added feature to display block on product pages associated with selected suppliers
- new version of the module requires reinstallation of the plugin
3.0.7
- added fixes to module workflow in PHP 5.6.x related to identification of arrays / objects
3.0.6
- added some minor design improvements to management page (tooltips)
- added new feature to change position of block any time you want
- added new feature to duplicate block
3.0.5
- regenerated default hook functions in the module to make it work properly with some positions like:
- displayFooterProduct
- displayProductTab
- displayProductTabContents
- displayRightColumn
3.0.4
- added fixes to save blok with option "display on homepage only"
3.0.3
- added improvements to save process of blocks
- now you can save special characters properly
- module escaping code before it will be added to database
3.0.2
- added improvements to module design when multistore is active,
3.0.1
- removed support of hook displayPaymentEu in prestashop 1.7.x because this module is not a payment module
3.0.0
- this is milestone update
- changed the design of the module to support prestashop standards
- redesigned the module code and its workflow
- added support of missed default hooks for PrestaShop 1.6 and 1.7
- improvements to display block while users serach for something (you can use many keywords now)
- improvements to display block for selected urls (now you can define many urls)
- released separated .zip libraries for PrestaShop 1.6 / 1.7
2.8.7
- added new variable to use {current_url}
2.8.6
- added fixes related to language
2.8.5
- added feature to decide what kind of rich text editor module will use
- module can use internal prestashop's editor and also editor delivered with module
- module can support also extended rich text editor module tinymce pro
- updated feature that allows to check if new version of module is available
2.8.4
- improved variables feature, now if variable does not exist - it just disappears
- added new variables, list of them: {order_products_id} {currency_iso} {cart_products_id} {cart_total} {cart_total_with_currency} {id_product}
2.8.3
- added fixes to recently released version of the prestashop 1.6.1.9
- added full support of PrestaShop 1.7.x
2.8.2
- possibility to use module on selected cms category pages only
- added feature to display module only on order confirmation page
2.8.1
- added new variables that are available on order confirmation pages
- these variables are {order_id}, {order_currency_iso_code}, {order_total_paid}, {order_total_products_tax_included}, {order_total_products_tax_excluded},
2.8.0
- new feature that allows to run hook inside selected box created with this module
- you can use now shortcode like {HOOK:hook_name} and module will replace this short code with hook contents
- for example to display right column contents use: {HOOK:rightColumn}, to display footer contents use {HOOK:footer}
- you can run unlimited number of hooks inside one box created with html box pro
2.7.9.5
- added improcements to feature that allows to display contents for selected products only.
- before it was possible to display contents on product pages only
- now you can also display contents on list of products - for selected products only
2.7.9.4
- added fixes related to blocks appearance on selected urls
- on one step checkout prestashop loads contents "in background" with ajax queries. In some cases html box pro contents in places (positions) like shoppingCartExtra werent executed. Now they are :-)
2.7.9.3
- added fixes to blocks save process in PrestaShop 1.5.x and 1.4.x
2.7.9.2
- added fixes to recent feature that accidentally displays "a" letter after / before the block
2.7.9.1
- improved updates checker system
- added option to enable / disable automatic updates checker system
- added feature to check if module is up to dated, or not (from module configuration page)
2.7.9
- added feature to display block only if viewed product is associated with selected manufacturer
2.7.8.1
- PHP7 support fixes
2.7.8
added possibility to use variables, module will replace variables with some informations. At the moment, available variables are:
{id_customer} - id of customer that is logged to the shop (if logged)
{email_customer} - email of customer that is logged to the shop (if logged)
{id_category} - id of category that customer browse (category page)
{name_category} - name of category that customer browse (category page)
{path_array_category} - array with category names, for example: 'Home', 'Women', 'Dresses', 'Casual dresses'
future releases of the module will have more variables
2.7.7
added French translations improvements
2.7.6
added fixes for "notification" appearance while shop owners configure the module
2.7.5
better module installation process
2.7.4
fixes for regeneration process of new hooks
2.7.3
fixes for tinymce rich text editor
2.7.2
added fixes to new feature to define blocks for search pages
2.7.1
new feature in module to create blocks that will appear only if someone will search for selected phrases
2.7.0
fixes related to appearance of blocks for selected customer groups
2.6.9
added fixes related to additonal languages that you added after module installation. Now module should update the blocks properly
2.6.8
rozpoczęcie logowania zmian w module za pomocą changelog'a
poprawki do formularza tworzenia nowych hooków