Knowband Blog | Ecommerce Modules

Step-by-Step Guide for Adding Custom HTML Block in PrestaShop

Why should we add a custom HTML block on our PrestaShop Store?

Adding a custom HTML block in PrestaShop website can enhance its functionality or overall style by allowing the store owners to include custom texts, images, links, or other HTML elements to the website and these blocks can be added to showcase different content on different controllers or pages. 

The process of adding a custom HTML block in PrestaShop store is similar for all the versions.

To add a custom block, we will use a Custom Module in the PrestaShop store.

Why a Custom Module?

Flexibility and tighter integration within an online store are two major advantages of creating a bespoke HTML block using a specific PrestaShop module and this strategy works especially well when store owners have specific criteria that the pre-existing modules do not meet, or when adding new functionality without modifying the platform’s core files is desired.

By choosing to create a custom module, PrestaShop store owners can precisely tailor the look and feel of their eCommerce environment to match their marketing objectives and customer interaction strategies and this customization enables further personalization of the user experience, which may increase customer satisfaction and loyalty and along with that it gives business owners the flexibility to swiftly adapt to shifting market trends and maintain a competitive edge by including unique features that raise customer satisfaction and operational efficiency.

Below is a step-by-step guide on how to create and use a custom HTML block in PrestaShop store:-

Step 1: Make Basic Files and Module Directory

  1. Add a Fresh Directory: Navigate to the PrestaShop installation’s modules directory and create a new folder named ‘myhtmlblock’.
  2. PHP Main File: Please create a file called ‘myhtmlblock.php’ inside this directory. This file will contain the main class of your module.

Step 2: Code Your Module

Open ‘myhtmlblock.php’ and add the following PHP code to define your module:

 

Also make sure that in each and every folder of the HTML Module, there is a file named ‘index.php’ having below code:

 

Step 3: Add a Template File

Create a folder structure within the module directory like this: views/templates/hook and inside the hook directory, create a file named ‘displayHome.tpl’:

 

Please note that, at the beginning of the Template file, a comment on the file path and its name has been added to show the same in the HTML content of your store.

Step 4: If desired, include a Configuration Page

If the store owner wants to make the HTML content configurable from the admin panel then they will need to implement a configuration form in the ‘getContent()’ method of your module class and as a result, the admin or store owner will be able to change the HTML text without changing the code.

Step 5: Installing the Module

 

Step 6: Place the Module on Other Hooks (Optional)

The custom HTML block in Prestashop will need to be displayed in several places throughout the PrestaShop website, thus we will need to change the module’s ‘install()’ method to register multiple hooks. Every hook has a designated spot on the website where content can be shown.

Typical hooks include the following:

Step 7: Test Your Module

After installation, go to the homepage of your site to see your new custom HTML block in action.

 

If you added a configuration form, try changing the HTML block content through the PrestaShop back office to see if it updates correctly.

This approach gives you full control over what your module does and where it appears within your PrestaShop site, making it a powerful way to customize your store’s functionality and design.

In case you have queries/suggestions, you can reach out to our technical support portal at our email address support@knowband.com.

Take a look at our bestseller module One Page Supercheckout for Prestashop and Opencart Android and iOS Mobile App Builder Plugin here and you can enhance the product visuals on your store using the Prestashop Product Designer/Customizer addon.

Also, you can watch our latest videos here: