You would need to write code for this, looking up each order in the db and somehow verifying that there are no physical products in it, then updating the order status for those that qualify to a new status like "Download". The verification method could vary depending on your store's organization. If all downloadable products are in one or more separate categories, you could use that as a criterion; if not, it could get tricky.


Reply With Quote
