[-] FO : FixBug #PSCFV-9879 Email confirmation message not present
This commit is contained in:
@@ -114,6 +114,8 @@ class OrderDetailControllerCore extends FrontController
|
||||
if (Tools::getValue('ajax') != 'true')
|
||||
Tools::redirect('index.php?controller=order-detail&id_order='.(int)$idOrder);
|
||||
|
||||
$this->context->smarty->assign('message_confirmation', true);
|
||||
|
||||
}
|
||||
else
|
||||
$this->errors[] = Tools::displayError('Order not found');
|
||||
|
||||
Reference in New Issue
Block a user