blmod Posted February 5, 2011 Share Posted February 5, 2011 This module ”Text block” lets you add text to any Prestashop front end shop location. Just write some text (or add image and etc.) with TinyMCE, copy special code and paste where you wish in Prestashop template. This module support multi languages text. You can disable/enable text block.If you like, you can add Prestashop column block style (left, right column), or create new block style with CSS.More info: http://www.blmodules.com/prestashop-modules/text-block-in-prestashop/Demo: http://demo.blmodules.com/Download Link to comment Share on other sites More sharing options...
finners Posted February 21, 2011 Share Posted February 21, 2011 Hi,I am trying to use this module but I'm having difficultyDo you have a user manual for this - sorry my skills are very basic and I really need a step by step guide - where to insert the code etc...THanks Barry Link to comment Share on other sites More sharing options...
blmod Posted February 21, 2011 Author Share Posted February 21, 2011 hi Finners,thanks for choosing our products.First read read_me.pdf file.If you lost him, you can download from this link:http://blmodules.com/read_me_text_block.pdfyou must insert code in prestashop templates file.These files are in root folder/themes/prestashop_themes/file_name.tplor modules templates file - root folder/modules/modules_name/file_name.tplCopy one of code (example is this): {if $bl_text_block.ID} {$bl_text_block.ID} {/if} Open one of template file (file_name.tpl) with some text redactor (eg. Notepad), and insert code.Where you insert code, there will be displayed text.If you still have a problem - you can send to as server login data and we insert text blocks.http://www.blmodules.com/contact/ or write in forum PM.Code description:1 code: basic text block without style.2 code: text block with html div and css class (style).3 code: text block with prestashop templates (basic) column table style. Link to comment Share on other sites More sharing options...
Recommended Posts