sarah1980 Posted July 15, 2005 Share Posted July 15, 2005 If anyone can provide instructions on how and where to remove this text that appears when one clicks on the checkout button: "NOTE: If you already have an account with us, please login at the login page." (Can be viewed at http://www.tallpoppycraft.com/catalog/orde...fo.php?osCsid=) I have installed the PWA contribution & the PWA add on contribution and would like to completely remove any reference to creating an account or logging in. So I would really like to remove the "My account" link in the top navigation bar too. Also, I notice in the top navigation bar of the order_info.php page the order info page is shown as NAV_ORDER_INFO. How can I correct this to read "Order info". I'd be much obliged. Link to comment Share on other sites More sharing options...
Zuncan Posted July 15, 2005 Share Posted July 15, 2005 Just comment out the bit of code thats displaying it in order_info.php So what?! Who care in a hundred years anyway? Link to comment Share on other sites More sharing options...
julianpuje Posted July 15, 2005 Share Posted July 15, 2005 Have a look near the bottom of your catalog/includes/languages/english.php and either remove the text thats showing in there between the quotes, or comment out the lines in your order_info.php. For the nav bar add to the same english.php file, probably best just below the line that says // header text in includes/header.php: define('NAV_ORDER_INFO', 'Order Info'); I think that should do it. HTH Julian A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends???? Link to comment Share on other sites More sharing options...
sarah1980 Posted July 15, 2005 Author Share Posted July 15, 2005 Have a look near the bottom of your catalog/includes/languages/english.php and either remove the text thats showing in there between the quotes, or comment out the lines in your order_info.php.For the nav bar add to the same english.php file, probably best just below the line that says // header text in includes/header.php: define('NAV_ORDER_INFO', 'Order Info'); I think that should do it. HTH Julian <{POST_SNAPBACK}> Thanks Julian, The Nav bar things worked - thanks heaps. Just can't seem to find the text "NOTE: If you already have an account with us, please login at the login page." in order_info.php or english.php! Sarah Link to comment Share on other sites More sharing options...
sarah1980 Posted July 15, 2005 Author Share Posted July 15, 2005 Thanks Julian, The Nav bar things worked - thanks heaps. Just can't seem to find the text "NOTE: If you already have an account with us, please login at the login page." in order_info.php or english.php! Sarah <{POST_SNAPBACK}> He he just went through all the files in my english folder and found it: english/create_account.php Thanks both of you for your help S Link to comment Share on other sites More sharing options...
julianpuje Posted July 15, 2005 Share Posted July 15, 2005 Thanks Julian, The Nav bar things worked - thanks heaps. Just can't seem to find the text "NOTE: If you already have an account with us, please login at the login page." in order_info.php or english.php! Sarah <{POST_SNAPBACK}> Sorry Sarah, i was thinking about the welcome bit on the home page. Have a look in catalog/includes/languages/english/create_account.php and remove or edit the text between the quotes. I think thats it anyway. Good luck Julian A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends???? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.