Rajout d'un commentaire sur le mode de paiement "Virement bancaire"
This commit is contained in:
@@ -6,4 +6,5 @@ return array(
|
||||
'Bank information parameters have not been defined.' => 'Bank information parameters have not been defined.',
|
||||
'IBAN (International Bank Account Number)' => 'IBAN (International Bank Account Number)',
|
||||
'Wire transfer configuration' => 'Wire transfer configuration',
|
||||
'Texte complement' => '(shipped when payment received)',
|
||||
);
|
||||
|
||||
@@ -6,5 +6,5 @@ return array(
|
||||
'Bank information parameters have not been defined.' => 'Les paramètres bancaires n\'ont pas été définis',
|
||||
'IBAN (International Bank Account Number)' => 'IBAN (International Bank Account Number)',
|
||||
'Wire transfer configuration' => 'Informations de virement',
|
||||
'Mention' => 'blabla',
|
||||
'Texte complement' => '(expédition dès réception du paiement)',
|
||||
);
|
||||
|
||||
@@ -336,11 +336,13 @@
|
||||
<img src="{$IMAGE_URL nofilter}" alt="{intl l="Pay with %module_title" module_title={$TITLE}}">
|
||||
{/loop}
|
||||
{$TITLE}
|
||||
{if $TITLE|strstr:'virement'}
|
||||
<span style="font-style: italic; font-weight: normal">{intl l="Texte complement" d="wiretransfer"}</span>
|
||||
{/if}
|
||||
</label>
|
||||
{hook name="order-invoice.payment-extra" module={$paymentModuleId}}
|
||||
</li>
|
||||
{/loop}
|
||||
<p style="text-align:left; font-style:italic; padding-left:30px">{intl l="Mention" d="wiretransfer"}</p>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user