Jump to content

Guest Tracking URL not displaying


Recommended Posts

Hi,

 

Im having a slight issue with Guest Tracking URLs not displaying when dispatch confirmations are sent. I have been through previous threads and see a solution was for 1.4.6. The PHP i have inside of GuestTrackingController.php is as follows:

 

$this->context->smarty->assign(array(

'action' => $this->context->link->getPageLink('guest-tracking.php', true),

'errors' => $this->errors,

));

$this->setTemplate(_PS_THEME_DIR_.'guest-tracking.tpl');

 

Apperantly the "true" fixed it in previous versions. Any ideas?

 

Thanks

Liam

Link to comment
Share on other sites

×
×
  • Create New...