Ver tradução

Prestashop Bloco de HTML Pro

HTML Box Pro - é atualmente o melhor módulo PrestaShop personalizado de HTML, JS e CSS.

Com este complemento, você obtém controle total sobre seus conteúdos personalizados em sua loja PrestaShop. Adicione perfeitamente qualquer tipo de código HTML, JavaScript ou CSS personalizado a todos os hooks disponíveis - mesmo os não padrão. Com este plugin, você pode inserir scripts de rastreamento (como Google Analytics e Meta Pixel) ou aplicar estilos personalizados, scripts multimídia, imagens, vídeos etc. 

Versão da loja 9.x, 8.x, 1.7.x, 1.6.x, 1.5.x, 1.4.x Suporte ao PrestaShop 8.0 Yes :-)
Traduções disponíveis
Versão do módulo 3.9.9.7
Funciona com ThirtyBees Sim
Ajuda pública e discussões Discussão no fórum aberto
  • Desenvolvedor confiável do módulo Bloco de HTML Pro
  • Suporte ao módulo Bloco de HTML Pro
  • Atualizações gratuitas do módulo Bloco de HTML Pro
  • Código aberto - você pode editar o código do módulo Bloco de HTML Pro
  • Módulo Bloco de HTML Pro funciona com PrestaShop 1.7
  • Módulo Bloco de HTML Pro funciona com PrestaShop 1.6
  • Módulo Bloco de HTML Pro funciona com PrestaShop 1.5
  • Módulo Bloco de HTML Pro funciona com PrestaShop 1.5
  • Módulo Bloco de HTML Pro funciona com PrestaShop 8.0

Mais: Prestashop Bloco de HTML Pro

Quer adicionar informações personalizadas, HTML, JavaScript ou CSS num local específico na sua loja PrestaShop, mas não sabe como? Este módulo torna isso possível em segundos! Este addon poderoso e versátil para PrestaShop permite-lhe inserir qualquer código do lado do cliente exatamente onde precisa. O HTML Box Pro suporta mais de 20 locais dentro da sua loja. Crie blocos personalizados com texto, imagens ou widgets de redes sociais de plataformas como Facebook (plugin Facebook Like Box), Twitter, Pinterest, Allegro, Aukro, Śwista e muito mais. Adicionar o seu próprio conteúdo é incrivelmente simples graças ao painel de gestão intuitivo e amigável. Qualquer pessoa pode fazê-lo em apenas alguns segundos.

Bloco de HTML para PrestaShop: Adicione HTML, CSS e JavaScript em Qualquer Lugar

Módulo de Bloco de HTML para PrestaShop Módulo de Bloco de HTML para PrestaShop Módulo de Bloco de HTML para PrestaShop

Configuração Fácil
A interface permite uma configuração de blocos e gestão do módulo de forma fácil.

Controle a Visibilidade do Bloco
Defina a visibilidade do bloco com base em vários critérios, como produtos, categorias, páginas CMS e mais.

Reorganize com Arrastar e Soltar
Reposicione facilmente os blocos usando a interface intuitiva de arrastar e soltar.

Módulo de Bloco de HTML para PrestaShop Bloco de HTML - Editor Amigável Módulo de Bloco de HTML para PrestaShop - Suporte Multilíngue
Suporta Todas as Tags
Utilize quaisquer tags HTML, CSS e JavaScript. O único limite é a sua imaginação!
Editor Amigável

Não sabe programar? Sem problemas! O módulo oferece um editor de texto amigável que gera o código por si.

Suporte Multilíngue

Faça a gestão de múltiplas versões de idioma com facilidade. Crie blocos em qualquer idioma!

