Modif du 01/03/2023 sur fiches produit

This commit is contained in:
2023-03-01 19:59:54 +01:00
parent 08938b3c27
commit 864056f967
2 changed files with 21 additions and 21 deletions

View File

@@ -1,17 +1,17 @@
<?php <?php
return array( return array(
'Delivery' => 'Livraison', '7/7 Customer Service' => 'Service clients',
'Free from 30€' => 'Gratuite à partir de 30€*', 'Benefits' => 'Service client',
'7/7 Customer Service' => 'Service Client 7/7j', 'Complete refund' => 'Remboursement intégral',
'+33 (0) 298 571 040' => '0 298 571 040',
'10:00/12:00 a.m. 2:00/7:00 p.m.' => '10H-12H 14H-19H',
'Payments' => 'Paiements',
'Credit card - PayPal' => 'CB - PayPal - Chèque', 'Credit card - PayPal' => 'CB - PayPal - Chèque',
'Exchange or recovery' => 'Echange ou reprise', 'Customer benefits' => '06 14 22 90 17',
'Delivery' => 'Livraison',
'Exchange' => 'Reprise garantie', 'Exchange' => 'Reprise garantie',
'Benefits' => 'Avantages client', 'Exchange or recovery' => 'Echange ou reprise',
'Customer benefits' => 'Offres exclusives', 'Free from 30€' => 'Gratuite à partir de 80€*',
'Horaires' => '10h-12h 14h-18h',
'Payments' => 'Paiements',
'Satisfied or refunded' => 'Satisfait - remboursé', 'Satisfied or refunded' => 'Satisfait - remboursé',
'Complete refund' => 'Remboursement intégral' 'Téléphone' => '06 14 22 90 17',
); );

View File

@@ -1,10 +1,10 @@
<div class="reinsurance"> <div class="reinsurance">
<ul> <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="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="+33 (0) 298 571 040" d='reinsurance.fo.default'}</span><br />{intl l="10:00/12:00 a.m. 2:00/7:00 p.m." 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='Payments' d='reinsurance.fo.default'}</h4><p>{intl l='Credit card - PayPal' 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='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> <!-- <li><h4>{intl l='Benefits' d='reinsurance.fo.default'}</h4><p>{intl l='Customer benefits' d='reinsurance.fo.default'}</p></li>-->
<li><h4>{intl l='Satisfied or refunded' d='reinsurance.fo.default'}</h4><p>{intl l='Complete refund' d='reinsurance.fo.default'}</p></li> <li><h4>{intl l='Satisfied or refunded' d='reinsurance.fo.default'}</h4><p>{intl l='Complete refund' d='reinsurance.fo.default'}</p></li>
</ul> </ul>
</div> </div>