Prestashop HTML Box Pro

Ten moduł prestashop pozwala na dodanie dowolnego kodu (html, javascript, css, itp.) w dowolnie wybranych przez siebie miejscach sklepu. Moduł wspiera ponad 20 miejsc zlokalizowanych w Twoim sklepie - co oznacza, że swój kod możesz dodać praktycznie wszędzie. W module możesz wykorzystać dowolny kod interpretowany po stronie klienta, tzn. może to być  html, html5, css2, css3, javascript, jquery itp.

Wersja sklepu 8.x, 1.7.x, 1.6.x, 1.5.x, 1.4.x PrestaShop 8.0 support Yes :-)
Dostępne wersje językowe
Wersja modułu 3.9.8
Działa z ThirtyBees Tak
Publiczna pomoc i dyskusja Porozmawiaj o tym dodatku
  • Pewne źródło pochodzenia modułu HTML Box Pro
  • Support do modułu HTML Box Pro
  • Bezpłatne aktualizacje modułu HTML Box Pro
  • Otwarty kod - możliwość wprowadzania zmian HTML Box Pro
  • Moduł HTML Box Pro działa z PrestaShop 1.7
  • Moduł HTML Box Pro działa z PrestaShop 1.6
  • Moduł HTML Box Pro działa z PrestaShop 1.5
  • Moduł HTML Box Pro działa z PrestaShop 1.5
  • Moduł HTML Box Pro działa z PrestaShop 8.0

Opis modułu: Prestashop HTML Box Pro

Chcesz dodać jakąś informację, kod HTML, javascript lub css do swojego sklepu w konkretnie wybranym przez siebie miejscu ale nie wiesz jak to zrobić? Ten moduł Ci w tym pomoże i zrobisz to w kilka sekund. Ten doskonały wielofunkcyjny dodatek do PrestaShop pozwoli Ci dodać dowolny kod interpretowany po stronie klienta dokładnie tam, gdzie zechcesz, gdyż HTML Box Pro wspiera ponad 20 miejsc zlokalizowanych w Twoim sklepie. Z moduł stworzysz własne bloki z tekstem, zdjęciami lub widgetami pochodzącymi z serwisów społecznościowych takich jak Facebook (facebook like box plugin), twitter, pinterest, allegro,  aukro, śwista itp. Procedura dodawania własnego tekstu, zdjęć czy kodu jest niezwykle prosta i każdy może wykonać ją za pomocą modułu w kilka sekund - to wszystko dzięki niezwykle intuicyjnemu i łatwemu w obsłudze panelowi zarządzania dodatkiem.

 

prestashop html box dodaj kod html css javascript gdziekolwiek chcesz

 

 

 

html block prestashop module html block prestashop module html block prestashop module

łatwa konfiguracja
Interfejs pozwala na konfigurację bloków jak i zarządzanie modułem w łatwy sposób

Określ dostępność bloków
Możesz ustalić widoczność bloków w zależności od wielu kryteriów, takich jak np. produkty, kategorie, strony cms itp.

Zmieniaj pozycję
Możesz zmienić pozycję każdego bloku korzystając z przyjaznej metody polegającej na przeciągani bloków w nowe miejsca

  html block prestashop module   html block nice editor easy in use   html block prestashop module multilanguage support
Wsparcie wszystkich tagów
Możesz korzystać ze wszystkich tagów html, z kodu css oraz javascript. Granice są tylko w Twojej wyobraźni :)
Przyjazny edytor

Nie jesteś koderem? Nic nie szkodzi, moduł pozwala pracować w przyjaznym edytorze tekstu, który kod tworzy za Ciebie

 Support wielu języków

Korzystasz z wielu wersji językowych żaden problem, możesz tworzyć bloki w dowolnym języku! 

 

Główne funkcjonalności modułu HTML Box Pro:  

  • Dodać dowolny tekst, dowolne zdjęcia, filmy czy kod html, js, css w dowolnym miejscu swojego sklepu. To oznacza, że możesz dodać praktycznie wszystko dokładnie tam gdzie zechcesz. Moduł wspiera języki takie jak html5, html, css2, css3, javascript jak również wykorzystanie jquery, mootools itp.
  • Możesz wykorzystać edytor WYSIWYG lub pisać kod bez niego
  • Wybierzesz z ponad 20 lokalizacji dokłanie to miejsce, które Cię interesuje
  • Dodasz swój kod w wielu miejscach - w każdym z miejsc może być wyświetlany inny kod

 

Korzystanie ze zmiennych we własnym kodzie

