pctek Posted February 24, 2008 Posted February 24, 2008 Hi I have PWA installed and I want to remove the text and link that appears on the My Billing Information page which says: "NOTE: If you already have an account with us, please login at the login page." I did a source search and it appears here: catalog / includes / languages / english / create_account.php Is this the right file to edit and is it possible to delete this entry or is there a syntax I could use (sorry if that's the wrong terminology) to prevent the text & link from appearing on the page please? Line 22: define('TEXT_ORIGIN_LOGIN', '<font color="#FF0000"><small><b>NOTE:</b></font></small> If you already have an account with us, please login at the <a href="%s"><u>login page</u></a>.'); Thank you
d4funky1 Posted February 24, 2008 Posted February 24, 2008 that'll be it and yes you can delete all the text just make sure you leave it looking like: define('TEXT_ORIGIN_LOGIN', ''); so then you can simply add text in between the '' in future if you need to.
satish Posted February 24, 2008 Posted February 24, 2008 Yes. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
pctek Posted February 24, 2008 Author Posted February 24, 2008 Thanks for the quick replies :) that'll be it and yes you can delete all the text just make sure you leave it looking like: define('TEXT_ORIGIN_LOGIN', ''); so then you can simply add text in between the '' in future if you need to. I knew I'd seen something like that in one of the threads whilst searching for something else It was the bit you leave at the end: ', ''); that I couldn't remember... OMG - I'm actually getting the hang of this! :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.