SmartDataSoft Posted February 11, 2014 Share Posted February 11, 2014 Hello, I am building a module which is almost done. I have add table like Prestashop image size table. But i want to add a custom button. Which will fire when i click and will do some functionality to generate my image. I have tried by default prestashop helper class but not able to add the button. Is there any one who can help me. What is the process to overwrite module admin controller helper file tpl mymdoule/view/template/helpers/form.tpl Link to comment Share on other sites More sharing options...
Krystian Podemski Posted February 11, 2014 Share Posted February 11, 2014 (edited) Analyze the other controllers in the back-office. You can have as many fieldsets as you want, you need to modify the method initContent while extending ModuleAdminController or AdminController. I thought Smartdatasoft are specialists in PrestaShop btw. mymodule/views/templates/admin/nice_controller_name/helpers/form/form.tpl Edited February 11, 2014 by Krystian Podemski (see edit history) Link to comment Share on other sites More sharing options...
ariellopez Posted February 20, 2014 Share Posted February 20, 2014 you can resolve this? sory for my english.... Link to comment Share on other sites More sharing options...
Recommended Posts