Rudy69 Posted June 8, 2021 Share Posted June 8, 2021 Hello, I have started the development of a quote module which is essentially inspired by the order part of the Prestashop admin. At this stage of development, I have a link "quote" in the left side menu that points to a listing of quotes but I can't figure out the mechanism that allows me to access the detail part of the quote when I click on "View". In my controller, I have this line but I don't know what methods (functions) to expand so that I can have a page that displays the quote data detail (just a simple page that displays the contents of my quote data table). $this->addRowAction('view'); Would you have an idea please? The Prestashop documentation is not the easiest to understand. Thank you! Translated with www.DeepL.com/Translator (free version) 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