ybtronic Posted January 23, 2009 Share Posted January 23, 2009 Hi everyone, I was wondering if anyone know how to get the customer name from the database and display it. Example I have a pop up window that greet the customer by name. I am looking at the index.php and It is calling tep_customer_greeting but I couldn't find that function anywhere. Can someone please give me some advise I'll Appreciated.. Thanks Vi Huynh Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted January 23, 2009 Share Posted January 23, 2009 Try /includes/functions/general.php (Emphasis on try) Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
germ Posted January 23, 2009 Share Posted January 23, 2009 <?php if ( tep_session_is_registered('customer_first_name') && tep_session_is_registered('customer_id') ) { echo tep_output_string_protected($customer_first_name); } ?> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
ybtronic Posted January 23, 2009 Author Share Posted January 23, 2009 Thank you very Much !!!!!!!!!!!!... You just save me from sitting here for another 24 hours. thanks :rolleyes: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.