14 Mar 2008, 11:41 PM
New Zenner
- Join Date:
- Mar 2008
- Location:
- Fort Collins, CO
- Posts:
- 1
- Plugin Contributions:
- 0
How not to send email on downloadable only orders
Is there a nice way to prevent emails from coming to the admin on orders that consist of only downloadable products?
The only thing I could think of was to put a kludge into order.php which sends no email to SEND_EXTRA_ORDER_EMAILS_TO when it finds the string "Free Shipping:" in the order email. Seems like this should be configurable somewhere but I did not find it.