Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help


navuho

Recommended Posts

Posted

Hello guys, another newb here and some more questions.

 

I have several things i can't manage to work.

 

First i want to put banner here on marked spots.

21681033nu3.th.jpg

 

 

?>
	</FONT></TD>
</TR>
</TABLE>
<!-- end FOOTER -->


<?php
 if ($banner = tep_banner_exists('dynamic', '468x60')) {
?>
<BR>
<TABLE border="0" width="100%" cellspacing="0" cellpadding="0">
 <TR>
   <TD align="center"><?php echo tep_display_banner('static', $banner); ?></TD>
 </TR>
</TABLE>
<?php
 }
?>

 

i have try to put the code from footer.php into header or right column.php but it mess my theme coz it have some spaces and i can't manage it to work.

 

Also i want to change date displayed to my language not in english you can see it on the picture below.

42154760qi7.th.jpg

 

And the last thing - i want to change colors in this table here to corespond to my theme, but i have no clue where or how to change them.

 

21764053pf9.th.jpg

 

Thanks in advance :)

Posted

To start, that top banner will probablly be in your header.php.. that code you posted is the footer.

Archived

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

×
×
  • Create New...