Quote Originally Posted by Danielle View Post
I have this installed an a 1.3.9d store, and it's working great, except customers who choose to COWOA are not receiving an order confirmation e-mail. Any ideas why this might be happening?

Thanks!
Fixed this. In includes/classes/order.php, change this:

function send_order_email($zf_insert_id, $zf_mode) {
global $currencies, $order_totals;
// disable for COWOA
if ($_SESSION['COWOA']) return false;

// print_r($this);
// die();
to this:

function send_order_email($zf_insert_id, $zf_mode) {
global $currencies, $order_totals;
// disable for COWOA
// if ($_SESSION['COWOA']) return false;

// print_r($this);
// die();