Principais Funcionalidades do HTML Box Pro:

  • Adicione qualquer texto, imagens, vídeos ou código HTML, JavaScript e CSS em qualquer lugar da sua loja. Isto significa que pode inserir praticamente qualquer coisa exatamente onde quiser. O módulo suporta HTML5, HTML, CSS2, CSS3, JavaScript, jQuery, MooTools e mais.
  • Use o editor WYSIWYG ou escreva o código diretamente.
  • Escolha entre mais de 20 locais para direcionar o seu conteúdo com precisão.
  • Adicione código único em múltiplos locais - exiba conteúdo diferente em cada área designada.

Usando Variáveis no Seu Código

Uma vantagem significativa deste módulo é o seu suporte a variáveis. Variáveis são sequências de caracteres específicas que são substituídas pelos valores correspondentes na sua página web. Isto é particularmente útil para implementar códigos de rastreamento e outros elementos dinâmicos. Abaixo está uma lista das variáveis disponíveis com breves explicações:

VariávelDescriçãoLimitações
{smartyTemplate:XXX} Insere o conteúdo de um ficheiro .tpl do Smarty criado dentro do módulo usando o gestor de templates. XXX representa o nome do seu template criado. Nenhuma, esta variável está globalmente disponível.
{current_url} Substituído pelo URL completo da página atualmente visualizada. Nenhuma, esta variável está globalmente disponível.
{currency_iso} Substituído pelo código ISO da moeda atual (ex: USD, EUR, PLN, BRL). Nenhuma, esta variável está globalmente disponível.
{id_customer} Substituído pelo ID do cliente com sessão iniciada. Disponível apenas quando um cliente tem a sessão iniciada.
{email_customer} Substituído pelo endereço de e-mail do cliente com sessão iniciada.
{customer_firstname} Substituído pelo primeiro nome do cliente com sessão iniciada.
{customer_lastname} Substituído pelo apelido do cliente com sessão iniciada.
{id_category} Substituído pelo ID da categoria atualmente visualizada. Disponível apenas em páginas de categoria.
{name_category} Substituído pelo nome da categoria atualmente visualizada.
{path_array_category} Substituído pelo caminho completo da categoria (incluindo categorias-pai), ex: 'Início', 'Mulher', 'Vestidos', 'Vestidos de Festa'.
{HOOK:hook_name} Substituído pelo conteúdo gerado pelo hook especificado. Por exemplo: {HOOK:leftColumn}, {HOOK:rightColumn}, {HOOK:footer}, {HOOK:displayTop}, etc. Pode ser usado em qualquer página a qualquer momento.
{HOOK:(1):(2)} Chama um módulo específico (2) associado a um hook específico (1). Exemplo: {HOOK:displayProductFooter:productcomments} Pode ser usado em qualquer lugar.
{id_product} Substituído pelo ID do produto atualmente visualizado. Disponível em páginas de produto e listas de produtos (em hooks onde o ID do produto é fornecido).
{id_product_attribute} Substituído pelo ID do atributo do produto, se definido.
{product_name} Substituído pelo nome do produto.
{product_ean13} Substituído pelo código EAN13 do produto.
{product_isbn} Substituído pelo código ISBN do produto.
{manufacturer_name} Substituído pelo nome do fabricante do produto.
{product_price_tax_incl} Exibe o preço do produto com impostos (IVA) incluídos. Disponível em páginas de produto e listas de produtos (em hooks onde o ID do produto é fornecido).
{product_price_tax_incl_no_currency} Exibe o preço do produto com impostos (IVA) incluídos, sem o símbolo da moeda.
{product_price_tax_excl} Exibe o preço do produto sem impostos (IVA).
{product_price_tax_excl_no_currency} Exibe o preço do produto sem impostos (IVA), sem o símbolo da moeda.
{product_price_tax_incl*X} Exibe o preço do produto (com ou sem IVA) multiplicado por X, onde X é um valor numérico (ex: 1.5, 10, 0.22, 2.1).
{product_price_tax_excl*X}
{cart_products_id} Substituído pelos IDs dos produtos atualmente no carrinho. Globalmente disponível apenas quando o carrinho não está vazio.
{cart_total} Substituído pelo total do carrinho como um número (sem moeda).
{cart_total_with_currency} Substituído pelo total do carrinho na moeda atualmente selecionada.
{order_id} Substituído pelo ID único do pedido (não o número de referência). Utilizável em páginas de confirmação de pedido.
{order_currency_iso_code} Substituído pelo código ISO da moeda do pedido.
{order_total_paid} Substituído pelo valor total pago pelo pedido.
{order_total_paid_tax_incl} Substituído pelo valor total pago pelo pedido, com IVA incluído.
{order_total_paid_tax_excl} Substituído pelo valor total pago pelo pedido, sem IVA.
{order_total_products_tax_included} Substituído pelo valor total de todos os produtos no pedido, com IVA incluído.
{order_total_products_tax_excluded} Substituído pelo valor total de todos os produtos no pedido, sem IVA.
{order_products_id} Substituído por uma lista de IDs de produtos encomendados pelo cliente (útil para o parâmetro content_ids do Pixel do Facebook).

