ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - Bulk delete of inactive customers
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bulk delete of inactive customers

 Post Reply Post Reply
Author
Message
BrianRoden View Drop Down
Groupie
Groupie


Joined: 07-September-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote BrianRoden Quote  Post ReplyReply Direct Link To This Post Topic: Bulk delete of inactive customers
    Posted: 06-March-2013 at 5:57pm
We use ProductCart 4.0 to run our B2B wholesale site. I need to do a mass database update to deactivate/delete any customers in ProductCart that are no longer active customers in our internal AS/400-based billing system.
 
I have imported a CSV file with the e-mails of the inactive accounts into a table in our SQL DB for the store. Which table/field would I update in the PC tables to make it where these customers can no longer log into the PC site?
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 06-March-2013 at 6:40pm
As a former AS/400 developer, I'm happy to give ya a hand.
 
table = customers
fields:
 - suspend = 1
-  pcCust_Locked = 1
 
 
 
  • Lock the customer account
    The customer will remain in the database, but he/she will no longer be able to log in and/or place orders.
  • Suspend the account
    The customer can log into the account and browse the catalog, but not place an order. The difference between locking and suspending an account is that in the first scenario the customer can no longer log in (e.g. to view previous orders, etc.).
  • Back to Top
     Post Reply Post Reply
      Share Topic   

    Forum Jump Forum Permissions View Drop Down

    Forum Software by Web Wiz Forums® version 12.04
    Copyright ©2001-2021 Web Wiz Ltd.

    This page was generated in 0.078 seconds.