2 jours
Ok, trouvé.
Remplacez les lignes 782 à 791 de /classses/order/OrderHistory.php.
Par:
Remplacez les lignes 782 à 791 de /classses/order/OrderHistory.php.
Par:
CODE
if($order->id_carrier && $order->shipping_number) {
// Don't remove these comments: they are used for translations
$topic = /* Mail::sendCore(1, 'in_transit',*/Mail::l('Package in transit', (int)$order->id_lang)/*)*/;
$result['template'] = $result['template'] ?: 'in_transit';
}
else {
// Don't remove these comments: they are used for translations
$topic = /* Mail::sendCore(1, 'shipped',*/Mail::l('Your order has been shipped', (int)$order->id_lang)/*)*/;
$result['template'] = $result['template'] ?: 'shipped';
}