PDA

View Full Version : Welcome message


Red Flare
04-05-06, 11:34 AM
We modifed our page and now I forgot how to do this. :o

How can I display a message of type: "Welcome back (insert name of customer here)"?

Ideally I would like it displayed on my storefront (http://redflarekits.com/mm5/merchant.mvc?Screen=SFNT&Store_Code=rfes) where now it says "Dear visitor!"

Thanks for any help

Pete McNamara
04-05-06, 01:45 PM
Try:

Your Store Name | Customer Links | Customer Account Link

latu
04-05-06, 04:22 PM
And make sure the SFNT page template contains the <mvt:item name="customerlink" /> token.

Red Flare
04-06-06, 09:04 AM
So I pasted the code and the customer link item into SFNT. It works if a person signs in, but then if a person clicks anywhere on the page and comes back to the SFNT, they are no longer signed in.

Any thoughts?

Vic - WolfPaw Computers
04-06-06, 09:21 AM
What are you using for the link?

Red Flare
04-06-06, 10:00 AM
<mvt:item name="customerlink" />

<a href="&mvt:global:secure_sessionurl;Screen=ACNT&Order=0&Store_Code=&mvte:global:Store_Code;">Welcome &mvte:global:Customer:bill_fname; &mvte:global:Customer:bill_lname; to Redflarekits.com.</a>
<br><br>


You never seem to sleep! :)