Exemplos de Uso do Módulo:

  • Adicione uma Caixa de Curtir do Facebook em áreas-chave da sua loja, como as colunas esquerda/direita, rodapé, secções da página inicial, etc.
  • Integre botões de redes sociais (Gosto do Facebook, Twitter, Pinterest) e outros widgets nas páginas de produto.
  • Exiba avisos importantes em blocos proeminentes colocados onde quiser. Por exemplo, informe os clientes sobre feriados futuros, atualizações de stock ou promoções dentro do carrinho ou no processo de checkout.
  • Adicione praticamente qualquer coisa, em qualquer lugar que desejar.

Especificações do Módulo HTML Box Pro:

Funcionalidades/Especificações

Módulo HTML Box Pro para PrestaShop

Locais de Instalação (Hooks) Todos os Hooks Disponíveis
Pode utilizar todos os hooks definidos no módulo.
Número de Blocos de Código Utilizáveis Ilimitado
(Tantos quantos forem os locais)
Editor WYSIWYG
Gestor de Templates Smarty
Hooks Disponíveis 20+
Suporte a Hooks Personalizados
Limite de Hooks Personalizados Sem Limite
Use um número ilimitado de hooks personalizados.
Dicionário/Definições de Hooks
Shortcode {htmlboxpro:XX} para Páginas CMS
(Requer o módulo gratuito CMS Products )
Exibir Apenas para Utilizadores com Sessão Iniciada
Exibir Apenas para Utilizadores sem Sessão Iniciada
Exibir para Todos os Utilizadores
Exibir Apenas em Páginas SSL
Exibir Apenas na Página Inicial
Exibir em Páginas de Produtos Específicos
Excluir de Páginas de Produtos Específicos
Exibir para Produtos Acima de um Certo Preço
Exibir em Listas de Produtos para Produtos Acima de um Certo Preço
Exibir para Produtos Abaixo de um Certo Preço
Exibir em Listas de Produtos para Produtos Abaixo de um Certo Preço
Exibir com Base no Estado do Stock do Produto (Em/Fora de Stock)
Exibir para Produtos em Categorias Específicas
Exibir para Produtos de Fabricantes Específicos
Exibir para Produtos de Fornecedores Específicos
Exibir em Páginas CMS Específicas
Exibir em Páginas de Categoria CMS Específicas
Exibir em Páginas de Fabricantes Específicos
Exibir em Páginas de Categoria Específicas
Ocultar de Páginas de Categoria Específicas
Exibir em URLs Específicos
Exibir com Base em Termos de Pesquisa
Agendar Exibição por Data
Agendar Exibição por Dia da Semana
Agendar Exibição por Hora do Dia
Usar Variáveis (ex: {id_customer})

Exemplos de uso do módulo: Prestashop Bloco de HTML Pro

Vídeos associados: Prestashop Bloco de HTML Pro

