Shopify Notifications

Normally an order confirmation email is sent when someone places an order with a bank deposit but I want to send a whole new notification, or I could modify it so that different order confirmation emails are sent with different payment methods.

Hi @saeedahmed0174 Yes you can do it, you need to use the If and else condition in the order confirmation email, and send the part of the email if it meets the condition if not then it will not send that part of the email.

If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

1 Like

Can you do it for me.

Hi @saeedahmed0174

Yes I would love to help you in this, for this I will need the access of your store, can we move this conversation from here to whatsapp or email or private message in shopify whichever is suitable for you.

Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Shopify doesn’t allow sending completely different order confirmation emails for each payment method by default, but you can customize the Order Confirmation email template to display different content based on the payment method. Use Shopify Liquid code to include conditional logic like {% if order.payment_method == ‘Bank Deposit’ %} to tailor the email content. Alternatively, you can use third-party apps like Klaviyo or Shopify Flow for more advanced email automation tailored to payment methods.