Articles about Tutorial
-
Meet the new API Platform-based API in PrestaShop 9
Read how to use the new API in PrestaShop 9
A new feature in PrestaShop 9 provides the community a new, secure, modern, and extensible API based on the API Platform. In this article I will show you how to start using it.
Continue reading -
Migrate your solutions from PrestaShop 1.7 to 8.0
Summary of notable changes for developers
PrestaShop 8 beta version was released last week. If you are a developer in our ecosystem, create modules or themes, and have clients working with PrestaShop, this is an excellent opportunity to spend some time with this version and test your solutions.
Continue reading -
How to rebase your Git branch
git rebase can be tricky, but remains your friend!
Contributing code to PrestaShop can be scary for first-timers, because not everyone knows how Git works. By the time you have figured how to properly push your changes to GitHub, the codebase has changed, rendering your suggestions impossible to merge – leading to frustration on both sides. It’s high time you learn about git rebase.
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