Jump to content

custom page not in seo & url (PS 1.6.0.9)


Recommended Posts

Hi I have problems with custom page in prestashop 1.6.0.9. I created new custom page and its working via mypage.com/newpage.php but when i want create friendly url  my new page missing in seo & url>add new page..

 

 

I have create controller whit this code

 

<?php
class CertificatCadouControllerCore extends FrontController
{
public $php_self = 'certificatcadou';
public function initContent()
{
   parent::initContent();
   $this->context->smarty->assign('currentController', get_class($this));
  
   $this->setTemplate(_PS_THEME_DIR_.'certificatcadou.tpl');
}
}

please help

thank you

Edited by Rissinko (see edit history)
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...