OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Remove Log In Text
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > General Support
Stephie
How can I delete the text on the index page that says , Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?
ianric
QUOTE (Stephie @ Jan 11 2008, 04:54 PM) *
How can I delete the text on the index page that says , Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

Hi Stephie

At the risk of alienating other people, a quick search would have found stacks of answers but I'm in a good Friday mood thumbsup.gif its in your catalog/includes/language/english/index.php

CODE
define('TEXT_MAIN', 'This is a default setup of the osCommerce project');


It also tells you when you read the page, is it highlighted in green?? It's been a while. but that's not a dig either

Cheers

Ian
kewldude_3001
in /catalog/index.php
find

CODE
            <tr>
            <td class="main"><?php echo tep_customer_greeting(); ?></td>
            </tr>
            <tr>
            <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
            </tr>


And delete it or comment it out
Stephie
Thank you for replying smile.gif .
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.