Jump to content

How to create a new page


yjh

Recommended Posts

I create a controller page in /controllers/front/TrackingOrderController.php.

 

class TrackingOrderControllerCore extends FrontController
{
public $php_self = 'trackingorder';
    public $ssl = false;
    
 
 
 
public function initContent()
{
parent::initContent();
 
 
 
$this->setTemplate(_PS_THEME_DIR_.'tracking-order.tpl');
}
 
 
}
 
and add url in the back office in the SEO panel.
But open the page is a blank page, what do I need to add?
Link to comment
Share on other sites

×
×
  • Create New...