Text block module
The module “Text block” allows you to add text to any Prestashop front-end shop location. Just write some text (add image, etc.) with TinyMCE, copy special code and paste it where you wish it to appear in Prestashop’s template. This module supports multi languages text. You can disable/enable text block as well.
If you wish, you can add Prestashop column block style (left, right column), or create new block style with CSS.
Install instruction
The installation of module is very simple. Login to Prestashop admin panel, click on “Modules” tab. Then click “Add a new module” link and upload “Text block” module. After this just click “Install” button and it is done.
Uninstall instruction
Just click uninstall button in “Prestashop“ admin panel / modules.
Manual
You need to insert code in Prestashop templates file.
These files are in root folder/themes/prestashop_themes/file_name.tpl or modules templates file – root folder/modules/modules_name/file_name.tpl
Open one of this template’s files (file_name.tpl) with any text editor (e.g. Notepad), and insert a code.
The place where you insert code will be the place where the text is displayed.
Code description:
- Code: basic text block without any style.
- Code: text block with HTML div and CSS class (style).
- Code: text block with Prestashop templates (basic) column table style.