Niewątpliwą zaletą tego modułu jest fakt, że pozwala on korzystać ze zmiennych. Zmienne to określony ciąg znaków, który na stronie zostanie zastąpiony odpowiednimi wartościami. Jest to szczególnie przydatne rozwiązanie - zwłaszcza gdy chcemy korzystać z różnego rodzaju trackerów (tzw. tracking code). Poniżej przedstawiamy listę dostępnych zmiennych z krótkim wyjaśnieniem

 

ZmiennaOpisOgraniczenie
{smartyTemplate:XXX} Ten krótki kod pozwala wstawić zawartość pliku .tpl z kodem smarty, który został utworzony w module za pomocą menadżera szablonów. XXX reprezentuje nazwę utworzonego szablonu. Brak, ta zmianna dostępna jest globalnie
{current_url} Za zmienną zostanie podstawiony pełny adres url aktualnie przeglądanej strony Brak, ta zmianna dostępna jest globalnie
{currency_iso} Zmienna zostanie zastąpiona kodem iso waluty. Przykładowe kody iso to: USD, EUR, PLN, GBP Brak, ta zmienna dostępna jest globalnie
{id_customer} Pod tą zmienną zostanie podstawiony numer identyfikacyjny zalogowanego klienta. Zmienna zostanie zastąpiona odpowednią wartością tylko w momencie w którym klient jest zalogowany do sklepu
{email_customer} Pod tą zmienną zostanie podstawiony adres email zalogowanego klienta
{customer_firstname} Pod tą zmienną zostanie podstawione imię zalogowanego klienta
{customer_lastname} Pod tą zmienną zpostanie podstawione nazwisko zalogowanego klienta
{id_category} Pod tą zmieną zostanie podstawiony numer identyfikacyjny przeglądanej kategorii Zmienna zostanie zastąpiona odpowiednią wartością tylko w momencie przeglądania stron kategorii w Twoim sklepie
{name_category} Pod tą zmienną zostanie podstawiona nazwa aktualnie przeglądanej kategorii
{path_array_category} Pod tą zmienną zostanie podstawiona pełna ścieżka do kategorii (wraz z kategoriami rodzicami) np. 'Główna', 'Kobieta', 'Sukienki', 'Sukienki wieczorowe'
{HOOK:nazwa_hooka}

Możesz wykorzystać ten krótki kod - zostanie on zastąpiony treścią jaka powinna być wygenerowana w hooku. Dla przykładu:{HOOK:leftColumn}, {HOOK:rightColumn}, {HOOK:footer}. {HOOK:displayTop} etc.

 Ten krótki kod może być wykorzystany na dowolnej stronie i w dowolnym momencie.
{HOOK:(1):(2)}

Ten krótki kod pozwala wywołać konkretny moduł (2), który dołączony jest do określonego hooka (1).
Przykładowo:  {HOOK:displayProductFooter:productcomments}

Ten krótki kod może być wykorzystany wszędzie
{id_product}

Zmienna zostanie zastąpiona numerem ID produktu, który jest aktualnie przeglądany (strona produktu)

Zmienne dostępne sa na stronach produktów oraz listach produktów (w hookach gdzie podawany jest parametr produktu ID)
{id_product_attribute}

Zmienna zostanie zastąpiona numerem ID atrybutu produktu jeżeli taki został zdefiniowany

{product_name}

Zmienna zostanie zastąpiona nazwą produktu

{product_ean13}

Zmienna zostanie zastąpiona kodem ean13 produktu

{product_isbn}

Zmienna zostanie zastąpiona kodem isbn produktu

{manufacturer_name}

Zmienna zostanie zastąpiona nazwą producenta produktu

{product_price_tax_incl}

zmienna wyświetli cenę produktu brutto (z podatkiem vat)

Zmienne dostępne sa na stronach produktów oraz listach produktów (w hookach gdzie podawany jest parametr produktu ID)

{product_price_tax_incl_no_currency}

zmienna wyświetli cenę produktu brutto (z podatkiem vat) oraz bez symbolu waluty

{product_price_tax_excl}

zmienna wyświeli cenę produktu netto (bez podatku vat)

{product_price_tax_excl_no_currency}

zmienna wyświetli cenę produktu netto (bez podatku vat) oraz bez symbolu waluty

{product_price_tax_incl*X}

zmienna wyświetli cenę produktu netto lub brutto, pomnożoną przez X, gdzie x to pewna wartość liczbowa np: 1,5,10 lub wartość dziesiętna np. 0.22, 0.5, 2.1 itp.

 

{product_price_tax_excl*X}

{cart_products_id}

Zmienna będzie zastąpiona numerami id produtów, które aktualnie są w koszyku.

Zmienne dostępne globalnie lecz tylko wtedy, gdy koszyk zawiera produkty (nie jest pusty)
{cart_total}

Zmienna zostanie zastąpiona wartością koszyka jako zwykła liczba (bez waluty)

{cart_total_with_currency}

Zmienna zostanie zastąpiona wartością koszyka określoną w aktualnie wybranej przez klienta walucie

{order_id}

Za zą zmienną zostanie podstawiony unikalny numer zamówienia (nie numer referencyjny)

Te zmienne można wykorzystywać na stronach z potwierdzeniem zamówienia (gdy klient złoży zamówienie a sklep to potwierdza)
{order_currency_iso_code}

Za tą zmienną moduł podstawi kod ISO waluty w której złożone zostało zamówienie

{order_total_paid}

Ta zmienna zostanie podmieniona na całkowitą wartość zamówienia

{order_total_paid_tax_incl}

Ta zmienna zostanie podmieniona na całkowitą wartość zamówienia brutto

{order_total_paid_tax_excl}

Ta zmienna zostanie podmieniona na całkowitą wartość zamówienia netto

{order_total_products_tax_included} Ta zmienna zostanie zmieniona na wartość wszystkich produktów w koszyku (z doliczonym podatkime)
{order_total_products_tax_excluded}  Ta zmienna zostanie zmieniona na wartość wszystkich produktów w koszyku lecz bez uwzględnionego podatku
{order_products_id} Zmienna zostanie zastąpiona listą produktów, które klient zamówił (Przydatne gdy chcemy utworzyć pixel facebooka z parametrem content_ids)

 

 

Przykładowe wykorzystanie modułu:

  • you can add to your PrestaShop facebook like box in any most important places in your shop such like left column, right column, footer, home section etc.
  • Możesz dodać do swojego sklepu Facebook Like Box i to w najbardziej znaczących miejscach takich jak lewa kolumna, prawa kolumna, wnętrze strony głównej, stopka strony itp.
  • Możesz dodać do strony produktu w swoim sklepie dodatek Facebook Like Button, Twitter button, pinterest button lub inne widgety pochodzące z portali społecznościowych (i nie tylko!)
  • Możesz dodać informację w rzucającym się w oczy bloku, która zostanie wyświetlona w dowolnie wybranym miejscu. Np. w koszyku lub w procesie składania zamówienia możesz wyświetlić informację o planowanym urlopie, inwentaryzacji, promocji itp.
  • Możesz dodać wszystko, gdziekolwiek zechcesz

 

Specyfikacja modułu HTML Box Pro:

   funkcje, specyfikacja, itp.

html box pro moduł do sklepu prestashop

W ilu miejscach można zainstalować kod? we wszystkich

Możesz wykorzystać wszystkie zdefiniowane w module  hooki

Ilość zdefiniowanych kodów do użycia nieskończenie wiele
(tyle ile miejsc)
edytor kodu WYSYWIG

Menadżer szablonów smarty
Dostępne miejsca do zainstalowania (hooks)   20 +
Wspiera własne (niestandardowe) hooki

Ograniczenie ilości niestandardowych hooków Brak ograniczeń
Można korzystać z niezliczonej ilości
Słownik miejsc (hook) i ich definicja

