How to turn off order summary email for Paypal

  • Posts: 5
  • Thank you received: 0
11 years 10 months ago #85108

Hi,

Is there a way to turn off order summary confirmation emails if the user chooses to pay through Paypal but receive order confirmations for check payments? This is only for order summary confirmation emails NOT payment confirmations. Not sure if this is something that can only be done in the Business edition or if there's a configuration somewhere on the free version

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
11 years 10 months ago #85234

Hi,

That will require to edit the order creation email via the menu System->Emails (Business edition) and add the following code to it:
<?php if($data->order_payment_method=='paypal') $mail->published = false; ?>

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum