[07/03/2025] Utilisation d'une variable globale pour le téléphone, dans le bandeau et les fiches produit
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<div class="reinsurance">
|
||||
<ul>
|
||||
<li><h4>{intl l="Delivery" d='reinsurance.fo.default'}</h4><p>{intl l="Free from 30€" d='reinsurance.fo.default'}</p></li>
|
||||
<li><h4>{intl l="7/7 Customer Service" d='reinsurance.fo.default'}</h4><p><span class="phone">{intl l="Téléphone" d='reinsurance.fo.default'}</span><br />{intl l="Horaires" d='reinsurance.fo.default'}</p></li>
|
||||
<!--<li><h4>{intl l="7/7 Customer Service" d='reinsurance.fo.default'}</h4><p><span class="phone">{intl l="Téléphone" d='reinsurance.fo.default'}</span><br />{intl l="Horaires" d='reinsurance.fo.default'}</p></li>//-->
|
||||
<li><h4>{intl l="7/7 Customer Service" d='reinsurance.fo.default'}</h4><p><span class="phone">{config key="telephone_boutique"}</span><br />{intl l="Horaires" d='reinsurance.fo.default'}</p></li>
|
||||
<li><h4>{intl l='Payments' d='reinsurance.fo.default'}</h4><p>{intl l='Credit card - PayPal' d='reinsurance.fo.default'}</p></li>
|
||||
<li><h4>{intl l='Exchange or recovery' d='reinsurance.fo.default'}</h4><p>{intl l='Exchange' d='reinsurance.fo.default'}</p></li>
|
||||
<!-- <li><h4>{intl l='Benefits' d='reinsurance.fo.default'}</h4><p>{intl l='Customer benefits' d='reinsurance.fo.default'}</p></li>-->
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
{if not $store_name}{assign var="store_name" value={intl l='Thelia V2'}}{/if}
|
||||
{if not $store_description}{assign var="store_description" value={$store_name}}{/if}
|
||||
|
||||
{assign var="telephone_abrege" value={config key="telephone_boutique"}}
|
||||
{$telephone_abrege = {$telephone_abrege|substr:1|replace:' ':''}}
|
||||
|
||||
{* paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither *}
|
||||
<!--[if lt IE 7 ]><html class="no-js oldie ie6" lang="{$lang_code}"> <![endif]-->
|
||||
<!--[if IE 7 ]><html class="no-js oldie ie7" lang="{$lang_code}"> <![endif]-->
|
||||
@@ -141,7 +144,7 @@
|
||||
<div class="telephone">
|
||||
<span class="phonealign glyphicon glyphicon-phone"> </span>
|
||||
<span class="phonealign phonenumber">
|
||||
<a href="tel:+33631903251" title="phone">Service client : 06 31 90 32 51</a>
|
||||
<a href="tel:+33{$telephone_abrege}" title="phone">Service client : {config key="telephone_boutique"}</a>
|
||||
</span><br />
|
||||
<span class="phonetext"><b>OUVERT 7/7j</b> 10H/12H 14H/18H</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user