Accoring to this post https://developers.suitecommerce.com/try-out-the-loginregisterpage-userprofile-and-myaccountmenu-components, profile information is available throughout the site...
I need to display the user's firstname/lastname and email address in custom fields on the checkout in SCA. How do I access the data?
None of the followiing appear to work
'OrderWizard.Step.js defines 'Profile.Model' and includes ProfileModel in its functions... I've added the following in 'order_wizard_step.tpl'
{{profileModel.firstname}}
{{ProfileModel.firstname}}
{{Profile.firstname}}
{{profile.firstname}}
Expected output is for one of these to disaply the corresponding value Result is nothing at all