Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Get rid of "welcome guest"?


abcxyz

Recommended Posts

If I modify

catalog/includes/languages/english.php

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

 

english.php

<td class="main"><?php echo tep_customer_greeting(); ?></td>

 

to

 

<td class="main"><?php //echo tep_customer_greeting(); ?></td

 

Will this make it so customers won't have to log in when they order? Or only remove it from the front page? If it only removes it from the front page; how do I get it so customers don't need to log in?

 

Thanks

Link to comment
Share on other sites

If I modify

catalog/includes/languages/english.php

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

 

english.php

<td class="main"><?php echo tep_customer_greeting(); ?></td>

 

to

 

<td class="main"><?php //echo tep_customer_greeting(); ?></td

 

Will this make it so customers won't have to log in when they order? Or only remove it from the front page? If it only removes it from the front page; how do I get it so customers don't need to log in?

 

Thanks

 

That will only hide the text. i think there is a contribution for buying without an account

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...