[-] FO : #PSCFV-2149 : Front office translations are connected width sprintf()
This commit is contained in:
@@ -63,8 +63,8 @@ class GuestTrackingControllerCore extends FrontController
|
||||
$this->errors[] = Tools::displayError('There is no account associated with this e-mail address');
|
||||
else if (Customer::customerExists($email, false, true))
|
||||
{
|
||||
$this->errors[] = Tools::displayError('Your guest account has already been transformed into a customer account.
|
||||
Please log-in to your customer account to view this order, this section is reserved for guest accounts');
|
||||
$this->errors[] = Tools::displayError('Your guest account has already been transformed into a customer account.').' '.
|
||||
Tools::displayError('Please log-in to your customer account to view this order, this section is reserved for guest accounts');
|
||||
$this->context->smarty->assign('show_login_link', true);
|
||||
}
|
||||
else if (!Validate::isLoadedObject($order))
|
||||
|
||||
Reference in New Issue
Block a user