grosseskino Posted February 19, 2015 Share Posted February 19, 2015 Hi! I am finishing with my theme developement. When I install my new theme, Prestashop asks me weather I want to activate and disable certain modules. Where and how can I set this for my new theme? Thanks in advance! Link to comment Share on other sites More sharing options...
parsifal Posted February 25, 2015 Share Posted February 25, 2015 Hello. I think that this behavior can be adjusted in your theme's "Config.xml" file, inside the <modules></modules> section. For example, if you want to replace the "blockcms" module by your custom-made module "myblockcms": ... <modules> <module action="disable" name="blockcms"/> <module action="install" name="myblockcms"/> <module action="enable" name="myblockcms"/> </modules> ... 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