BeRoots Posted November 2, 2016 Share Posted November 2, 2016 Hello I want to create and display success messages in my module form into the prestashop 1.6 backend. If anyone have an idea about a way to make this. A method like Tools::displayError()... Thank in advance.... Link to comment Share on other sites More sharing options...
rocky Posted November 3, 2016 Share Posted November 3, 2016 Try: $this->displayConfirmation($this->l('Your confirmation message')); 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