Ronny Zambrano Posted June 30, 2017 Share Posted June 30, 2017 Buenas estoy configurando el BackOffice de un modulo y quiero que aparezca un mensaje al modificar datos. Realiza la acción pero no muestra errores, que puedo hacer. Código de guardado function saveDate() { if(Tools::getIsset('savedate')) { $res = Configuration::updateValue('tinvalor', Tools::getValue('tinvalordato')); if($res) return $this->displayConfirmation($this->l('Actualización correcta')); else return $this->displayError($this->l('Comprobar datos')); } } 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