Avaliações do módulo: Prestashop Bloco de HTML Pro

Avaliações feitas por clientes que compraram este complemento. Se você já comprou este plugin e pretende deixar uma avaliação — receberá um email do shop após 2 semanas da compra. Este email conterá lembrete sobre comentário pendente com link para o formulário
Nota média
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

Perguntas frequentes

Funcionalidade em construção

Posts de blog associados

Bloco de HTML Pro Changelog - informações sobre atualizações

Version 3.9.9.7

  • Added translations for the HTML Box Pro module into the following languages: English, Polish, Spanish, Italian, French, Czech, German, Danish, Finnish, Indonesian, Hungarian, Croatian, Icelandic, Japanese, Dutch, Norwegian, Portuguese, Romanian, Serbian, Russian, Swedish, Slovenian, Slovak, Ukrainian, Chinese.

Version 3.9.9.6

  • Added improvements to the installation and update process to ensure the database updates correctly.

Version 3.9.9.5

  • Added improvements for module usage in environments based on:
    • MySQL 8.0.13 or newer
    • MariaDB 10.2.1 or newer

Version 3.9.9.4

  • Added improvements to the feature for displaying a box when a customer wants to deliver products to a selected country.

Version 3.9.9.3

  • Added a feature to display custom content for selected delivery addresses.
  • The module will now check the customer's origin based on the delivery address (in customer addresses) or in the cart (for guests using guest checkout).

Version 3.9.9.2

  • Added improvements to the HTML box status change (activate/deactivate individual boxes) to prevent SQL query issues.

Version 3.9.9.1

  • Implemented improvements to the module workflow to ensure compatibility with PrestaShop 9.

Version 3.9.9

  • Added improvements to the module workflow to avoid notifications about missing indexes when a new HTML box is created in a PrestaShop 8.x environment.

Version 3.9.8

  • Added improvements for module usage in a PHP 8.1.x environment to avoid notifications about deprecated variables.

Version 3.9.7

  • Added improvements for module usage in a PHP 8.1 environment to avoid notifications about incorrect variables like ${prefix} (which should be {$prefix} in PHP 8.1).

Version 3.9.6

  • Updated module translations to work properly in PrestaShop 8.x.

Version 3.9.5

  • Added improvements to module appearance based on product associations.

Version 3.9.4

  • Added improvements to module appearance based on supplier associations.

Version 3.9.3

  • Added backward compatibility to ensure the module works correctly in environments based on PHP 7.1.x.

Version 3.9.2

  • Added improvements to the appearance of blocks on category pages.

Version 3.9.1

  • Replaced the old function getIdProductAttributesByIdAttributes with the new getIdProductAttributeByIdAttributes for PrestaShop 8.x.

Version 3.9.0

  • Fixed module installation in PrestaShop 8.x.

Version 3.8.9

  • Added improvements to the module workflow in PrestaShop 8.x to avoid problems with the new hook generation process.

Version 3.8.8

  • Added a new feature to display a box only if a product does NOT have a specific price (is NOT discounted).

Version 3.8.7

  • Added an improvement to the feature that displays custom content only if products in the cart are NOT associated with selected categories.

Version 3.8.6

  • Added improvements to the module workflow in a PHP 8.0 environment.
  • Improved the search tool in PrestaShop 8.x releases.

Version 3.8.5

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

Version 3.8.4

  • Improved module appearance on product lists in the Warehouse theme.

Version 3.8.3

  • Added a new option to display custom content on a product page when the product is out of stock but allowed to be ordered.
  • Added a new option to display custom content on a product page when the product is out of stock and NOT allowed to be ordered.

Version 3.8.2

  • Added improvements to the feature that displays content when the cart contains products from defined categories.

Version 3.8.1

  • Added a feature to display a block only if the cart contains products from defined categories.
  • Added a feature to display a block only if the cart does NOT contain defined products.

