I noticed that on the no_account page using this MOD, it gives you the option to login to your account if you have one, but when you click on it takes you to the temp account settings that you are using.
I thought I would just remove the line that shows this info in checkout_payment.php so I put a comment in front of that line.
This produced an error on the page, 'TEXT_ORIGIN_LOGIN'
So instead I removed the actual text from the page like this on line 15 of the no_account.php file in /includes/languages/english/CUSTOM
Code:
define('TEXT_ORIGIN_LOGIN', '');
(Only remove the text between the single quotes)
Hopes this helps anyone else who noticed this.
If this is a repeat, sorry, this thread is getting pretty long.
Robert
Bookmarks