Today I want to show you little trick related to module which displays shop contacts information in your footer. This guide is based on PrestaShop 1.6 but it will work also in 1.5 and older releases of PS engine. So, let me explain what we trying to achieve ;) This tiny module allows to display store informations in footer section, you can fill form (on module configuraiton page) with credentials of your company. As you can see on image below in front office there is no line breaks for address field. In this guide i will show you how easily you can add line breaks to the front office view.
Block contact infos module, configuration page and front office view

Modification of module template file
In this case we have to modify module template file named blockcontactinfos.tpl. So, please open this module file (if exists, open file from themes directory themes/default-bootstrap/modules/blockcontactinfos/blockcontactinfos.tpl) and instead of original (default) code:
<i class="icon-map-marker"></i>{$blockcontactinfos_company|escape:'html':'UTF-8'}{if $blockcontactinfos_address != ''}, {$blockcontactinfos_address|escape:'html':'UTF-8'}{/if}
use this one:
<i class="icon-map-marker"></i>{$blockcontactinfos_company|escape:'html':'UTF-8'}{if $blockcontactinfos_address != ''}, <br />{$blockcontactinfos_address|nl2br}{/if}
And that's all, your block contact informations will add line breaks exactly as you've got defined in back office:

Article written byMilosz Myszczuk, PrestaShop expert. CEO and founder of the VEKIA interactive agency. Learn more.
If you like this article, support our work!

GPSR Free is a free EU product safety module for PrestaShop. Show manufacturer contact, EU responsib...

GPSR Enterprise is a complete GPSR compliance module for PrestaShop. Cascade mapping for manufacture...
69.99 €
99.99 €

Show trusted product specialists on every PrestaShop product page. Assign them by product, category,...
49.99 €

Omnibus Directive Pro module for PrestaShop. It records price history and displays the lowest 30-day...
39.99 €