on store pages these tags. with the first one doing all the work all the others are just text that displays with the first tag.
[-- RegistrationSignIn --] Customer Registration Sign in/Register links
[-- STORE.NewCustomer --] text: New Customer?
[-- STORE.ToRegister --] text: Click here to register
[-- STORE.RetCustomer --] text: Returning Customer?
[-- STORE.ToSignIn --] text: Click here to sign in
[-- STORE.ViewEdit --] text: View/Edit account
[-- STORE.SignOut --] text: Sign out
On the shopping cart screen use these.
[-- SC_Registration --] Links to register or sign in. (Also IF)
[-- SignedIn? --] True if the customer is signed in
[-- SC_Must_Register --] True if the customer must be registered to check out
[-- RegisteredName --] Customer's name if signed in
Information from the help at
http://www.shopsite.com/help/10.1/en-US ... et.sc.html