eCommerce construction > How-to questions

Mass Delete Products

(1/2) > >>

lindsey80:
Hi, Is there any way to mass delete products as I have done an import, which it said failed.... When looking in my products page, there are now 3000 products there! Many duplicated so I don't know what has gone wrong!!  I know that I can select the Page and delete the items, but the maximum I can delete like this is 60, so it will take me forever!!

Many thanks in advance

Basara:
Hello.
Go to Admin > Catalog > Product select all and click Delete Selected in bottom right  ;)

lindsey80:
Thanks I did have to do this but with 3000 products and only being able to delete 60 at a time, it was very tedious.  I didn't know if there was a table I could delete from?

Many thanks for your help

Basara:
Hello.

Export it to CSV format and add new column with name action type delete in cells for each product
https://abantecart.atlassian.net/wiki/spaces/AD/pages/15007876/Import#Import-ActionInsertorUpdate

abantecart:
If you have some PHP skills, you can create a quick admin controller to delete products by calling this model function deleteProduct($product_id):

https://github.com/abantecart/abantecart-src/blob/master/public_html/admin/model/catalog/product.php#L1194

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by SMFPacks Social Login Mod