Skip to content

Delete unused product such as disabled products, products without image etc.

License

Notifications You must be signed in to change notification settings

popovserhii/magento-deleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magento Deleter

Delete unused product such as disabled products, products without image etc.

Usage

You can simply run next command which delete all disabled product, product without images and permanent rewrites from core_url_rewrites

php shell/deleter.php --delete all

Also you can run all command separately

php shell/deleter.php --delete disabled
php shell/deleter.php --delete noImage
php shell/deleter.php --delete rewritePermanent
php shell/deleter.php --delete rewrite

About

Delete unused product such as disabled products, products without image etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages