Modules
-
How to make your module compliant with PrestaShop’s Official GDPR Compliance Module
Discover our module and get prepared!
Everybody must already know, there are a few steps to follow in order to make your module compliant with the General Data Protection Regulation (GDPR)
Continue reading -
Twelve things to watch out for when coding a PrestaShop module
Do you commit these mistakes? Do not make them further.
PrestaShop has been around for many years, during which thousands of modules were made by thousands of developers, yet we still see the same simple mistakes being made, even though they could easily be avoided.
Continue reading -
Ten ways to improve your PrestaShop modules!
Stop the bugs, get back to innovating!
PrestaShop has numerous features in the API, both hidden in its code as well as in the developer documentation and there are many tools that allow you to create your own module in no time! Unfortunately I have noticed that many developers do not use these features and tools to their advantage, so I think it’s time to change all that :) Hopefully, these tips will increase your development speed and save you lots and lots of time. And if not satisfied, you’ll get your money back! (Oh, wait…)
Continue reading -
How to override modules in PrestaShop
Override module methods in PrestaShop 1.6.0.11 and above
Since version 1.6.0.11 of PrestaShop, there is a new feature that allows developers to override a module’s instance classes (ie. its main module files, see the PR by @axometeam).
Continue reading