Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing color underline for shopping cart box right column?


johnnyosc

Recommended Posts

I didn'tGo look at the code...but, if that line is like most of the others it is generated by the code instead of being a HR. Try changing the pixel_black.gif to the right color. It should be in the images file.

Link to comment
Share on other sites

if (!$cart_empty) {

   $info_box_contents[] = array('align' => 'left',

                                'text' => tep_draw_separator()

 

This is the section of code that "draws" the line. It uses a function of php to do that. You do NOT need to change the code. It draws the line using the image called pixel_black.gif. You need to change the image to whatever color you want to use.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...