[-] INSTALLER : Fixed a missing "echo" at Step 3 in the SMTP configuration
[-] BO : Fixed a French hardcoded page (Favorites Views)
[-] BO : Fixed a typo ("Informations" => "Information")
[*] BO : Improved the UI of the Combinations generator and added some explanations - #PSCFV-770
[*] MO : Added a # before the order number in the e-mail sent to the merchant when an order is placed
This commit is contained in:
@@ -333,7 +333,7 @@ class MailAlerts extends Module
|
||||
|
||||
// Filling-in vars for email
|
||||
$template = 'new_order';
|
||||
$subject = $this->l('New order', false, $id_lang).' - '.sprintf('%06d', $order->id);
|
||||
$subject = $this->l('New order', false, $id_lang).' - #'.sprintf('%06d', $order->id);
|
||||
$template_vars = array(
|
||||
'{firstname}' => $customer->firstname,
|
||||
'{lastname}' => $customer->lastname,
|
||||
|
||||
Reference in New Issue
Block a user