Shortcode {htmlboxpro:XX} dla stron cms w sklepie, dzięki czemu treśc html boxa wyświetlisz w treści stron CMS.
(wymagany darmowy moduł cms products module free )
Opcja "wyświetlania tylko dla zalogowanych"
Opcja "wyświetlania tylko dla niezalogowanych"
Opcja "wyświetlania dla wszystkich"
Opcja wyświetlania bloku tylko na stronach SSL
Opcja wyświetlania bloku wyłącznie na stronie głównej
Opcja wyświetlania bloku wyłacznie na stronach wybranych produktów
Opcja blokująca wyświetlanie się bloku na wskazanych stronach produktów
Opcja wyświetlania bloku na stronach produktu wartych więcej niż zdefiniowana wartość
Opcja wyświetlania bloku na listach produktów przy produkcie gdy jest wart więcej niż zdefiniowana wartość
Opcja wyświetlania bloku na stronie produktu gdy ten wart jest mniej niż zdefiniowana wartość
Opcja wyświetlania bloku na listach produktów przy produkcie gdy jest wart mniej niż zdefiniowana wartość
Opcja wyświetla blok tylko w sytuacji gdy produktu nie ma na magazynie lub gdy jest na magazynie (zarówno na stronie produktu jak i na listach produktów)
Opcja wyświetlania bloku wyłącznie gdy produkt jest dodany do wybranych kategorii
Opcja wyświetlenia bloku wyłącznie gdy produkt jest powiązany z wybranym producentem
Opcja wyświetlania bloku wyłącznie gdy produkt jest powiązany z wybranym dostawcą (supplier)
Opcja wyświetlania bloku wyłącznie na wybranych stronach CMS
Opcja wyświetlenia bloku na wybranych stronach kategorii CMS
Opcja wyświetlenia bloku wyłącznie na stronach wybranych producentów (manufacturers)
Wyświetlanie bloku tylko na stronie wybranych kategorii
Opcja ukrywająća blok ze stron wybranych kategorii
Możliwość wyświetlenia bloku tylko na wskazanym URL
Możliwość wyświetlenia bloku tylko wtedy, kiedy klient będzie szukał w sklepie jakiejś zdefiniowanej przez Ciebie frazy
Możliwość zdefiniowania daty w której blok będzie widoczny
Możliwość wyświetlenia bloku w określony dzień tygodnia jak poniedziałek, wtorek, niedziela itp.
Możliwość zdefiowania godzin (od, do, pomiędzy) w których blok będzie widoczny
Możliwość korzystania ze zmiennych np {id_customer} itp.
Możliwość włączenia bloku tylko w sytuacji w której sklep przeglądany jest w określonej walucie
Możliwość wyłączenia bloku dla wybranej grupy klientów
Możliwość wyświetlenia bloku tylko wskazanej grupie użytkowiników
Możliwość dodania niezliczonej ilości bloków do hooka
Pokaż / ukryj blok na urządzeniach mobilnych
Pokaż / ukryj block na tabetach
Pokaż / ukryj blok na komputerach
Możliwośc włączania / wyłączania bloków w hooku
Możliwość łatwiej zmiany pozycji bloków
Pomoc on-line

Ustawienia ogólne modułu

Możliwość wyłączenia edytora tinyMCE na stałe
możliwość korzystania z rozszerzonego edytora tinymce pro
Możliwość włączenia funkcji nie usuwającej adresów URL

Dostępne miejsca (hook) w których można zainstalować wprowadzony przez siebie kod:

front office  Header
front office  Top
front office  Left Column
front office   Right Column
front office   Footer
front office   Home (homepage)
front office product  Extra Left
front office product   Extra Right
front office product   Product Actions
front office product   Product out of stock
front office product  Product footer
front office product  Product Tab
front office product   Product Tab Content
front office order  Extra Carrier
front office order   Before Carrier
front office order   Payment
front office order  Payment Return
front office order   Payment Top
front office order   Shopping Cart
front office order   Shopping Cart Extra
front office user  My Account Block
front office user  Customer Account
front office user  Create Account Top
front office user  Create Account Form

 

Przykłady wykorzystania modułu: Prestashop HTML Box Pro

Powiązane Video: Prestashop HTML Box Pro

Opinie o module: Prestashop HTML Box Pro

Wszystkie oceny tego modułu zostały wystawione przez klientów, którzy kupili tę wtyczkę. Jeżeli chcesz dodać swój komentarz do zakupionego modułu - poczekaj 2 tygodnie. Na maila prześlemy Ci automatyczną wiadomość kierującą do formularza który umożliwi dodanie oceny
Average grade
4.95
Alexandria2023-02-17
Aitana2023-01-23
Konrad2022-12-01
Valentim2022-11-06
Paulo2022-09-15
David2022-08-06
Lara2022-08-05
Leyre2022-07-15
Wiktor2022-06-17
Marcelle2022-05-25
Joana2022-05-15
Mohammed2022-05-10
Jakub2022-05-03
Rocío2022-05-02
Ainhoa2019-11-23
Paul2019-10-13
Anastazja2019-09-10
Aaron2019-08-23
Patryk2019-08-13
Juan José2019-07-21
Telmo2019-07-20
Janick2019-07-16
Marietta2019-07-13
Ana2019-07-08
Mariano2019-07-07
Judit2019-07-01
Isabel2019-06-27
Nikoletta2019-06-26
Christelle2019-06-16
Alonso2019-06-09
Clovis2019-05-21
Joana2019-05-18
Katarzyna2019-05-14
Adrian2019-04-30
Yeray2019-04-09
Mateo2019-03-13
Andrée2019-03-11
Vernon2019-03-11
Cesidia2019-02-25
Thierry2019-02-19
Paulette2019-02-07
Maruska2019-01-30
Izabela2018-08-08
Fabiano2018-07-03
Eduardo2018-06-25
Diamante2018-06-24
Eduarda2017-11-06
Adél2017-09-19
Diana2017-08-07
Natasza2017-03-08
Jules2016-12-24
Diana2016-11-19
Édouard2016-09-20
Ruth2016-08-13
Guendalina2016-06-27
Kornél2016-05-30
Jaime2016-05-16
Jorge2016-02-11
Estelle2016-01-02
Lue2015-10-09
Péter2014-09-09
Damaris2014-05-25
Milla2014-04-09
Ane2013-11-21
Alexa2013-09-02
Leslie2013-04-18

