Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

welcome page


coldclimber

Recommended Posts

Posted

Wher do i go to edit the front page where it say's

 

Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

 

as i wish to add futher text here and an image

Climb to Live, Live to climb

Posted

The first line with the greeting and invitation to log in or create an account is created by a call to a function tep_customer_greeting() in includes/functions/general.php, which uses the text handles TEXT_GREETING_PERSONAL and TEXT_GREETING_GUEST which are located in includes/languages/english.php (or other language). If you edit these, pay attention to where the "%s" tokens are, as they are used to insert the name and filenames for the create account and login pages.

 

Read the whole topic where someone else staggered through this same thicket:

http://www.oscommerce.com/forums/index.php?showtopic=88650&st=0

 

I wouldn't suggest trying that unless you have some coding skill.

 

If all you want to do is change the rest of the index page, it can be edited in the define of TEXT_MAIN in includes/languages/english/index.php.

Archived

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

×
×
  • Create New...