bluemoonsound
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] on-hold to processing statusThank you dbiagi. It works fine.
In an other way, I think Woocommerce already took care of this issue in latest versions. I’ve been receiving precessing order emails on my new tests (before adding your code), and now I receive it two times.
Try it in your side.
Forum: Plugins
In reply to: [WooCommerce] on-hold to processing statusHi dbiagi!
Thanks a lot for this code. Unfortunatly, my website get crashed when I add it into my functions.php
Do you have any advice?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] on-hold to processing statusI didn’t try because I’m not kine to change the originale file, but there’s apparently a solution to solve it : https://github.com/woocommerce/woocommerce/issues/3271
Let me know.
Forum: Plugins
In reply to: [WooCommerce] on-hold to processing statusUnfortunately, no…
Thanks for your reply anphira!
That’s what I was thinking, to override the template with a target=”_blank”. But, the “download invoice” button isn’t coming from WooCommerce templates. WooCommerce PDF Invoices & Packing Slips inject this link in WooCommerce template (I guess?). So the solution might be to find the WooCommerce action which says to open links from Orders in the same window?
I’m afraid I don’t know where to find this…
Forum: Plugins
In reply to: [WooCommerce] woocommerce cart get empty after registrationThanks for the great articles Con!
Unfortunately I didn’t figure out of my issue…
Hi Ewout!
Thank you for your reply. No worries it’s all fine. You already provide us an amazing free plugin who’s really helpful ??
I’ll try to find a solution from WooCommerce. I’ll let you know if I figure out of it.
Antho
Forum: Plugins
In reply to: [WooCommerce] Woocommerce processing order not sending automaticallyApparently that’s a WooCommerce default setting…
See here : https://www.ads-software.com/support/topic/on-hold-to-processing-status/
- This reply was modified 8 years, 5 months ago by bluemoonsound.
Forum: Plugins
In reply to: [WooCommerce] on-hold to processing statusIs that possible to override, or add, the correct trigger from my function.php file? I don’t want to modify WooCommerce files.
Forum: Plugins
In reply to: [WooCommerce] on-hold to processing statusHi there,
I have exactly the same problem than I’m trying to figure out for WEEKS…
It’s also important for me to get these “Processing” notifications.
In my case, we send products on production only after receiving orders. The “On-hold” notifications say to customers : “Your order will not be validated and processed until after receipt of the funds”. Then, we have to notice them when the payment have been received.
Of course we can use the “processing order email action”, that’s what I’m doing. But that means you have to do it manually. I think it would make sense to be able to get manually this notification.
It’s also not really understandable on WooCommerce E-mails Settings when we read “This is a notification when …” (for all e-mails) —> “Enable this email notification”.
If you want to skip this stage, then “Disable” it, no?Cheers
Forum: Plugins
In reply to: [WooCommerce] Woocommerce processing order not sending automaticallyDo you think it could be because of the payment method? I’m only trying the e-mails with bacs or cheque.
Or maybe the e-mail is override by something else, don’t you think?
For exemple, I don’t know why but I didn’t received any notifications of new user registration. I had to add this code to my functions to got it back :
add_action('woocommerce_created_customer', 'admin_email_on_registration', 10 , 1); function admin_email_on_registration( $customer_id) { wp_new_user_notification( $customer_id ); }
Forum: Plugins
In reply to: [WooCommerce] wc_add_notice after a registration redirectionWell… That’s actually a good idea! And no needs to do this through a plugin, I think.
I’ll try this solution time to find something better.
Thanks for the tip ??
Forum: Plugins
In reply to: [WooCommerce] Woocommerce processing order not sending automaticallyHi Con
Thank you for your reply.
I’m already using WP-Mail-SMTP plugin.
The thing is, all my Woocommerce e-mails are sending properly automatically except “Processing Order” ones when I change the order statu. However, it works by manually way when you chose “resend order e-mails” from the order dashboard.
Forum: Plugins
In reply to: [WooCommerce] woocommerce processing order not sending automaticallyHi again,
I tired wp-mail-logging plugin. I can’t see any processing e-mails sent from it. Does that mean there is an issue from the e-mail function?
Forum: Plugins
In reply to: [WooCommerce] woocommerce processing order not sending automaticallyHi there ??
I’ve got the very same problem on mine. All e-mails are sending automatically when I change orders status, except processing ones. However it works fine when I do it manually from orders.
How did you manage it to works meymoon?
Cheers!