[-] FO : #PSCFV-2149 : Front office translations are connected width sprintf()

This commit is contained in:
lLefevre
2012-05-11 14:25:25 +00:00
parent 6da951e85a
commit fff6a52a61
23 changed files with 153 additions and 294 deletions
@@ -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))