Hi, is it possible to change the way x-cart assigns a username to those who don't register. All I want to do is change the word "anonymous" to "Guest." I've looked all around and I can't figure it out. I've found this in include/register.php which defines what the generated username will be:
Code:
$uname = $anonymous_username_prefix.$next_anonimous_number;
but I don't know what to do next. How do I change the value for
anonymous_username_prefix from "anonymous" to "Guest"?
Any help would be greatly appreciated.
Thanks!