Solved
Edit History
Hi. we don0't want that in the title of email of new order appear the id number of the order, we want appear only the code: JHSAIHASD
If we change the translation of the title we get this:
New order : #%d - %s
If we change it in all the 2 ways we get the title with New Order 2745:
New order %s
New order %d
How we can have the title in this way ? New Order GJSAGJASD
In mailalerts.php we have this string:
sprintf(Mail::l('New order : #%d - %s', $mail_id_lang), $order->id, $order->reference),
Thanks
Hi. we don0't want that in the title of email of new order appear the id number of the order, we want appear only the code: JHSAIHASD
If we change the translation of the title we get this:
New order : #%d - %s
If we change it in all the 2 ways we get the title with New Order 2745:
New order %s
New order %d
How we can have the title in this way ? New Order GJSAGJASD
In mail.php we have this string:
sprintf(Mail::l('New order : #%d - %s', $mail_id_lang), $order->id, $order->reference),
Thanks
Hi. we don0't want that in the title of email of new order appear the id number of the order, we want appear only the code: JHSAIHASD
If we change the translation of the title we get this:
New order : #%d - %s
If we change it in all the 2 ways we get the title with New Order 2745:
New order %s
New order %d
How we can have the title in this way ? New Order GJSAGJASD
Thanks