[email protected] Posted April 24, 2013 Share Posted April 24, 2013 In order to create a module, we need to create a class that extends from class Module: class mymodule extends Module ... ...but neither me or IntelliJ can find this Module class? Any idea where it is? Link to comment Share on other sites More sharing options...
[email protected] Posted April 24, 2013 Author Share Posted April 24, 2013 O hang on, it it supposed to be in overrides/classes/module? Link to comment Share on other sites More sharing options...
Paul C Posted April 24, 2013 Share Posted April 24, 2013 <prestashop-root>/classes/module/Module.php is where the class is declared.... Link to comment Share on other sites More sharing options...
[email protected] Posted April 24, 2013 Author Share Posted April 24, 2013 So I realized, I'm such a clutz , thanks Paul C! Link to comment Share on other sites More sharing options...
tranthinhETS Posted October 24, 2015 Share Posted October 24, 2015 I don't class Module in <prestashop-root>/classes/module/Module.php ? I saw class ModuleCore ? 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