Version 3.8.0

  • Added a new feature to display a block only if the cart contains selected products.
  • This version of the module requires reinstallation.

Version 3.7.9

  • Added improvements to the appearance of blocks on product lists (for each product individually) in non-default themes.

Version 3.7.8

  • Added improvements to a recently added feature.

Version 3.7.7

  • Added a new feature to display a created block on category pages and their subcategory pages.

Version 3.7.6

  • Added improvements to the identification process of specific page ID numbers (categories, manufacturers, CMS, CMS categories, products, suppliers).

Version 3.7.5

  • Added improvements to the module workflow in the shop's back office to avoid problems with the "customer" variable (which doesn't exist in the back office).

Version 3.7.4

  • Added improvements to the filter that identifies products by price.

Version 3.7.3

  • Added a new feature to display blocks on product pages for products associated with selected feature values.
  • This version requires reinstallation (settings will be preserved).

Version 3.7.2

  • Added support for the displayOrderConfirmation hook in PrestaShop 1.7.x.

Version 3.7.1

  • Reorganized the order of option fields during the creation/editing process of content blocks.

Version 3.7.0

  • Added a feature to display the module only on the "prices drop" page.

Version 3.6.9

  • Added improvements for module usage in PrestaShop 1.7.7.0.

Version 3.6.8

  • Added a new feature to exclude block appearance from all product pages.

Version 3.6.7

  • Added improvements to the appearance of the block list.
  • The ID number is now displayed next to each block.
  • Improved the hbox model to return the correct language version of a block.

Version 3.6.6

  • Added improvements to avoid notifications about a missing hide_by_geolocation variable.

Version 3.6.5

  • Added improvements to the user origin identification process.

Version 3.6.4

  • Added improvements to module features.
  • You can now create blocks for users from selected countries based on PrestaShop's geolocation tool.
  • This version requires reinstallation (settings will be preserved).

Version 3.6.3

  • Added new variables {order_total_paid_tax_incl} and {order_total_paid_tax_excl} to orderConfirmation hook.

Version 3.6.2

  • Added improvements to appearance of blocks for customer groups.

Version 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.

Version 3.6.0

  • Added improvements to appearance of the blocks for selected cms pages, cms category pages, manufacturer pages.

Version 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}.

Version 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).

Version 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.

Version 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.

Version 3.5.5

  • Added improvements that fixes notifications about missing index "theme_css_dir" on module configuration page under the "global settings" tab.

Version 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.

Version 3.5.3

  • Added fixes to smarty templates editor, there was a problem with feature usage in new prestashop 1.7.6.2.

Version 3.5.2

  • Added improvements to module code in template files (html.tpl).

Version 3.5.1

  • Added improvements to appearance of module's editor - added missing icons.

Version 3.5.0

  • Added improvements to rich text editor in prestashop 1.7.6.x.

Version 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.

Version 3.4.8

  • Added improvements to Spanish translations.

Version 3.4.7

  • Added improvements to module usage in prestashop 1.7.6.x.

Version 3.4.6

  • Added feature to find products, manufacturers, categories, cms pages, cms page categories.
  • Added improvements to module's updates checker feature.

Version 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.

Version 3.4.4

  • Added fix to white page in prestashop 1.7.x when you try to reach the module configuration page.

Version 3.4.3

  • Added missing translations.

Version 3.4.2

  • Added improvements to smarty template editor feature.

Version 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.

Version 3.4.0

  • Added feature to switch the shop where the created block will appear. Useful for multistore shops.

Version 3.3.9

  • Added improvements to module usage in prestashop 1.7.x.

Version 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.

Version 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.

Version 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.

Version 3.3.5

  • Added feature to display block only if viewed product (product page or on list of products) is in stock.

Version 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.

Version 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.

Version 3.3.2

  • Added minor code optimization.
  • Changed installation function of tables in database, it has less code now than before.

Version 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

Version 3.3.0

  • Removed custom hook acidentally included to module package with recent module upgrade.

