makethedog Posted June 15, 2019 Share Posted June 15, 2019 Hi! What is the difference between GENERIC and SERVICE module type in https://validator.prestashop.com/generator ? Link to comment Share on other sites More sharing options...
Sergiu Popescu Posted August 5, 2019 Share Posted August 5, 2019 I have the same question. Can anyone help us understand the difference between the two? Link to comment Share on other sites More sharing options...
Jamie Carroll Posted March 8, 2022 Share Posted March 8, 2022 The differences are only how they render data to the configuration screen. You can find that the generic type modules will append the renderForm() function on the end of the configure.tpl where service won't. Also, the generic and service have different configure.tpl files. Nothing to do with different functionality; just making the configs different, not sure why but you can just stick with generic as it adds the renderForm() function which seems more complete. 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