Jump to content

Problems with logo link


Recommended Posts

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 by Enrique Engblom
Title in uppercase (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...