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)
-   -   how to get the customers first name to appear in head.tpl (https://forum.x-cart.com/showthread.php?t=19701)

mmoskva 02-02-2006 10:21 PM

how to get the customers first name to appear in head.tpl
 
How can I get the customers first name to appear in the head.tpl. I tried adding the {$userinfo.b_firstname} tag but it didnt work;

wjbrewer 02-02-2006 11:25 PM

This will give you the full name that the customer registered with.

Code:

{$smarty.cookies.GreetingCookie|replace:"\'":"'"}

mmoskva 02-03-2006 07:40 AM

that did not work for me, does anyone know another option their another option

balinor 02-03-2006 07:47 AM

It only works if the visitor is logged in and allowed a cookie to be set on their machine.

mmoskva 02-03-2006 08:07 AM

is there any way call the {$userinfo.firstname} and have it appear on the cart?


All times are GMT -8. The time now is 05:45 PM.

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