Hey Everyone,
I'm no web designer, but I've gotten pretty familiar with the Coffee Skin. I can't figure out how to do something, though, so I was hoping someone out there can offer a suggestion. I think this should be easy, but I may be wrong.
I know that uStore has a set of parameters that it exposes on every page that can be used. These are the ones available, I think:
storeId : 2026,
cultureId : 1,
cultureCode : 'en-US',
currentUser : {
firstName : 'Patrick',
lastName : 'Pietras',
phoneNumber : '',
mobileNumber : '',
faxNumber : '',
companyName : '',
department : '',
jobTitle : '',
externalId : '****',
gender : '',
birthday : '',
custom1 : '****',
custom2 : '',
custom3 : '',
custom4 : '',
custom5 : '',
userGroups : [{"ID":4,"Name":"Superuser Root"}]
I'm using the Coffee Skin, and I want to be able to show the user of the field Custom1 in their Navigation header. So, my question is this:
How do I address the field in my HTML code to call the custom1 field? I can't figure out the proper syntax to get it to work.
Any insight?
Thanks,
Patrick