Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove the line "welcome guest"


nrieger

Recommended Posts

Posted

Hi,

 

I just created the login box on the right side of my site. No need for the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" ..........I can't seem to find the file which i need to modify..Someone please help

Posted
Hi,

 

I just created the login box on the right side of my site. No need for the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" ..........I can't seem to find the file which i need to modify..Someone please help

 

Hi, you will find the 'Welcome Guest' comments in /languages/english.php file -- around line 284.

One can change these in the 'Tools' 'Define Languages' or use TextPad editor to change it.

Posted
Hi, you will find the 'Welcome Guest' comments in /languages/english.php file -- around line 284.

One can change these in the 'Tools' 'Define Languages' or use TextPad editor to change it.

 

Sorry but i went thru the english.php and nothing can be found there......

Posted

define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see which <a href="%s"><u>new products</u></a> are available to purchase?');

define('TEXT_GREETING_PERSONAL_RELOGON', '<small>If you are not %s, please <a href="%s"><u>log yourself in</u></a> with your account information.</small>');

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>?');

 

 

line 284 or thereabouts

Posted

Actually how do I change the 'Welcome To Our Online Store' message?

Posted
Actually how do I change the 'Welcome To Our Online Store' message?

 

 

Catalog/includes/languages/english/index.php

Posted
define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see which <a href="%s"><u>new products</u></a> are available to purchase?');

define('TEXT_GREETING_PERSONAL_RELOGON', '<small>If you are not %s, please <a href="%s"><u>log yourself in</u></a> with your account information.</small>');

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>?');

 

 

line 284 or thereabouts

 

 

I have done what you said...but now it comes up "text greeting text"...as if it is looking for some text.....Is there another file i need to look for??

Posted
I have done what you said...but now it comes up "text greeting text"...as if it is looking for some text.....Is there another file i need to look for??

 

 

Bump it up.......

 

I am getting the words "text greeting guest"....how can i remove that....i deleted the welcome guest message....

please help...

Archived

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

×
×
  • Create New...