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)
-   -   Welcome back?? (https://forum.x-cart.com/showthread.php?t=29971)

gregl 03-24-2007 03:49 PM

Welcome back??
 
Almost finished the store, but for this.

Is there a way of having only the returning customer's first name instead of both first and last? Just appears a bit formal for my taste, but I can be persuaded otherwise if it's the normal thing to do.

I assume this is the code {$smarty.cookies.GreetingCookie|replace:"\'":"'"}

I'm only just getting really comfortable with editing templates, I haven't got started on Smarty yet?

Regards

Greg

wjbrewer 03-24-2007 10:15 PM

Re: Welcome back??
 
In modules/Greet_Visitor/set_cookie.php find this line.

PHP Code:

$first_last $user_data['firstname']." ".$user_data['lastname']; 


And change it to this:

PHP Code:

$first_last $user_data['firstname']; 


That's it. :D

gregl 03-24-2007 11:19 PM

Re: Welcome back??
 
Works a treat wjbrewer, thanks very much.

Here I am looking for Smarty or .tpl files and it's a simple PHP. Bah! I'll get there I'm sure.

Thanks again

Regards

Greg


All times are GMT -8. The time now is 06:02 AM.

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