I want to delete all orders create prior to a certain date ( say a year ago). Deleting orders one by one through the Zen admin interface would be painful. I could delete through PHPMyAdmin use a SQL query but what I want to know is what do I need to delete other than just the orders?
Thanks in advance.
--artbobo