How to create a prestashop module
Creating a module is really easy in prestashop in 5 minutesBelow are some easy quick tips that could help you..get an idea about the basics...
1. See the modules folder in the root folder.
2. You can make a copy of any one module inside the many folders you see inside modules folder.
3.now rename the folder you created acoourding to your module name.
4.learn the structure of smarty frameworks php
5.write code that matches your functionality needs and assign the smarty variables and set the template.
6. Remove bugs.
7.here is your awesome created module!
.png)

0 comments: