Ajout du module OrderStatusNotify

This commit is contained in:
2020-05-14 14:58:49 +02:00
parent 69385ce6d6
commit d3e8302015
22 changed files with 2793 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
return array(
'Order status notification' => 'Order\'s status change notification',
'Home' => 'Home',
'Tools' => 'Tools',
'To notify' => 'Notify to customer',
'Status' => 'Order status',
'Status list' => 'Order status list',
'Purpose of feature' => 'Please select order status you want to notify the customer : an email will be sent when the order will get to this status.',
'Change on your order %ref on %store_name' => 'Change on your order %ref on %store_name',
'Hello, your order has just changed to' => 'Hello, your order has just changed to status : ',
);

View File

@@ -0,0 +1,12 @@
<?php
return [
'Order status notification' => 'Notifier des changements de statut',
'Home' => 'Accueil',
'Tools' => 'Outils',
'To notify' => 'A notifier au client',
'Status' => 'Statut de la commande',
'Status list' => 'Liste des statuts de commande',
'Purpose of feature' => 'Veuillez sélectionner les statuts de commande pour lesquels vous souhaitez notifier le client : dès que la commande passera dans ce statut, un email sera envoyé au client.',
'Change on your order %ref on %store_name' => 'Evolution sur votre commande %ref sur le site %store_name',
'Hello, your order has just changed to' => 'Bonjour, votre commande vient de passer à l\'état : ',
];