nandosendraa Posted March 5, 2024 Share Posted March 5, 2024 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, 2024 Share Posted March 5, 2024 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, 2024 Author Share Posted March 5, 2024 On 3/5/2024 at 9:04 AM, 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 Expand 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, 2024 Share Posted March 5, 2024 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