Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with Adding Images to Boxes


Guest

Recommended Posts

Posted

I've followed the Knowledge Base instructions and have managed to successfully change the Categories box to be all the colour I want it, no silver corners......

 

Do I need to do this for each and every box? The first step to do this for the stylesheet file is to add this to the bottom of the boxes.php file:

 

class infoBoxHeadingCategories extends tableBox {

    function infoBoxHeadingCategories($contents) {

      $this->table_cellpadding = '0';

 

      $info_box_contents = array();

      $info_box_contents[] = array(array('params' => 'width="100%" class="infoBoxHeadingCategories"',

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

 

      $this->tableBox($info_box_contents, true);

    }

  }

 

So now how do I do this for, say, the Languages box? Or the Shopping Cart box??

 

Thanks.....

Archived

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

×
×
  • Create New...