Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Simple problem for a simpleton!


atjhza

Recommended Posts

Ok..........I know this is really something simple but I've really drawn a blank!

 

I'm still new to all this. I've changed the shop image from oscommerce.gif to the image I want but when the mouse rolls over the image it is still coming up with 'oscommerce'. I've changed it where I can find it but it's still there. where oh where do I change the darn thing??

 

:blink:

Link to comment
Share on other sites

In /catalog/includes/header.php, look for:

 

    <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

 

Change to:

 

    <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'My Store Name') . '</a>'; ?></td>

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...