Hi,
I don't want to have Tax displayed in the confirmation e-mail. The sub total has tax included, then shipping is displayed, then tax, then the total. The problem is the tax being displayed is confusing customers, thinking the tax is being added twice.
I know the e-mail is created in the 'includes' > 'classes' > 'order.php' file.
I don't know where the array is being created from or what position the tax values are at... I just want to stop the tax from being displayed in the confirmation email. Any ideas?PHP Code:$email_order .= strip_tags($order_totals[$i]['title']) . ' ' . strip_tags($order_totals[$i]['text']) . "\n";
Thanks,
Paddy



