Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with color coding


poddan1

Recommended Posts

Posted

I want to do som hard coding but it wont work

 

The problem is that I have some templates and original black doesent show well a all on a black background,but I need the orginal black in other places.

 

Tex it looks like this in the cart box

 

1 X asus computor

 

 

 

 

--------------------------- <----- must change color

4000 kr <----- must change color

 

original

it looks like this

$info_box_contents = array();
?$info_box_contents[] = array('text' => $cart_contents_string);

?if ($cart->count_contents() > 0) {
? ?$info_box_contents[] = array('text' => tep_draw_separator());
? ?$info_box_contents[] = array('align' => 'right',
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' => $currencies->format($cart->show_total()));

 

I have tried to changed it with a little help but it doesent work

 

if ($cart->count_contents() > 0) {
?	$info_box_contents[] = array('text' => '<font color="#FF33CC">');
? ?$info_box_contents[] = array('text' => tep_draw_separator());
? ?$info_box_contents[] = array('align' => 'right',
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' => $currencies->format($cart->show_total()));
$info_box_contents[] = array('text' => '</font>');

 

Any one who can help me.

Posted

Any one ?

 

I want to do som hard coding but it wont work

 

The problem is that I have some templates and original black doesent show well a all on a black background,but I need the orginal black in other places.

 

Tex  it looks like this  in the cart box

 

1 X asus computor

 

---------------------------        <----- must change color

                        4000 kr      <----- must change color

 

original

it looks like this

$info_box_contents = array();
?$info_box_contents[] = array('text' => $cart_contents_string);

?if ($cart->count_contents() > 0) {
? ?$info_box_contents[] = array('text' => tep_draw_separator());
? ?$info_box_contents[] = array('align' => 'right',
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' => $currencies->format($cart->show_total()));

 

I have tried to changed it with a little help but it doesent work

 

if ($cart->count_contents() > 0) {
?	$info_box_contents[] = array('text' => '<font color="#FF33CC">');
? ?$info_box_contents[] = array('text' => tep_draw_separator());
? ?$info_box_contents[] = array('align' => 'right',
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 'text' => $currencies->format($cart->show_total()));
$info_box_contents[] = array('text' => '</font>');

 

Any one who can help me.

Archived

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

×
×
  • Create New...