Hi,
I would like to create a custom module in Prestashop 1.6
I created controller file in <root_folder>/controllers/admin/Admin<mymodule>Controller.php
and created class file in <root_folder>/classes/<module_class>.php
and created menu using Administration -> Menus.
Now the menu is loaded and click on the menu it load the controllerpage, BUT I do not know where the template file is located and I want to show a form in my custom module landing page.
Please help me to load a custom form in the landing page.
Thanks.