Jump to content

How to use prestashop admin controller custom helper tpl


Recommended Posts

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

post-460779-0-89040700-1392142524_thumb.png

Link to comment
Share on other sites

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 by Krystian Podemski (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...