[Customer Settings] Registration Method & Limited to Stores

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Store 1 has 'Admin Approval' as registration method.
I would like to set 'Email Validation' for Store 2 as registration method.

But I didn't find any options to do this.

Is this possible with 3.90?
Will this be possible with 4.0?
6 years ago
This is not available out of the box nor will be for v4.0
5 years ago
Has anyone done this? This is a requirement for my customer who is running both B2B and B2C sites and therefore requires different registration methods.

Site 1 - B2B
Registration is "Disabled" (handled via third party ERP solution)

Site 2 - B2C
Registration is "Standard"

I'm looking at the Register method within Nop.Web.Controllers.CustomerController and the model CustomerSettings. What i'm thinking is considering that dbo.Setting already has StoreId i can append the setting " customersettings.userregistrationtype" to have multiple entries: -

Site 1 - B2B (Disabled)
dbo.Setting has value of Disabled against Store 1

Site 2 - B2C (Standard)
dbo.Setting has value of Standard against Store 2

Does that sound like a feasible solution? Just now need to work out how to filter the CustomerSettings based on the sites current StoreId.

Any tips?

Thanks,


Steve
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.