View Single Post
  #14  
Old 11-06-2012, 07:07 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Put Logo/Icon on the URL

Quote:
Originally Posted by KSendurance
I have been trying to change the favicon to my logo. Here is my coding:
<head>
<link rel="icon" href="http://kickstartendurance.com/xcart/images/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="http://kickstartendurance.com/xcart/images/favicon.png" type="image/x-icon" />
</head>

I don't know what I'm doing wrong

No. You don't have to add any code to any template.
In file, /common_files/customer/service_head.tpl you will see:

Code:
<link rel="shortcut icon" type="image/png" href="{$current_location}/favicon.ico" />

SIMPLY name your icon, "favicon.ico" and put it in the store root.
CLEAR your browser cache.
Done.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote