spectra Posted April 7, 2014 Share Posted April 7, 2014 Hi, When I change link in email template I allways have add before link, link of admin directory, for example I want to add link of shop url: {shop_url} , but instead this I later have admin3286/{shop_url}. When I delete admin3286, save tempalte, later I again have wrong link ... Help please Link to comment Share on other sites More sharing options...
azmodancz Posted April 14, 2014 Share Posted April 14, 2014 I have same problem Link to comment Share on other sites More sharing options...
Soesoe Posted April 24, 2014 Share Posted April 24, 2014 Hi, When I change link in email template I allways have add before link, link of admin directory, for example I want to add link of shop url: {shop_url} , but instead this I later have admin3286/{shop_url}. When I delete admin3286, save tempalte, later I again have wrong link ... Help please did u solve the problem yet? i have the same problem if yes, please share your solution Link to comment Share on other sites More sharing options...
azmodancz Posted April 24, 2014 Share Posted April 24, 2014 (edited) We did not fix it either but we did some workaround. We hardcoded links and that is working. I know, that this isnt best solution, but it is working one. Edited April 24, 2014 by azmodancz (see edit history) Link to comment Share on other sites More sharing options...
Soesoe Posted April 24, 2014 Share Posted April 24, 2014 We did not fix it either but we did some workaround. We hardcoded links and that is working. I know, that this isnt best solution, but it is working one. you changed all links by direct link ? Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 24, 2014 Share Posted April 24, 2014 Hey everyone, check this forge report to see if it's the same issue. I think it is, if so make sure to comment and vote on this issue. It say's fixed but it seems like it's still causing problems. http://forge.prestashop.com/browse/PSCSX-1218?jql=text%20~%20%22edit%20link%20email%22 Link to comment Share on other sites More sharing options...
azmodancz Posted April 24, 2014 Share Posted April 24, 2014 you changed all links by direct link ? yes, thats right. It is working now, but it took us some time. Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 24, 2014 Share Posted April 24, 2014 Sorry everyone, I did some digging and found the fix. Make a backup of this file and add this line. https://github.com/PrestaShop/PrestaShop/commit/3cd5dabf3786fd6896818e96fe14cf2868b7d6c5 If you need help, let me know. I can walk you through it. Cheers 1 Link to comment Share on other sites More sharing options...
martin.nv Posted February 3, 2015 Share Posted February 3, 2015 hello, it does not helped to me. My file looks: default_config = { selector: ".rte" , plugins : "colorpicker link image paste pagebreak table contextmenu filemanager table code media autoresize textcolor anchor", toolbar1 : "code,|,bold,italic,underline,strikethrough,|,alignleft,aligncenter,alignright,alignfull,formatselect,|,blockquote,colorpicker,pasteword,|,bullist,numlist,|,outdent,indent,|,link,unlink,|,anchor,|,media,image", toolbar2: "", external_filemanager_path: ad+"/filemanager/", filemanager_title: "File manager" , external_plugins: { "filemanager" : ad+"/filemanager/plugin.min.js"}, language: iso, skin: "prestashop", statusbar: false, cleanup: false, convert_urls: false, relative_urls : false, remove_script_host: false, entity_encoding: "raw", extended_valid_elements : "em[class|name|id]", menu: { edit: {title: 'Edit', items: 'undo redo | cut copy paste | selectall'}, insert: {title: 'Insert', items: 'media image link | pagebreak'}, view: {title: 'View', items: 'visualaid'}, format: {title: 'Format', items: 'bold italic underline strikethrough superscript subscript | formats | removeformat'}, table: {title: 'Table', items: 'inserttable tableprops deletetable | cell row column'}, tools: {title: 'Tools', items: 'code'} but links in emails are still wrong. When I add link to "My account" {my_account_url} and save it, there is %7Bmy_account_url%7D. It looks very strange. Link to comment Share on other sites More sharing options...
Recommended Posts