I am using the razor store macro's modified for my own use but the main functionality remains unchanged. I can follow through the entire checkout process even to the payment process using sandbox.paypal.com. The member creation also works correctly in that there is a member with the same email which is used for the checkout process. The problem is that none of the fields with the member are filled out. My question is as follows:
Are there specific alias for the member properties on the MemberType which I am telling uCommerce to use. If so what are they or where can I find them. Thanks in advance.
I don't know about any property alias shortcuts, but I would do it with a custom pipeline task (right after the create umbraco member task). Let me know if you need some help with that.
Create Customers As Members
I am using the razor store macro's modified for my own use but the main functionality remains unchanged. I can follow through the entire checkout process even to the payment process using sandbox.paypal.com. The member creation also works correctly in that there is a member with the same email which is used for the checkout process. The problem is that none of the fields with the member are filled out. My question is as follows:
Are there specific alias for the member properties on the MemberType which I am telling uCommerce to use. If so what are they or where can I find them. Thanks in advance.
I don't know about any property alias shortcuts, but I would do it with a custom pipeline task (right after the create umbraco member task). Let me know if you need some help with that.
Out curriosity,
which properties do you want to set?
Nickolaj already posted a nice answer.
Remember the customer is linked to a member so you allready have a lot of context to work on.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.