1

while developing a module, I was stuck in problem of how to redirect page from tpl file to admin controller in Prestashop?

user3326696
  • 31
  • 1
  • 4

1 Answers1

0

You can do it with javascript redirect:

How to redirect to another webpage in JavaScript/jQuery?

Just do not forget to pass the token to the template and pass it.

Community
  • 1
  • 1
PrestaShopDeveloper
  • 3,110
  • 3
  • 21
  • 30