SOAMJENA Posted March 4, 2014 Share Posted March 4, 2014 Need to know how can i edit and place my own modules or static things on the homepage of default template. ??? Link to comment Share on other sites More sharing options...
CartExpert.net Posted March 4, 2014 Share Posted March 4, 2014 Hi. You need to hook the module to 'displayHome' $this->registerHook('displayHome') Then you need to create the function for it: public function hookDisplayHome($params) { //code goes here } Look at the 'editorial' module as an example. Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
SOAMJENA Posted March 4, 2014 Author Share Posted March 4, 2014 Look at the 'editorial' module as an example. Which editorial, can you just provide me the url ? Link to comment Share on other sites More sharing options...
vekia Posted March 4, 2014 Share Posted March 4, 2014 Editorial module is a default prestashop module, you can find it under modules > modules tab in your back office, search for "editorial" module. in addition, to place own custom content you can use also free modules like: contentbox free html block 1 Link to comment Share on other sites More sharing options...
SOAMJENA Posted March 4, 2014 Author Share Posted March 4, 2014 Ok Thanks Man. 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