Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

to place a big pic in the main page


onecoup

Recommended Posts

please help to replace

 

"Welcome to Friday Home Shop

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

 

with a big picture.

 

thanks!

 

I haven't tested this, but I believe if you edit this line of text in catalog/includes/language/english.php it will change the second line.

 

define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?');

 

I didn't find a place to edit the "Welcome to Friday Home Shop", but I'll keep looking.

 

Also, if you're don't know php or html all that well, the code modified to display JUST a picture would look like this:

 

define('TEXT_GREETING_GUEST', '<img src="put/your/path/to/your/image/here/pic.jpg">');

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...