Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Can i delete all my customers?

    I copied my shop over and the data base but is there away that I can delete all my customers? And is there away that I can set my order number. I don't want my order number to start at 1 I want it to start at 5000.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,378
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can i delete all my customers?

    What do you mean by "copied my shop over"?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Can i delete all my customers?

    I meant to say that I restarted my site I had it down for awhile and I am selling something new.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,378
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can i delete all my customers?

    So, you're wanting to purge all customers, addresses, orders, products, everything?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Can i delete all my customers?

    yes i would like to start fresh and is there any way i can choose my start number for my order numbers?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,378
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can i delete all my customers?

    Quote Originally Posted by touchclothing View Post
    yes i would like to start fresh and is there any way i can choose my start number for my order numbers?
    Yes: Admin->Tools->Store Manager->Change Starting Order Number.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Can i delete all my customers?

    how do i clean everything out like the customers and orders?

  8. #8
    Join Date
    Jan 2004
    Posts
    66,378
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can i delete all my customers?

    ******** USE EXTREME CAUTION WHEN DOING THIS!!!!! *******
    Doing this WILL DELETE *ALL* customer and order data from your database.

    Go to Admin->Tools->Install SQL Patch and paste the following in the box and click Send.
    Code:
    truncate table customers;
    truncate table address_book;
    truncate table customers_info;
    truncate table group_pricing;
    truncate table orders;
    truncate table orders_products;
    truncate table orders_status_history;
    truncate table orders_products_attributes;
    truncate table orders_products_download;
    truncate table orders_total;
    truncate table admin_activity_log;
    truncate table authorizenet;
    truncate table banners_history;
    truncate table counter;
    truncate table counter_history;
    truncate table coupon_email_track;
    truncate table coupon_gv_customer;
    truncate table coupon_gv_queue;
    truncate table coupon_redeem_track;
    truncate table coupon_restrict;
    truncate table customers_basket;
    truncate table customers_basket_attributes;
    truncate table db_cache;
    truncate table email_archive;
    truncate table files_uploaded;
    truncate table paypal;
    truncate table paypal_payment_status_history;
    truncate table paypal_session;
    truncate table sessions;
    truncate table upgrade_exceptions;
    truncate table whos_online;
    And this too if you used the linkpoint payment module:
    Code:
    truncate table linkpoint_api;

    But, given that you're starting a new store, and by the sound of it, likely also new products, a clean new install might be a better idea.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Can i delete all my customers?

    will this effect the products that i have uploded? becuase i just want to clear the orders and customers.

  10. #10
    Join Date
    Jan 2004
    Posts
    66,378
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can i delete all my customers?

    Doesn't affect products or categories or attributes.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Reset store: Delete all orders, customers, etc.
    By flix in forum Managing Customers and Orders
    Replies: 16
    Last Post: 31 Oct 2012, 08:04 PM
  2. How to reset zen cart? ie: delete all customers etc?
    By poosk in forum General Questions
    Replies: 3
    Last Post: 18 Nov 2009, 04:12 PM
  3. Delete all customers
    By panzico in forum General Questions
    Replies: 1
    Last Post: 14 May 2009, 06:29 PM
  4. All customers fields in ADMIN > CUSTOMERS are empty and I can't delete them!
    By plgaudreau in forum Managing Customers and Orders
    Replies: 1
    Last Post: 26 Feb 2008, 02:08 AM
  5. need to delete all customers
    By trillian in forum Managing Customers and Orders
    Replies: 7
    Last Post: 4 Mar 2007, 06:10 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR