FLN18 Posted April 11, 2007 Posted April 11, 2007 I just set up my oscommerce shop to accept orders from customers with or without an account, and I want to remove the "whats new here? guest, login/create account" text at the top of the page as it looks like a customer HAS to login in order to place an order. Also, after changing the necessary files to accept orders from customers without accounts, the title at the top of my pages changed back to OScommerce instead of the name of my store. How do I change this as well. Thank you all so very much.. You ALL have been extremely helpful to me! Felicia
EricK Posted April 12, 2007 Posted April 12, 2007 Felicia, The What's New? text is the HEADING_TITLE defined in this file: catalog/includes/languages/english/index.php To remove this text: Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? Go to line 301 in index.php, and change this: <?php echo tep_customer_greeting(); ?> to this: <?php //echo tep_customer_greeting(); ?> Cheers, EricK
Recommended Posts
Archived
This topic is now archived and is closed to further replies.