Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I modify a footer (and other files)?


Guest

Recommended Posts

I'm trying to learn how to work with php. On the websites it shows the following as the text in a footer: Copyright ? 2003 osCommerce

Powered by osCommerce. When I look in the footer.php file, I don't see this text listed. There is reference to echo FOOTER_TEXT_BODY, where would I find this to modify it, or do I have to change the footer on every page? The answer to this will help me understand php much better. Thanks

Link to comment
Share on other sites

Almost all text variables are defined in either the english.php file or in one of the files in the language directory.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

Probably won't help you understand PHP, but OSC at least.

 

You looked in catalog/footer.php - all files in catalog call on other files, so the ones in the catalog fold are used for all languages...

so you want catalog/includes/language/english/footer.php

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...