n0dlehs Posted June 5, 2013 Share Posted June 5, 2013 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 More sharing options...
Recommended Posts