nandorj78 Posted December 9, 2008 Share Posted December 9, 2008 Hi, I'm new to oscommerce. I've just installed it on my server, installed my language (brazilian portuguese), and now I'm stuck. The language package came with a greeting message that I must change and the footer came with an address which belongs to someone else. I'd like to know how can I edit the front page. Most specifically the greeting message and the footer area. My store is located here: http://www.cursoer.com.br/catalog/ So, how can I do it? thanks! Link to comment Share on other sites More sharing options...
FIMBLE Posted December 9, 2008 Share Posted December 9, 2008 the footer may be hard coded into the catalog / includes / footer.php the grreting will be in the main language.php file Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
nandorj78 Posted December 9, 2008 Author Share Posted December 9, 2008 the footer may be hard coded into the catalog / includes / footer.php the grreting will be in the main language.php file Nic Here's the content of my footer.php <?php /* $Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></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'm still a bit lost on how to change things... Help please Link to comment Share on other sites More sharing options...
nandorj78 Posted December 9, 2008 Author Share Posted December 9, 2008 Whatever... I found that footer was in the main language.php file. thanks anyway Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.