How to relate existing Umbraco members to uCommerce Customer?
The site we are working on has to be able to register members not only in the ecommerce process but in other areas.
How do I relate an exisitng Umbraco Member to a uCommerce customer, is it okay if in the checkout process I create a new Customer?. My code look like this:
You can have uCommerce do it for you automatically by checking "Create Members for Customers".
If a member doesn't exist when the customer checks out a new one will be created with the specified type in the specified member group. If a member is logged in that member will be set on the customer.
How to relate existing Umbraco members to uCommerce Customer?
The site we are working on has to be able to register members not only in the ecommerce process but in other areas.
How do I relate an exisitng Umbraco Member to a uCommerce customer, is it okay if in the checkout process I create a new Customer?. My code look like this:
You can have uCommerce do it for you automatically by checking "Create Members for Customers".
If a member doesn't exist when the customer checks out a new one will be created with the specified type in the specified member group. If a member is logged in that member will be set on the customer.
Thanks. I guess this will work only for creating new customers, what about existing umbraco members before they become customers?
The feature is poorly named. If a member is logged in uCommerce will use that instead of creating a new one.
I dont see the same structure for the new umbraco interface. Does the functionality still in threre?
It's still there. In Umbraco 7 there are no sections but if you look at the store level you'll see the options are still there.
is working on a reply...