mokkihiiri
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Email not sent when ordering digital productHi!
I found out that I had made a mistake. When I was building my site, I thought that because I sell only digital products, I don’t need any billing details (address etc) from the customer. So I removed those with some code snippet. Well, that code snippet also included the email field so actually my site didn’t get the customers email address at all. I thought that the email set in the payment part was enough, but that was apparently just for the paypal to confirm payment.
So this one is solved, thank you for your help!
Forum: Plugins
In reply to: [WooCommerce] Email not sent when ordering digital productHi!
Thank you for your quick response! Yes the order status does update to completed. I run the conflict test later if I can’t figure anything else out, but meanwhile I did some debugging. I made a test purchase and didn’t get the email, so I checked the debug.log and found these interesting lines:
[05-May-2020 20:19:06 UTC] PHP Notice: Undefined index: order in /home/*******/public_html/wp-content/plugins/woocommerce/includes/class-wc-checkout.php on line 205
[05-May-2020 20:19:06 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/*******/public_html/wp-content/plugins/woocommerce/templates/checkout/form-shipping.php on line 62Are these something that could help me?