d3s1gn3r Posted October 16, 2022 Share Posted October 16, 2022 What is the right way to check if a module is enabled or not inside a smarty template ? i use the latest version of prestashop 1.7.8.7 Link to comment Share on other sites More sharing options...
ps8modules Posted October 17, 2022 Share Posted October 17, 2022 PHP: if (Module::isEnabled('ModuleName')) TPL: {if Module::isEnabled('ModuleName')} 2 Link to comment Share on other sites More sharing options...
d3s1gn3r Posted October 17, 2022 Author Share Posted October 17, 2022 7 hours ago, 4you.software said: PHP: if (Module::isEnabled('ModuleName')) TPL: {if Module::isEnabled('ModuleName')} Thanks mate i managed to find it finally 1 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