Version 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).

Version 3.2.8

  • Added feature to display block only if viewed product is out of stock.
  • Added new variable to use {product_name}.

Version 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).

Version 3.2.6

  • Added {id_product_attribute} variable to product pages.

Version 3.2.5

  • Added improvements to previously added feature to display product price.
  • It can be used on product page too.

Version 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).

Version 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.

Version 3.2.2

  • Added improvements to save process of tags.

Version 3.2.1

  • Added improvements to extended tinymce editor.

Version 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).

Version 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).

Version 3.1.8

  • Added missed translation files.

Version 3.1.7

  • Added improvements to extended editor to support ‹div› elements inside ‹a› elements.

Version 3.1.6

  • Added improvements to hook execution process (shortcode to run hook or other modules in hook).

Version 3.1.5

  • Added support of new hooks displayLeftColumnProduct and displayRightColumnProduct.
  • Improved workflow of feature to show contents for logged / unlogged customers.

Version 3.1.4

  • Improved rich text editor, it supports "" tag properly, so you can include your css file well.

Version 3.1.3

  • Updated save process of groups (if you want to show block only for selected groups of customers).

Version 3.1.2

  • Updated internal rich text editor, added better support of some not frequently used html tags.

Version 3.1.1

  • Updated the way of how module generates internal modules' rich text editor.

Version 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}.

Version 3.0.9

  • Added improvements to feature to display blocks on: homepage only, cms pages, category pages, product pages.

Version 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.

Version 3.0.7

  • Added fixes to module workflow in PHP 5.6.x related to identification of arrays / objects.

Version 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.

Version 3.0.5

  • Regenerated default hook functions in the module to make it work properly with some positions like:
  • displayFooterProduct
  • displayProductTab
  • displayProductTabContents
  • displayRightColumn

Version 3.0.4

  • Added fixes to save blok with option "display on homepage only".

Version 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.

Version 3.0.2

  • Added improvements to module design when multistore is active.

Version 3.0.1

  • Removed support of hook displayPaymentEu in prestashop 1.7.x because this module is not a payment module.

Version 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.

Version 2.8.7

  • Added new variable to use {current_url}.

Version 2.8.6

  • Added fixes related to language.

Version 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 also support extended rich text editor module tinymce pro
  • Updated feature that allows to check if new version of module is available.

Version 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}.

Version 2.8.3

  • Added fixes to recently released version of the prestashop 1.6.1.9.
  • Added full support of PrestaShop 1.7.x.

Version 2.8.2

  • Possibility to use module on selected cms category pages only.
  • Added feature to display module only on order confirmation page.

Version 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}.

Version 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.

Version 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.

Version 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.

Version 2.7.9.3

  • Added fixes to blocks save process in PrestaShop 1.5.x and 1.4.x.

Version 2.7.9.2

  • Added fixes to recent feature that accidentally displays "a" letter after / before the block.

Version 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).

Version 2.7.9

  • Added feature to display block only if viewed product is associated with selected manufacturer.

Version 2.7.8.1

  • PHP7 support fixes.

Version 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.

Version 2.7.7

  • Added French translations improvements.

Version 2.7.6

  • Added fixes for "notification" appearance while shop owners configure the module.

Version 2.7.5

  • Better module installation process.

Version 2.7.4

  • Fixes for regeneration process of new hooks.

Version 2.7.3

  • Fixes for tinymce rich text editor.

Version 2.7.2

  • Added fixes to new feature to define blocks for search pages.

Version 2.7.1

  • New feature in module to create blocks that will appear only if someone will search for selected phrases.

Version 2.7.0

  • Fixes related to appearance of blocks for selected customer groups.

Version 2.6.9

  • Added fixes related to additonal languages that you added after module installation. Now module should update the blocks properly.

Version 2.6.8

  • Started logging changes in the module using a changelog.
  • Fixes for the new hooks creation form.