Solution: Remove all shop orders
This is a Stub article. Help the eZ Publish community by expanding it!
Question
How can I remove all shop orders?
Solution
Use the 'shop' argument of the ' cleanup.php' php-cli / eZ script to remove all shop orders (among other information).
/usr/local/php4.4.4/bin/php update/common/scripts/cleanup.php -s shop -d -c --logfiles -v --db-user=db --db-password=db --db-database=shop_dev_390 --sql shop
External reference
- Documentation: eZ scripts