Forums / Managing Customers and Orders / Customer Approval Status

Customer Approval Status

Locked
Results 1 to 7 of 7
This thread is locked. New replies are disabled.
22 Nov 2008, 15:03
#1
bfmarini avatar

bfmarini

New Zenner

Join Date:
May 2008
Posts:
29
Plugin Contributions:
0

Customer Approval Status

Is there a way to have every customer account created to be defaulted to a status of approved?

I'd say 80% of the time, customer status is getting set to approved right off the bat, however it seems I have times where the status is being set to pending approval.

Thanks,
22 Nov 2008, 17:22
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Customer Approval Status

Is there a way to have every customer account created to be defaulted to a status of approved?

Yes - -Do not require approval
22 Nov 2008, 17:43
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: Customer Approval Status

You need to customize the module for:
create_account.php

and change the default setting on the customers_authorization to be set to 0 rather than the default setting from the CUSTOMERS_APPROVAL_AUTHORIZATION
23 Nov 2008, 20:53
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Customer Approval Status

Ajeh:

You need to customize the module for:
create_account.php

Isn't that what this does??

admin > Customer Details > Customer Approval Status - Authorization Pending > set to "0" = not required
[QUOTE]
[/QUOTE]
23 Nov 2008, 21:55
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: Customer Approval Status

Not if you want to use the Customer Authorization and enable it but auto enable the customer vs use it as designed where you manually have to approve the customer ... :smile:
23 Nov 2008, 22:36
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Customer Approval Status

I don't get it!!
Why use Customer Authorization and then auto enable it???
Kinda defeats the purpose...
26 Nov 2008, 19:28
#7
bfmarini avatar

bfmarini

New Zenner

Join Date:
May 2008
Posts:
29
Plugin Contributions:
0

Re: Customer Approval Status

Thanks! I got very confused over the whole admin settings issue to. I'll make the mod in the file. Thanks again!