Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Which file do I need to edit?


Poom

Recommended Posts

catalog/index.php

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Link to comment
Share on other sites

I'm looking for the same thing (I think) but I don't want to change the layout, just remove the blue corner images from this box (New Products on index page). I'm using BTS, but couldn't figure out how to change this box. I found a file in the includes directory: includes/classes/boxes.php and saw the following lines:

 

$info_box_contents[] = array(array('params' => 'height="14" class="infoBoxHeading"',

'text' => tep_image(DIR_WS_IMAGES . 'infobox/corner_left.gif')),

array('params' => 'height="14" class="infoBoxHeading" width="100%"',

'text' => $contents[0]['text']),

array('params' => 'height="14" class="infoBoxHeading"',

'text' => tep_image(DIR_WS_IMAGES . 'infobox/corner_right_left.gif')));

 

Could someone help me remove the blue images all together? > the corner_right_left.gif and corner_left.gif images.

 

Thanks

Link to comment
Share on other sites

Clementine - You want to revome the heading all together? So there's no bar at the top of your boxes? Or do you just want to get rid of the corner pieces?

 

bobthelucky - You wanted to remove the corners as well?

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...