Categories

Featured templates

PrestaShop 1.4.x/1.5.x. How to change logo URL

Chris Diaz March 1, 2012
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial shows how to change store logo URL in PrestaShop.

  1. Open themes\theme### directory
  2. Open header.tpl file
  3. Locate the line
  <h1 id=”logo”><a href=”{$base_dir}” title=”{$shop_name|escape:’htmlall’:'UTF-8?}”><img src=”{$img_ps_dir}logo.jpg” alt=”{$shop_name|escape:’htmlall’:'UTF-8?}”></a></h1>  

replace it with

  <h1 id=”logo”><a href=”insert your new link here” title=”{$shop_name|escape:’htmlall’:'UTF-8?}”><img src=”{$img_ps_dir}logo.jpg” alt=”{$shop_name|escape:’htmlall’:'UTF-8?}”></a></h1>  

Then replace insert your new link here with required URL

Prestashop Themes Download
This entry was posted in PrestaShop Tutorials and tagged archived_tutorial, logo, Prestashop, store, url. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket