Guest Posted December 10, 2004 Posted December 10, 2004 Sorry if this is obviouse, but I can't find it...tried the banner manager and got the company info at the bottom of the page...now I need to put Logo or name at the top instead of the Oscommerce link. Not a programmer but starting to be impressed with the flexibility of oscommerce. although I find moving around the php rather difficult. If I set up a test server and use Dreamweaver MX would I be able to get a map abit like you used to get with straight HTML and hyperlinks :thumbsup:
ozcsys Posted December 10, 2004 Posted December 10, 2004 Sorry if this is obviouse, but I can't find it...tried the banner manager and got the company info at the bottom of the page...now I need to put Logo or name at the top instead of the Oscommerce link.Not a programmer but starting to be impressed with the flexibility of oscommerce. although I find moving around the php rather difficult. If I set up a test server and use Dreamweaver MX would I be able to get a map abit like you used to get with straight HTML and hyperlinks :thumbsup: <{POST_SNAPBACK}> In your includes/header.php file look for the following and change to your info <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted December 10, 2004 Posted December 10, 2004 In your includes/header.php file look for the following and change to your info <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> <{POST_SNAPBACK}> :rolleyes: Brilliant thanks, found it, done it and it works
ozcsys Posted December 10, 2004 Posted December 10, 2004 :rolleyes: Brilliant thanks, found it, done it and it works <{POST_SNAPBACK}> No problem glad to be of help. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.