Here is a more detailed analysis:
Using my plesk access, I found this directory:
gemaffair.com/httpdocs/skin1/images and then searched for this file "xlogo.gif" and found it. I think this confirms that this is the images directory and image file for the xcart logo. I then uploaded my company logo to this directory and named it "Headerwph.GIF".
Next, I have gone into the following location in xcart admin:
skin1/customer/head.tpl in the admin of my xcart software and changed the following line of code from:
<img src="{$ImagesDir}/xlogo.gif" alt="" />
to
<img src="{$ImagesDir}/Headerwph.GIF" alt="" />
I then hit save.
When I preview this change in xcart admin, my logo shows up fine.
But when I view my site the xcart logo is there.
What am I doing wrong?
Michael