I've updated my order status email with the code listed here, but still nothing is getting sent during the normal checkout process (it does get sent if I change the order status manually on the admin-side).
I'm wondering if I'm missing something in the Checkout workflow.
We are not using the 'advanced' workflow.
Here's what we've got in the workflow:
login_address_shipping_payment_coupon_cart_status_fields_confirm,end
Is there possibly something missing there?
Or did I miss something in the order status notification email change?
Here's the last few lines of the HTML version code:
</tbody>
</table>
</div>
<?php $data->customer = $customer;?>
<?php $data->customer->user_email = array($data->customer->user_email,'email2@mywebsite.com','email3@mywebsite.com'); ?>
(I've also tried it with removing the $data->customer = $customer; line without any better results)
The orders ARE getting marked as 'confirmed' by the authorize.net payment when completed. Just to confirmation email being sent.
Any help would be appreciated as we can't get any status emails to automatically send upon order (payment) confirmation.
[Running HikaShop 2.1.2]