PrestaShop is a quite complicated e-commerce system, however you can do almost anything with custom made modules and I will introduce you to the process of creation them.
Modules on PrestaShop are specific PHP classes that are based on systems hooks (which you can easily create after reading my tutorial or use PrestaShop default ones). This makes all the necessary changes less complicated and the integration becomes a lot easier with the core and frontend.



