nnande Posted February 24, 2015 Share Posted February 24, 2015 Hi all! I've faced the following problem: I send a message to a customer by BO. He receives a message with a reply link - by default to save the message thread. The link looks like that: http://regionova.pl/kontakt?id_customer_thread=25&token=yDgbgtnrphRa Entering it the contact page appears, but it's broken - can't enter any topic etc. I've discovered, that if i add "amp;" after ampersand symbol everything works. The working link: http://regionova.pl/kontakt?id_customer_thread=25&token=yDgbgtnrphRa So, the question is what should i do to make prestashop render that "amp;" inside or maybe there is a different solution? I've found that the {link} phrase is responsible to paste the proper link inside mail. The file is in mails\en\reply_msg. Thanks. Link to comment Share on other sites More sharing options...
SandroR1 Posted November 3, 2016 Share Posted November 3, 2016 HI nnande I have the same problem, but I have not found any solution. Do you have solved? Thank you. Hello. -- Sandro Link to comment Share on other sites More sharing options...
rocky Posted November 4, 2016 Share Posted November 4, 2016 It's line 420 of controllers/admin/AdminCustomerThreadsController.php that creates that link: '{link}' => Tools::url( $this->context->link->getPageLink('contact', true, null, null, false, $ct->id_shop), 'id_customer_thread='.(int)$ct->id.'&token='.$ct->token ), You can try changing the & there. Link to comment Share on other sites More sharing options...
SandroR1 Posted November 4, 2016 Share Posted November 4, 2016 Hi Rocky, Thanks for the help, but unfortunately this does not solve the problem. Thanks anyway. Hi. -- Sandro Link to comment Share on other sites More sharing options...
Abr87 Posted April 2, 2019 Share Posted April 2, 2019 (edited) Hi all, I have the same problem. Unfortunately I couldn't find any solution for fixing this. Did you find any solution? I am using version 1.7.5 .1 Edited April 2, 2019 by Abr87 (see edit history) Link to comment Share on other sites More sharing options...
Webmaster - Ruman Posted June 15, 2020 Share Posted June 15, 2020 Could anyone solve this problem? I am having the same problem with version 1.7.6.5 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now