Any way to remove duplicates?

I noticed that I may have uploaded some products twice (duplicates). Any way to mass remove duplicates? Is there a function within CS cart that can do this?

Do a search for the product name and bulk delete the duplicate ones.

I have no walk through on HOW but maybe

you can export the sql product database, run

an Excell ( or similar ) macro to detect and remove

duplicates then import it back into the database.

OK lets imagine your using version 4.0.2. If thats the case the import tool does not replace the product it just create a new product with the same SKU number.



To fix the bug do refer to the following thread

[url=“http://forum.cs-cart.com/tracker/issue-4571-csv-import-does-not-update-existing-products-and-just-create-new-product-with-same-product-code/”]http://forum.cs-cart.com/tracker/issue-4571-csv-import-does-not-update-existing-products-and-just-create-new-product-with-same-product-code/[/url]


  1. Fix the bug
  2. Delete all products (all ways backup things)
  3. Import back the CSV



    Hope it helps.