View Single Post
  #9  
Old 02-05-2012, 07:56 AM
 
Marcy Marcy is offline
 

Advanced Member
  
Join Date: Feb 2012
Posts: 50
 

Default Re: How to Change the Store Logo

Quote:
Originally Posted by JWait
Your source says it is pulling the image from
<img src="/skin/common_files/images/fashion_mosaic_grey/custom/logo.jpg">
when it should be
<img src="/skin/fashion_mosaic_grey/images/custom/logo.jpg">

Do you have a "fashion_mosaic_grey" folder inside your "common_files" folder?

No I don't. But I added the fashion_mosaic_grey folder in based on advice above.

I'm editing the file at /skin/fashion_mosaic_grey/customer/head.tpl.

This is what I have:

<img src="{$ImagesDir}/fashion_mosaic_grey/custom/logo.jpg" alt="" />

I suppose this means ha [$ImagesDir} is pointing to the image directory in the common_files area not in the specific fashion_mosaic_grey area.


Addendum: I updated so that there is a file at the location pointed to. In the source it says it is pulling the image from "<img src="/skin/common_files/images/custom/logo.jpg"> and I do have the correct image there. But it isn't displaying the custom image. :-/
__________________
X-Cart Gold 4.4.5
No add-ons
Reply With Quote