Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

2 questions ??


jacoben

Recommended Posts

i have 2 questions.

 

- i cant put a banner on the site. i add a banner on admin panel, do everything but i cant see the banner on the main page.

 

- i want to put a date on the main page and a counter for total view of products...how can i do that ?

 

 

thanks in advance.

Link to comment
Share on other sites

my footer.php :

<?php

?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
   <td align="center" class="smallText">
<?php

?>
Copyright © 2005 <a href="http://www.uhonlineshop.com" target="_blank">UH Online Shop</a><br>
</a>
   </td>
 </tr>
 <tr>
   <td><?php echo tep_image(DIR_WS_IMAGES . 'pixel_trans.gif', '', '1', '5'); ?></td>
 </tr>
</table>

<?php
 if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<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 cant see any date and counter code or information on the code ??? :'(

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...