have a look to catalog\language\YOUR_LANG\mail\order_confirm.php or catalog\view\theme\YOUR_THEME\template\mail\order_confirm.tpl
Find and get many various of opencart modules, themes, mods, etc for your opencart store at http://www.openmycart.com/oc/, OPENCART SITE customization and Maintenance supports at here
I was able to find the template for the initial customer invoice receipt sent but not the one for the email send when order status is updated & customer is notified. Any idea where this one is triggered from or located?
Customer Invoice Email
catalog/view/theme/SNV/template/mail/order_confirm.tpl
Customer Invoice Email
catalog/view/theme/SNV/template/mail/order_confirm.tpl
Sorry, but I am not fully understood what do You want to do exactly, I was show You the file that responsible to send confirmation email after items ordered at above, but if You want to know where the another file relation come from to it, You can find it at
catalog\model\checkout\order.php
in the file has public function confirm() and the sender code isbut if You want to re-send the confirmation mail You can do it from admin area Sales--order--edit hope this will help You
catalog\model\checkout\order.php
in the file has public function confirm() and the sender code is
Code: Select all
$mail = new Mail();
//....bla...bla..
$mail->send();
Find and get many various of opencart modules, themes, mods, etc for your opencart store at http://www.openmycart.com/oc/, OPENCART SITE customization and Maintenance supports at here
Who is online
Users browsing this forum: Amazon [Bot] and 19 guests