Zen Cart Logo

Banned

Views: 696

Results 1 to 5 of 5
17 Feb 2012, 3:29 PM
#1
split63 avatar

split63

Totally Zenned

Join Date:
May 2010
Location:
Texas
Posts:
513
Plugin Contributions:
0

Banned

I have gone into a customer account and changed their status to
"Banned - Not allowed to login or shop".

Yet this customer keeps placing orders. Each time he uses the same email address.

How does this feature "Ban" the user, by IP address or Email address?

If this feature does not work, I guess the next best thing is to delete his account.

17 Feb 2012, 3:42 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Banned

Deleting the account just lets the customer make a new one ...

Look in the Customers ... Customers ... and see what the Customer is set to for the Customer Authorization Status ...

Then check that the file:
/includes/modules/pages/login/header_php.php

is testing for the customers' access status, there should be a test where you see:

      // this account is banned
17 Feb 2012, 4:15 PM
#3
split63 avatar

split63

Totally Zenned

Join Date:
May 2010
Location:
Texas
Posts:
513
Plugin Contributions:
0

Re: Banned

Customers --> Customers - There is a big RED "X" in the Authorized column for this user.
Clicking on Edit
Customers Authorization Status "Banned - Not allowed to login or shop"

/includes/modules/pages/login/header_php.php:

// this account is banned
  $zco_notifier->notify('NOTIFY_LOGIN_BANNED');
  $messageStack->add('login', TEXT_LOGIN_BANNED);
} else {

Using Version 1.3.9e

17 Feb 2012, 5:38 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Banned

Can you make a test account and ban yourself and see if it works for you?

18 Feb 2012, 7:59 AM
#5
israelimports avatar

israelimports

New Zenner

Join Date:
Jan 2012
Posts:
12
Plugin Contributions:
0

Re: Banned

By chance do you know the users IP address?