Jump to content

Change First Page Show PS 1.7


davids2006

Recommended Posts

Hello Again,

I have a shop with prestashop 1.7.6.5. I made a custom page and make a url seo to them like   "shop.com/custom"

Now I want make it the first page show when load the website.

I already change the indexcontroller to show custom page on start, but when I call the "real" homepage with products it come back always to custom page.

 

		parent::initContent();
        $this->context->smarty->assign(array(
            'HOOK_HOME' => Hook::exec('displayHome'),
        ));
		
        $this->setTemplate('costumpage');

What can I do to redirect to my costum page only on the costumer enter the first time in my website.

 

Thanks

David

 

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...