how to make a prestashop module

prestashop module development
I have read the prestashop documentation several times but I was not able to understand how to even create a very simple module.
For this reason I am writing a post so that you will understand the working of a prestashop module and it will be easier for you to create a module.
Please see my video comment on this post If you have any doubts I will give you maybe the best solution.Thanks.Dont forget to like and share my videos.
In the below video I show using an example of a module that I had already created.You will easily understand its structure.You will need to write your functions inside the controller and you will need to show your display content in your .tpl template files.I am sure you will too be able to create an easy module.Just contact me if you have any doubts about the module you create.You will need to go to your module folder in prestashop and create a module folder that has the name of your module.You will also need to add a php file which has the same name as your module.
Now you will need to create a class that also has the same name as your module.You can also refer the links in the document section of http://prestashop.com you will get some more basic information there .There after you will need to see my video below.
https://www.youtube.com/watch?v=17zYI02Rb64
.png)

Here is my youtube channel
ReplyDeletehttps://www.youtube.com/channel/UCEgvqqQgOteLU9OgTho8_Wg
Hi can you help me please ? I tried to change the smarty file(payment_execution.tpl) in bankwire module it did not showed any changes. I tried to remove cache from the cache folder(cache/smarty/cache and cache/smarty/compile) then I tried every process which tells to remove cache, disable cache from the store and in the advanced settings but without result.
ReplyDelete