nandosendraa Posted March 5 Share Posted March 5 On my custom module, I've a custom admin controller with a tpl, anyone knows how I can use bootstrap on that controller? Link to comment Share on other sites More sharing options...
Razi Posted March 5 Share Posted March 5 Hello, Kindly visit this link. I hope it will help in your case https://copyprogramming.com/howto/bootstrap-admin-prestashop-tpl-tabs Thanks Link to comment Share on other sites More sharing options...
nandosendraa Posted March 5 Author Share Posted March 5 13 minutes ago, Razi said: Hello, Kindly visit this link. I hope it will help in your case https://copyprogramming.com/howto/bootstrap-admin-prestashop-tpl-tabs Thanks Yes, on the solution 1 adding this to my controller worked: public function __construct() { $this->bootstrap = true; parent::__construct(); } Thanks!!!! Link to comment Share on other sites More sharing options...
Razi Posted March 5 Share Posted March 5 Great, your welcome. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now