Thanks i2Paq, nice to see that you are still around. I haven't seen Opencart in a long time.
I did look at a vqmod but it didn't seem to do anything different. I have commented out the $mail2->setText line in the hope that it will show the html email but they have to test it with a credit card
order. I just can't see why they don't receive the same html email rather than the simple text one which has no shipping details - they receive other html email without a problem.
Since there doesn't seem to be a $mail->setCC, I don't know if I can amend the customer email
from:
Code: Select all
$mail->setTo($order_info['email']);
To something like:
Code: Select all
$mail->setTo($order_info['email'].';'.$this->config->get('config_email'));
or if it would even solve the problem if it was possible.
It has caused much embarrassment and I can't ask them to try many more times without it working!