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!

Charge or reward customers by payment method in PrestaShop. Apply automatic discounts or surcharges ...
49.99 €

Quote Enterprise is an enterprise-class quote-to-order module for PrestaShop: customers request offe...
89.99 €
149.99 €

Turn one-time buyers into loyal, repeat customers with a prepaid wallet that keeps their money in yo...
59.99 €

Show or hide payment methods at checkout with powerful rule-based policies. Build AND/OR conditions ...
79.99 €
129.99 €