Shopify Notifications

Solved

Shopify Notifications

saeedahmed0174
Tourist
7 0 2

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.

Accepted Solution (1)

sahilsharma9515
Shopify Partner
1266 164 244

This is an accepted solution.

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

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


View solution in original post

Replies 4 (4)

sahilsharma9515
Shopify Partner
1266 164 244

This is an accepted solution.

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

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


saeedahmed0174
Tourist
7 0 2

Can you do it for me.

sahilsharma9515
Shopify Partner
1266 164 244

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 

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


richardcobain
Explorer
80 2 7

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.