Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image question


Mslibra38

Recommended Posts

Posted

I want to change the image on the main catalog page which is right next to the what's new here text. I have search but can't seem to find it.

Thanks

Posted

FYI - Right click on an image and choose properties - this will give you the path name of where the image is stored along with the image name.

Your online success is Paramount.

Posted

Look in /catalog/index.php for the following code ( I believe it's the same code on the majority of pages ) :

 

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

I originally replaced mine with:

 

<td class="pageHeading" align="right"> </td>

 

but now it's where I put my Thawte secure site logo.

 

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. *

  • 1 year later...
Posted

How would you change the size of the image that appears to the right of the text "Let's see what we have here?" I need know which .php page the sizes are listed. I can't find it anywhere. Thanks in advance

 

Matt

 

[quote name=TerryK' date='Apr 21 2004, 12:28 AM

Look in /catalog/index.php for the following code ( I believe it's the same code on the majority of pages ) :

 

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

I originally replaced mine with:

 

<td class="pageHeading" align="right"> </td>

 

but now it's where I put my Thawte secure site logo.

 

HTH,

 

Terry

Archived

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

×
×
  • Create New...