Auto Responder Not Working

Hi All,



I have turned off notify orders department for when we chose to set the orders to “completed” however it ALWAYS messages the order department with a “completed” email that has also been sent to the customer.



Does anyone know how to solve this as its REALLY annoying and my company now has to set the completed emails as spam.



Kind regards and thank you for any help

We have had the same issues,



The Order Status would have both boxes de selected



But, edit the admin/common_templates/select_popup.tpl



and change the code around 46 to



{if $notify}





  • {/if}
    {if $notify_department}




  • {/if}
    {if $notify_supplier && $settings.Suppliers.enable_suppliers == "Y"}




  • {/if}





    [quote name=‘AmitP’]Hi All,



    I have turned off notify orders department for when we chose to set the orders to “completed” however it ALWAYS messages the order department with a “completed” email that has also been sent to the customer.



    Does anyone know how to solve this as its REALLY annoying and my company now has to set the completed emails as spam.



    Kind regards and thank you for any help[/QUOTE]