jairo-jnf Posted December 31, 2018 Share Posted December 31, 2018 (edited) Buenas a todos, soy nuevo por aquí y he decidido animarme porque tengo un problema que me esta volviendo loco. He aquí lo que estoy intentando. public function hookActionAuthentication($params) { if(!$this->validateCaptcha()) { $context = Context::getContext(); // Alert que nunca se muestra. $context->controller->registerJavascript( 'module-eicaptcha-addcaptcha', 'modules/'.$this->name.'/views/js/add-captcha.js' ); // Invalid captcha? // loguout the current user. $params['customer']->logout(); $context->controller->errors[] = $this->l('Please validate the captcha field before submitting your request'); } } En el hook hookActionAuthentication estoy intentando registrar un javascript para mostrar un alert (en plan prueba) en el formulario de login de manera condicionada, lo triste es que este alert nunca se muestra. Espero ser conocedor pueda ayudarme y agradecido de antemano, saludos Edited December 31, 2018 by jairo-jnf Ortografía (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now