abcxyz Posted December 5, 2008 Share Posted December 5, 2008 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 More sharing options...
Hotclutch Posted December 5, 2008 Share Posted December 5, 2008 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 More sharing options...
Hotclutch Posted December 5, 2008 Share Posted December 5, 2008 Try this. I don't make use of it so don't know how well it works. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.