File: /home4/cca63905/public_html/nueva/themes/probusiness/modules/ps_contactinfo/nav.tpl
{*
* 2007-2022 ETS-Soft
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs, please contact us for extra customization service at an affordable price
*
* @author Alvaro gallardo <gallardo.galvez@gmail.com>
* @copyright 2023 AGt
* @.................
* Web www.casaslaguna.cl
*}
<div id="_desktop_contact_link">
<div id="contact-link" class="shop_text_nav">
<i aria-hidden="true" class="fa fa-phone-square"></i>
<div class="shop_text_nav_config">
{if $contact_infos.phone}
{l s='[1]%phone%[/1] +569 47871138 / +569 37149598 / +569 59729034' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%phone%' => $contact_infos.phone ] d='Shop.Theme.Actions' }
{else}
{if isset($tc_config)}
<a href="tel:{$tc_config.BLOCKCONTACTINFOS_PHONE|escape:'html':'UTF-8'}"><span>{$tc_config.BLOCKCONTACT_LABEL_PHONE|escape:'html':'UTF-8'}</span></a>
{/if}
{l s='<b> + 569 4787 1138 / + 569 3714 9598 / + 569 5972 9034 </b> ' d='Shop.Theme.Actions' }
{/if}
</div>
</div>
</div>