Alberto Tech Posted October 22, 2015 Share Posted October 22, 2015 (edited) Yesterday I transferred my website to another domain and now even if I update the link of the logo in header.tpl , prestashop adds that link to the prestashop homepage: before: linked to www.old-domain.com/index.html now: links to www.new-domain.com/prestashop/"http://www.new-domain.com/index.html" I want the logo links to: www.new-domain.com/index.html How can I fix it? Sorry for my english. Edited October 22, 2015 by Enrique Engblom Title in uppercase (see edit history) Link to comment Share on other sites More sharing options...
gabdara Posted October 22, 2015 Share Posted October 22, 2015 Have you edited the header.tpl link for logo? It should look like this: https://github.com/PrestaShop/PrestaShop/blob/1.6.1.x/themes/default-bootstrap/header.tpl#L98 Otherwise it might be a problem from cache or from database. Have you followed the guide from PrestaShop documentation, Move PrestaShop to a New Domain? If so, in addition to that guide, check into database the table ps_shop_url and make sure domain, domain_ssl and physical_uri are set correctly. Link to comment Share on other sites More sharing options...
Alberto Tech Posted October 22, 2015 Author Share Posted October 22, 2015 (edited) Amazing, now it works!! Thank you gabdara for the github link! Probably I had edited something else in the header.tpl Edited October 22, 2015 by Alberto Tech (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts