Jump to content

Create home tab in Presta 1.6


Recommended Posts

Hi,


 


I tried to create a home tabs in Prestashop 1.6 by following this tutorial;


http://nemops.com/pr...s/#.VMa6J0eUfK0


 


But I keep getting this error 



[PrestaShop] Fatal error in module Module.php(1224) : eval()'d :
Cannot redeclare psHomeTabs::install()

Seems like there is an error when installing, the code for install as below;



public function install(){
if (!parent::install())
return false;
return true;
}

 

Is the code correct?

 

Cheers

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...