Zeryk Posted September 8, 2014 Share Posted September 8, 2014 1.6.0.9 When customer proceed an order PS automaticly sends 2 emails. 1) preparation 2) order confirmation. Where do I switch off the order conf.? I want to send it manualy after viewing the order. Thanks. Link to comment Share on other sites More sharing options...
NemoPS Posted September 8, 2014 Share Posted September 8, 2014 It depends on which status orders are put, I think that is set for "payment accepted", can you confirm it's the same on your site? If so, you can go to order statuses and disable the email send out for that one Link to comment Share on other sites More sharing options...
vekia Posted September 8, 2014 Share Posted September 8, 2014 you can disable emails under: orders > statuses section in your back office you will see there list of order states and feature to turn on / off email notification Link to comment Share on other sites More sharing options...
Zeryk Posted September 9, 2014 Author Share Posted September 9, 2014 you can disable emails under: orders > statuses section in your back office you will see there list of order states and feature to turn on / off email notification Hi, thanks for relay. Yes,I was trying this option,but unfortunately didnt work:-( When u proceed the order, PS sends 2 emails 1) preparation in progress - which is OK 2) Order confirmed - not OK, coz I dont whant to confirm order before I check it. As u can see in screenshot above , there is no such an option. Order conf. using the email template 'order_conf.htm / .txt ' which I couldnt find anywhere in BO to switch it off. So I was digging into the php filles and found the solution ( I think ) . ..classes/PaymentModule.php : there is a short script between lines 756-768 which sends the 'order_conf' by email automaticly after order has finished. I dont know if that will have influence on different function later, but actually I dont need that tempate ( order_conf) at all. I confirm order same time with payment request, so I use different template for that metter anyway. I havent marked this topic solved yet , coz not sure if this is the OK solution. It might not work for somebody. Thanks againg for reply. 2 Link to comment Share on other sites More sharing options...
bricogsm Posted February 7, 2015 Share Posted February 7, 2015 Hi did you find any solution? I need to do the same thing, to cancel first email with confirmation order. Link to comment Share on other sites More sharing options...
NemoPS Posted February 13, 2015 Share Posted February 13, 2015 If that's the one you need to remove, you have to take the code off PaymentModule.phpof course, you have to do it for any module overriding the method as well (overriding the email part) Link to comment Share on other sites More sharing options...
Recommended Posts