Hi all, is it possible to set opencart to automatically notify customers the status of the order. So when shipped etc they receive an email, instead of having to tick the notify customer box every time. Hope you can help
Open admin/view/template/sale/order_info.tpl and find this code:
Replace with this:
Code: Select all
<td><input type="checkbox" name="notify" value="1" /></td>
Code: Select all
<td><input type="checkbox" name="notify" value="1" checked="checked" /></td>
I was trying to do the same thing. Couldn't find the code in admin/view/template/sale/order_form.tpl though. Found it in admin/view/template/sale/order_list.tpl. Changed it as Avicci suggested and it worked, when I view a order history the notify customer checkbox is already checked.
Thanks!
Thanks!
Sorry - A little late to the party - just found this post. Is it possible to auto notify a customer for certain order statuses only - like ONLY auto notify for order complete, for example but all other status changes do not auto notify customer.
Thanks
Robster
Thanks
Robster
I know my place...!
Who is online
Users browsing this forum: Amazon [Bot] and 19 guests