yjh Posted April 10, 2014 Share Posted April 10, 2014 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 More sharing options...
yjh Posted April 17, 2014 Author Share Posted April 17, 2014 Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 hello turn on error reporting, then instead og blank page you will see detailed information about issue (what and where doesnt work - error log) Link to comment Share on other sites More sharing options...
Recommended Posts