Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Deleting stock photo?


cowgo

Recommended Posts

Posted

I'm embarrassed to admit that I cannot locate where to delete the oscommerce stock photos on catalog, cart, etc. I did the header ones no problem, but they show up on my pages, for example the home page and catalog page:

 

http://www.politicalcellar.com

 

 

What file are they in and how to I delete them?

 

Thanks for any help!

Posted

they are in the respective files, so index.php, shopping cart.php, contact_us.php etc...

 

find this(this example if from contact_us.php):

<tr>
		<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
		<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
	  </tr>

 

and delete the whole bit to rid yourself of the annoying title next to the pic and the pic, or just make it look like this to rid yourself of the pic

<tr>
		<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

	  </tr>

 

hope this helps :thumbsup:

"I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings."

---Margaret Mead---

 

"The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer.

--Ken Kesey"

Archived

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

×
×
  • Create New...