Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where do I edit the "Let's See What We.." image?


aircooledshop

Recommended Posts

Posted
Hi,

Where do I edit the Let's See What We Have Here image?

Thanks. :)

 

what do you want to edit - the text?

Regards

 

Mark A Reynolds

Posted

Sorry. No I want to remove the image that is just right of the text.

 

If you go to slovolks1.com, click on any catagory and you'll see the image with the red X. I want that removed.

Posted
Sorry. No I want to remove the image that is just right of the text.

 

If you go to slovolks1.com, click on any catagory and you'll see the image with the red X. I want that removed.

 

what i have done as I can't be bothered to mess with the code was to create a blank imge the same colour as your bg and the same size as the image you deleted. Then I uploaded that with the same name as the deleted file

 

In other words I replaced the image with a blank white one

Regards

 

Mark A Reynolds

Posted

And here is the "code" solution :

 

These images are called like that : (in index.php for example)

<td align="right"><?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

simply "comment" the function that makes the image appears like that :

<td align="right"><?php //echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

Be careful because this code appears more than once in the page, you have to find each call to the function and comment it !

MS2 2.2 fr + Manufacturer copy (5 manufacturers - modified to make it works) + More pics 6 + FCK Editor + zones shipping (modified without weight) + My contribution : Shopping Cart Management for Unique Products

 

I apologize in advance for my poor English I'm French !

Archived

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

×
×
  • Create New...