Zuncan Posted July 1, 2004 Posted July 1, 2004 Hi! I want to remove the welcome message on the first page at the topp of the main column that says: "Welcome customer! Would you like to log in now or create a account?" Where can I find that code. And what code should I remove? /Zuncan So what?! Who care in a hundred years anyway?
Guest Posted July 1, 2004 Posted July 1, 2004 In catalog index, change this: <td class="main"><?php echo tep_customer_greeting(); ?></td> to this: <td class="main"><?php //echo tep_customer_greeting(); ?></td> The_Bear
Guest Posted July 1, 2004 Posted July 1, 2004 well, u can also change it in the include/english.php file :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.