Order confirmation email issue after upgrade to Magento 2.4.3 - magento2

I am getting issue after upgrade Magento from 2.1.8 to 2.4.3. When selecting Purchase Order as payment method then not able to receive order confirmation email.
If selecting other payment method then able to receive the order email.

Related

Why am I getting a 500 Error when using PayPal uses IPN to WooCommerce?

I'm using WooCommerce version 3.3.5 and I'm trying to get the IPN to work so that my orders get updated.
I added https://example.com/?wc-api=WC_Gateway_Paypal as my notification URL in PayPal.
I'm currently getting a 500 error "PayPal IPN Request Failure" when the order is processed.
What am I doing wrong or what do I have to do to fix this problem.
Thanks in Advance

Magento 2.2 Address Information not showing in admin > sales > order

I have setup Magento 2.2 and configure the payment method to "PayPal Express Checkout"
When i have payment with PayPal Express Checkout
Checkout and Payment is working fine but when i go to Admin > sales > order > edit new order- in order Address Information is not display. Please check below image
Same issues i have found in order email.
When i have payment with Check / Money order
Every thing working fine.
NOTE: i have not installed any third party module and not done any customization. i have test this in 3 setup of Magento 2.2 and all have same issues
Also i have try https://github.com/magento/magento2/issues/5873 but not success
This was Magento product issue.. Which is fixed in Magento 2.2.3 version

issues with notify_url in paypal

I am a developer and we have paypal payment sytem integrated with our shop since long.
We have implemented the notify_url paramter in checkout code and was working fine since 4 months back. But now we could see that when a payment is done, we are not notified via the notify_url we specified. But however if we check the url via the IPN simulator, we can see everythign works as expected, but not not notifying automatically when payment is done .
What could be the issue or what all do we need to cross check for this issue to be solved
Did you received any 'PayPal Instant Payment Notification Warning' email from PayPal? This email could be telling you that there's an issue with your IPN URL when PayPal trying to post back the notification to your server, and that could be the reason you didn't receive the notification message from PayPal.
Otherwise, I would recommend you to contact PayPal technical support via https://www.paypal-techsupport.com/app/ask and providing the detail of your PayPal account for them to troubleshoot on this issue.

New Order and Notify Customer by Email is Not Working in Magento

Now I am currently working on vendors based site, Its running on Magento 1.9.2.2 version.
After I placed the order, admin and vendors got mail, But the customer did not get the mail.
Also in the order edit page (Admin-panel -> Sales -> Order -> Edit) added some comments and checked "Notify Customer by Email" then i submitted,
But Customer didnot receive any mail regarding this.
In the back end I changed the order to invoice, shipping and credit-memo that time only customer got mail.
and also Notify Customer by Email is working fine.
How to fix this issue.

Is it possible to change the transactional e-mail process in Magento CE 1.8.1

I am looking to change the transactional e-mail ordering for my Magento 1.8.1 install.
I've found a lot of ways to automate this but none to do it manually.
Ideally I want to have this order of e-mails:
Order placed - Order Information email & separate payment confirmation e-mail
Order Manually shipped - shipping e-mail
Order Manually Invoiced - Invoice e-mail
Currently I have PayPal set to sale and the e-mail orders go like this:
Order placed - order information e-mail and automatically invoiced
Order shipped - shipping email
I know that I can change to authorize and capture but then this still sends the invoice before the shipping.
Thanks in advance for any advice :)