X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Change default "anonymous" to "Guest" (https://forum.x-cart.com/showthread.php?t=2514)

TheWrongGrape 04-30-2003 03:52 PM

Change default "anonymous" to "Guest"
 
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!

shan 05-01-2003 04:33 AM

youll find this in the config.php file

TheWrongGrape 05-01-2003 08:51 AM

Woohoo! Thank you!!
 
Thank you ever so much! It was as simple as that. Thanks!
:D


All times are GMT -8. The time now is 09:24 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.