Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 36
  1. #11
    Join Date
    Jan 2013
    Posts
    29
    Plugin Contributions
    0

    Default Re: Delete all products?

    I think the only thing I might have to reload are the tables for Local Sales Tax Mod. I had to created a table and update a few more for that. There also may be and sql statement or 2 I will need to run for my template which is the Alysa Rounded from PicaFlor Azul, but not sure about that. The plugins I installed were Local Sales Tax Mod and EasyPopulate CSV for the version v1.5.1 of ZenCart I'm running.

    I initially installed ZenCart at ControlPanel on HostGator, so am not exactly sure how to run zc_install. I'm doing some research so if I figure it out before I hear from anyone, will post back to let you know I've figured it out.

    As far as having a test and live ZenCart, I am assuming for the test cart, I would just do a new install from Control Panel, but designate a folder, like public_html/testcart/ for instance.

    Thanks,
    Alisa

  2. #12
    Join Date
    Jan 2013
    Posts
    29
    Plugin Contributions
    0

    Default Re: Delete all products?

    I went to public_html in FileZilla, looking for zc_install/index.php an cannot find that folder. In public_html, I have these folders:
    admin-xxx (zencart admin)
    cache
    docs
    download
    editors
    email
    extras
    images
    includes
    logs
    media
    popups
    tempEP
    Testing (which is a folder I created to test PHP scripts)
    Before I installed this on the server, I played around with it some at localhost. In that install, I have a folder called zc_install_DB. Not really sure why it would be here and not on my server since I did the installs the same way. Any advice. Can I just drag that folder over to my live server?

    This is giving me a headache.

    Thanks,
    Alisa

  3. #13
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Delete all products?

    As far as deleting "all products", there are a LOT of tables involved, including the ones in each of these three sections:
    http://www.zen-cart.com/wiki/index.p...a#Product_Info
    http://www.zen-cart.com/wiki/index.p...ricing_Details
    http://www.zen-cart.com/wiki/index.p...ra_Information
    ... plus any tables you've added (ie: plugins or custom coding) that store data related to any specific product or category or attribute or download or extended product information.
    .

    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.

  4. #14
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Delete all products?

    Quote Originally Posted by dancingbay View Post
    I went to public_html in FileZilla, looking for zc_install/index.php an cannot find that folder. In public_html, I have these folders:
    ...

    Before I installed this on the server, I played around with it some at localhost. In that install, I have a folder called zc_install_DB. Not really sure why it would be here and not on my server since I did the installs the same way. Any advice. Can I just drag that folder over to my live server?
    Your Hostgator one-click install would have removed the zc_install folder because it's no longer needed after installation (and shouldn't be left on a live server anyway). So, yes, you could drag and drop it to the server (as long as it's from the same version of Zen Cart).
    .

    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. #15
    Join Date
    Mar 2012
    Posts
    315
    Plugin Contributions
    0

    Default Re: Delete all products?

    my reply was for an old post question so I deleted it.. sorry.. Just said that I use Apsona Shopadmin.
    Last edited by Johnnycopilot; 11 Feb 2013 at 12:30 AM.

  6. #16
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Delete all products?

    another option (not saying its the best) is you could use an addon like Easy Populate.

    It has the function to delete products, you simpley download the full catalouge then instead of setting the product status to 0 or 1 you set it to something like 8 or 9 then when you up load the file it deletes the products with the status 8or9..

    I have used this factily before and havent had any issues with it....yet ;)
    Phil Rogers
    A problem shared is a problem solved.

  7. #17
    Join Date
    Jan 2013
    Posts
    29
    Plugin Contributions
    0

    Default Re: Delete all products?

    Is the product still in the database? What about the categories? All the products/categories in the sample data is related to music and computers. All my products are related to things that can be embroidered or engraved. So, that being said, I want it all gone.

    I do have EasyPopulate CSV for v1.5.1 installed, but am having a bit of trouble finding any documentation on what each column in the .csv files does.

    Using EasyPopulate wold be my first choice if it does away with all the categories/products that are not needed. On that note, if I go to Catalog -> Categories/Products and try to delete a product from that point, on some products, clicking the red x takes me to a sitemap of my site that says page not found. I did go in and change all the categories and on some of those, it's like the product got unlinked or something.

    Thanks,
    Alisa

  8. #18
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Delete all products?

    I dont believe easy populate will delete categories. just poducts. if you read the documentation there used to be a section where it tells you what to set the product status to make the product delete.
    Phil Rogers
    A problem shared is a problem solved.

  9. #19
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Delete all products?

    EP won't reset the product numbers. It will cause the system to leave gaps and start at the next highest product number since the last product number created whether that number was deleted or not.
    .

    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.

  10. #20
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Delete all products?

    Quote Originally Posted by DrByte View Post
    EP won't reset the product numbers. It will cause the system to leave gaps and start at the next highest product number since the last product number created whether that number was deleted or not.
    not sure I understand DrByte, can this cause a problem? or is it just "untidy"?

    what do you mean by leaving gaps? can you give an example so I can understand a little better?

    Thanks
    Phil Rogers
    A problem shared is a problem solved.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Delete All Products By Manufacturer
    By milobloom in forum General Questions
    Replies: 4
    Last Post: 16 Jan 2008, 01:28 AM
  2. Delete all products/categories
    By KenBarlow in forum General Questions
    Replies: 1
    Last Post: 4 Sep 2007, 07:22 PM
  3. How can I delete all products?
    By Rusta in forum General Questions
    Replies: 1
    Last Post: 19 Jun 2007, 03:24 AM
  4. How to delete all products?
    By Checkerbox in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 2 Feb 2007, 01:56 AM

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