I am configuring uCommerce 2 to work in an existing Umbraco site. All seems ok except that at the end of the checkout I get the following error:
No member group configured for product catalog group uCommerce.dk No member group configured for product catalog group uCommerce.dk at UCommerce.Pipelines.Checkout.CreateMemberForCustomerTask.CreateUmbracoMemberForOrder(PurchaseOrder purchaseOrder) at UCommerce.Pipelines.Checkout.CreateMemberForCustomerTask.Execute(PurchaseOrder purchaseOrder) at UCommerce.Pipelines.Pipeline`1.Execute(T subject)
The site uses a standard .net membership based db with many existing customers in a role called "Customer" (imaginative I know!)
When I go to the uCommerce admin tool I cannot see the role under "Create Customers As Members" for the uCommerce.dk catalogue Group.
How can I support customers being added to this existing role?
When you say, "standard .NET membership roles", do you mean the stuff that ships with Umbraco or did you replace the provider? Groups should show up in the drop downs, but I will definitely test when I know a bit more about your scenario.
I've been looking into this thinking that it might be related to uCommerce grabbing values directly from the Umbraco database. Fortunately this turns out to not be the case. Apparently there are multiple APIs in Umbraco to deal with members and groups so I'll have to dig around and find the proper one. Will keep you posted.
Roles instead Member Groups
Hi,
I am configuring uCommerce 2 to work in an existing Umbraco site. All seems ok except that at the end of the checkout I get the following error:
No member group configured for product catalog group uCommerce.dk
No member group configured for product catalog group uCommerce.dk
at UCommerce.Pipelines.Checkout.CreateMemberForCustomerTask.CreateUmbracoMemberForOrder(PurchaseOrder purchaseOrder)
at UCommerce.Pipelines.Checkout.CreateMemberForCustomerTask.Execute(PurchaseOrder purchaseOrder)
at UCommerce.Pipelines.Pipeline`1.Execute(T subject)
The site uses a standard .net membership based db with many existing customers in a role called "Customer" (imaginative I know!)
When I go to the uCommerce admin tool I cannot see the role under "Create Customers As Members" for the uCommerce.dk catalogue Group.
How can I support customers being added to this existing role?
Many Thanks,
Simon
Any help on this? I am concerned that it will not work with standard .net roles.
Guess I have to turn off the option in the Admin tools & add role my own solution to add them to the role!
Hi Simon,
When you say, "standard .NET membership roles", do you mean the stuff that ships with Umbraco or did you replace the provider? Groups should show up in the drop downs, but I will definitely test when I know a bit more about your scenario.
Hi Soren,
not the Member groups that ship with Umbraco but the standard .Net Membership provider that Umbraco is compatible with out of the box:
I can see the members and roles in my Umbraco Member Section, but the roles are not available in uCommerce.
I've been looking into this thinking that it might be related to uCommerce grabbing values directly from the Umbraco database. Fortunately this turns out to not be the case. Apparently there are multiple APIs in Umbraco to deal with members and groups so I'll have to dig around and find the proper one. Will keep you posted.
is working on a reply...