Skip to Content
Menu
This question has been flagged
1 Reply
5165 Views

i have a lot of products i didn`t use , 0 sale 0 purchase 0 qty . i want to delete all this products . which method should i use  
code ORM unlike  , or from database ? 

Avatar
Discard
Best Answer

Hi,

Always don't use DB if you don't know the consequences.

You can archive them, You will filter them from list view, select them and from actions menu select Archive.

If you want to delete them completely, You can filter them from list view, select them and from actions menu select delete.

If you can select them from list view, you can write code on product_template model and use ORM unlink.

Avatar
Discard
Author

thanks waleed

Related Posts Replies Views Activity
0
Jul 25
1890
2
Nov 24
7481
2
Oct 24
4175
2
Aug 24
2346
3
Jul 24
8811