Najczęściej zadawane pytania

feature under construction

Powiązane posty z bloga

HTML Box Pro Changelog - informations o aktualizacjach

3.9.8

  • added improvements to module usage in php 8.1.x environment to avoid notifications about deprecated variables

3.9.7

  • added improvements to module usage in php 8.1.environment to avoid notifications about wron gvariablrs ${prefix} (that in php 8.1 should be {$prefix}

3.9.6

  • updated module translations to make them work properly  in prestashop 8.x

3.9.5

  • added improvements to module appearance based on products associations

3.9.4

  • added improvements to module appearance based on suppliers associations

3.9.3

  • added Backward compatibility to make module work correctly in environments based on php 7.1.x

3.9.2

  • added improvements to appearance of block(s) on category pages

3.9.1

  • replaced old function getIdProductAttributesByIdAttributes with new getIdProductAttributeByIdAttributes in prestashop 8.x

3.9.0

  • fixed module installation in prestashop 8.x

3.8.9

  • added improvements to module workflow in prestashop 8.x to avoid problems with new hook generation process

3.8.8

  • added new feature to display box only if product has NOT a specific price (is NOT discounted)

3.8.7

  • added improvement to feature that will display created custom contents only if products in cart will NOT be associated with selected category(ies)

3.8.6

  • added improvements to module workflow in PHP 8.0 environment
  • improved search tool in prestashop 8.x releases

3.8.5

  • added new feature to display box only if product has specific price (is discounted)

3.8.4

  • improved module appearance on lists of products in warehouse theme

3.8.3

  • added new option to display custom contents on product page when viewed product is out of stock and allowed to order
  • added new option to display custom contents on product page when viewed product is out of stock and NOT allowed to order

3.8.2

  • added improvements to recently added feature to display contents when cart will contain product from defined categories

3.8.1

  • added feature to display block only if cart will contain product(s) from defined category(ies)
  • added feature to display block only if cart will NOT contain defined product(s)

3.8.0

  • added new feature to display block only if cart will contain selected product(s)
  • this version of the module requires its reinstallation

3.7.9

  • added improvements to appearance of blocks on list of products (for each product individually) in non-default themes

3.7.8

  • added improvements to recently added feature 

3.7.7

  • added new feature to display created block on category pages and subcategories of selected category pages

3.7.6

  • added improvements to identification process of specific page id numbers (categories, manufacturers, cms, cms categories, products, suppliers)

3.7.5

  • added improvements to module workflow in shop's back office to avoid problems with "customer" variable (back office does not have customer variable)

3.7.4

  • added improvements to filter that identifies product by its price 

3.7.3

  • added new feature to display block on product pages / for products that are associated with selected feature values
  • this version of module requires its reinstallation (do not worry, module will remember all its settings)

3.7.2

  • added support of displayOrderConfirmation hook in prestashop 1.7.x

3.7.1

  • reorganized order of option fields during creation/edit process of created contents

3.7.0

  •  added feature to display module only one "prices drop" page (a page where prestashop displays list of currently discounted products)

3.6.9

  •  added improvements to module usage in prestashop 1.7.7.0

3.6.8

  • added new feature to exclude block appearance from all product pages

3.6.7

  • added improvements to appearance of list of blocks
  • from now near each block you can find its ID number
  • added imporovements to hbox model to return correct language version of block

3.6.6

  •  added improvements to avoid notifications about missing variable hide_by_geolocation

3.6.5

  •  added improvements to identification users origin

3.6.4

  • added improvements to module features
  • from now you can create block for users from selected countries
  • feature is based on prestashop's geolocation tool that uses maxmind geolocation databases
  • this version of the module requires its reinstallation (do not worry - module will remember all its settings and blocks)

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