I know there is a option in uCommerce to set whether to create customer as member, but in my case there is more than one member groups and member types so i cant set this, and those who reaches the checkout page will be already a member of umbraco, so if I check the option to create customer as member will it try to duplicate and throws error?
Can anyone help me to relate ucommerce customer with umbraco member please??
If a member is already logged in during checkout and the "Create customers as members" option is checked uCommerce will use the info of the logged in member and link the customer to that.
Yes Soren, both member group and member type has already created, but i can't set this at store level, the group and type will be different, there are three types and groups for customers all will be accessing this, so i can't set a specific member type or group here. The member will be a logged in member when they reach into the checkout page, any option to take member group and member type of the logged in user and set to uCommerce dynamically?
uCommerce needs these to be set to use the built-in member creation/association. If you need to create members of different types or put member in different groups the simplest is to set a default in uCommerce and then add a pipeline to the checkout pipeline to override groups and types based on what you need.
If you want to take it over completely and can leave the option turned off on the store and just add a new pipeline task to checkout.
Mapping Customer with Umbraco Member
I know there is a option in uCommerce to set whether to create customer as member, but in my case there is more than one member groups and member types so i cant set this, and those who reaches the checkout page will be already a member of umbraco, so if I check the option to create customer as member will it try to duplicate and throws error?
Can anyone help me to relate ucommerce customer with umbraco member please??
Thanks
Basil
If a member is already logged in during checkout and the "Create customers as members" option is checked uCommerce will use the info of the logged in member and link the customer to that.
When i checked the option, it throws the following error, the member is already logged in.
No member group configured for product catalog group 'catalogname'
Did you configure a member group and type on the store level? uCommerce needs both to be able to create new members for customers.
If you don't have any groups or type set up in Umbraco you need that first otherwise your options will be the same as mine below, i.e. "None":
Yes Soren, both member group and member type has already created, but i can't set this at store level, the group and type will be different, there are three types and groups for customers all will be accessing this, so i can't set a specific member type or group here. The member will be a logged in member when they reach into the checkout page, any option to take member group and member type of the logged in user and set to uCommerce dynamically?
uCommerce needs these to be set to use the built-in member creation/association. If you need to create members of different types or put member in different groups the simplest is to set a default in uCommerce and then add a pipeline to the checkout pipeline to override groups and types based on what you need.
If you want to take it over completely and can leave the option turned off on the store and just add a new pipeline task to checkout.
uCommerce Pipelines Explained will help you create a new pipeline task.
is working on a reply...