Prestashop | This module cannot be transplanted to this hook.

enero 6th, 2012 Posted by php, prestashop 0 thoughts on “Prestashop | This module cannot be transplanted to this hook.”

If you are trying to place a Prestahsop Module in some hook, and you are getting this error: “This module cannot be transplanted to this hook.” you can fix it modifying the module’s php.

For example if you are trying to place the Categories Block in the “Top of Pages” and you can’t. Open the file: /modules/blockcategories/blockategories.php and add this function:

public function hookTop($params)
{
        return $this->hookLeftColumn($params);

}

Copyright © 2018 programadorfreelanceargentina.com

Programador Freelance Argentina