rafz Posted February 8, 2017 Share Posted February 8, 2017 (edited) Hello guys, I wanna to know how I would make to add a new notify in the back-office (icon envelope), after to send a form in front-office, I would receive this notify. Can someone help me pls? Thanks advanced! Edited February 8, 2017 by rafz (see edit history) Link to comment Share on other sites More sharing options...
rafz Posted February 8, 2017 Author Share Posted February 8, 2017 Hi, Try to use hooks: backOfficeTop backOfficeHeader backOfficeFooter backOfficeHome Thanks! But, the message should only appear if the form was sent, so first of all I need to confirm that the form was sent, for example: registering the data inside the database, and then whenever there is a new data, it will present a Notification within the back-office, do you understand? How could I present this notice in the back office, saying for example: "You have a new budget request". Can someone help me? Link to comment Share on other sites More sharing options...
rafz Posted February 8, 2017 Author Share Posted February 8, 2017 I have a module that can help you. The module's sending request from product page. I think this module will do the job : http://ndiagasoft.com/index.php?id_product=12&controller=product Good, I'll take a look and see what I can do, anyway, thank you for making your module available Link to comment Share on other sites More sharing options...
rafz Posted February 8, 2017 Author Share Posted February 8, 2017 You can ask your question if you have any. I want to list the data of a table inside a template "mymodule / views / templates / admin / list_request.tpl" I'm trying to do this, using a class that retrieves the data in the database and created a controller to show this data inside the template, I'm not able to show, I already tried to create any variable to test it inside the template giving var_dump, but the Controller seems not to have access to template. 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