Shouldn't be hard to do. See the instructions at http://www.w3.org/2005/10/howto-favicon
To put something in the head section you could either modify the template you are using and add it there. Another way to put something in the head section is to add it to the Meta Description: field. How to do this is explained in this kbase article http://support.shopsite.com/KBase/questions/1974
Here is an example from my store. I originally had this in the meta description field of the page.
- Code: Select all
Hand turned wooden and bone lace bobbins for making bobbin lace.
I simply added a closing quote and angle bracket and then added the favicon code from the w3.org site mentions above (but used an image from my store) so I ended up with the following in the meta description field
- Code: Select all
Hand turned wooden and bone lace bobbins for making bobbin lace.">
<link rel="icon"
type="image/png"
href="http://mydomain.com/media/12egg.jpg">
I then published the store and the favicon appeared in the browser url box.
Note that different browsers support different image types so check out some info on that at http://en.wikipedia.org/wiki/Favicon
You could do similar coding on the moreinfo pages in the More Info Meta:Description: field.
Since this would have to be done for each page and product, it would probably be better to add it to the template if you have a lot of pages/products.