Web_Builders Posted April 3, 2003 Share Posted April 3, 2003 How can I remove or comment out this line? What PHP file is this text located? Thanks. Link to comment Share on other sites More sharing options...
Guest Posted April 3, 2003 Share Posted April 3, 2003 http://wiki.oscommerce.com/Top HTH The_Bear Link to comment Share on other sites More sharing options...
goNe_oNe Posted April 8, 2003 Share Posted April 8, 2003 you can find what your looking for in the languages > english.php file. it's around line 279. hope this helps. Link to comment Share on other sites More sharing options...
Web_Builders Posted April 8, 2003 Author Share Posted April 8, 2003 you can find what your looking for in the languages > english.php file. it's around line 279. hope this helps. I commented out the following three lines of code: /* 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>?'); */ But now that space displays: 'TEXT_GREETING_GUEST' To see it live goto the following URL: http://www.realestatewebbuilders.com/catalog Thanks Link to comment Share on other sites More sharing options...
toolcrazy Posted April 8, 2003 Share Posted April 8, 2003 Un-comment the above code, it won't do what you want. And go to: /catalog/default.php Line approx: 343 And comment out the php part of this line. <td class="main"><?php //echo tep_customer_greeting(); ?></td> Steve ------------------------- Link to comment Share on other sites More sharing options...
toolcrazy Posted April 8, 2003 Share Posted April 8, 2003 Notice that I already commented the line with // tags in the above code. Or you can use the HTML comments <!-- //--> to comment out the whole <td> line. Both will work. Steve ------------------------- Link to comment Share on other sites More sharing options...
Web_Builders Posted April 8, 2003 Author Share Posted April 8, 2003 Un-comment the above code, it won't do what you want. And go to: /catalog/default.php Line approx: 343 And comment out the php part of this line. <td class="main"><?php //echo tep_customer_greeting(); ?></td> Thanks Steve that worked. BTW Do you know how to comment out a data field (Suburb) from the Shipping address and Billing address? Is there a way to eliminate the Shipping Information page? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.