Membership attachment. #386
-
V3 RC. Cart's are coming through with Unknown email and username. The member details are attached. Do I need to do anything to get the name and email showing? |
Beta Was this translation helpful? Give feedback.
Answered by
mattbrailsford
Sep 13, 2022
Replies: 1 comment 1 reply
-
Yea, we don't actually pull anything through from the member, rather the customer details come from the order properties. You need to set a firstName and lastName property on the order to populate those. Take a look at the docs for system properties here https://vendr.net/docs/core/2.1.0/umbraco-v9/key-concepts/properties/#system-properties |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
garpunkal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yea, we don't actually pull anything through from the member, rather the customer details come from the order properties. You need to set a firstName and lastName property on the order to populate those.
Take a look at the docs for system properties here https://vendr.net/docs/core/2.1.0/umbraco-v9/key-concepts/properties/#system-properties