bk_developer Posted May 24, 2022 Share Posted May 24, 2022 Hi What is the best way of developing a module on PrestaShop? I have been trying to develop a module from scratch but I am getting a lot of errors and the code is breaking again and again. Should I rather make changes to the modules already made by PrestaShop instead of making one from scratch? Link to comment Share on other sites More sharing options...
Luis C Posted May 25, 2022 Share Posted May 25, 2022 If you have a clear view of what you want to achieve, creating your own module from zero is the way to go. If you have any trouble constructing your module, start by using Prestashop's Module generator. This will give you an "skeleton" so you can start developing your own functions. https://validator.prestashop.com/generator The most important thing is having prestashop's documentation at hand. Start here, https://devdocs.prestashop.com/1.7/modules/ Link to comment Share on other sites More sharing options...
bk_developer Posted May 26, 2022 Author Share Posted May 26, 2022 Thanks 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