Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Complete Removal of "Welcome Guest! Would you like to log yourself in?"


photobug

Recommended Posts

Hello,

 

I would like to completely remove the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" dialog and links.

 

I have removed the appropriate line from catalog\includes\languages\english.php. This worked. However, I now have a place holder type of text that reads"TEXT_GREETING_GUEST" where the previous dialog/links were. How do I remove that?

 

Thanks in advance.

 

Will

Link to comment
Share on other sites

Hello,

 

I would like to completely remove the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" dialog and links.

 

I have removed the appropriate line from catalog\includes\languages\english.php. This worked. However, I now have a place holder type of text that reads"TEXT_GREETING_GUEST" where the previous dialog/links were. How do I remove that?

 

Thanks in advance.

 

Will

Tis coming from the index.php file

Link to comment
Share on other sites

Tis coming from the index.php file

 

 

 

Hmmmm... I just can't find it. I looked at all the index.php files and I don't see it. Can you be more specific on the location? Thanks.

 

Will

Link to comment
Share on other sites

Hmmmm... I just can't find it. I looked at all the index.php files and I don't see it. Can you be more specific on the location? Thanks.

 

Will

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

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

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td class="main"><?php echo TEXT_MAIN; ?></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

Link to comment
Share on other sites

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

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

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td class="main"><?php echo TEXT_MAIN; ?></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

 

Thank You - It is gone now! But where does the phrase "TEXT_GREETING_GUEST" come from then?.. Just curious. BTW your website is AWESOME, AMAZING, WOW! - great job!

Link to comment
Share on other sites

Thank You - It is gone now! But where does the phrase "TEXT_GREETING_GUEST" come from then?.. Just curious. BTW your website is AWESOME, AMAZING, WOW! - great job!

The languages\english.php has

 

define('TEXT_GREETING_PERSONAL', 'Welcome back....

define('TEXT_GREETING_PERSONAL_RELOGON', '<small>If you are no

define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest

 

The lines above are not the complete lines of course.

 

Thanks for the kind comments, still working on the site.

Link to comment
Share on other sites

  • 3 years later...

Archived

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

×
×
  • Create New...