How to change the logo in osCommerce
Displaying your own logo in place of the default osCommerce logo is easy.

You have two options for replacing the log with your own:
1. Overwriting the current image with your own
2. Changing the header.php file to display your logo
To overwrite the current logo with your own, upload your logo into the images folder. Make sure you have named your logo “store_logo.png”
Once uploaded, refresh the page to view your logo:

You can also change the logo in the header.php file. To do this, you will need to open the file using either Notepad or WordPad. This file is located in the includes folder.
Once opened, locate the following line of code:
tep_image(DIR_WS_IMAGES . ’store_logo.png’, STORE_NAME)
Replace store_logo.png with whatever your logo name is.
IMPORTANT: Make sure you have uploaded this file into the images folder.
Save the file and upload it to your web server.
Your logo should now appear!

Related tutorials that might interest you:
- How to change the width of your osCommerce store
How to replace the ZenCart logo with your own
How to remove or change “Sales Message Goes Here”
How to edit the ZenCart header image
How to change the background color in ZenCart
Tags: osCommerce, oscommerce logo
