abhiverma
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Emails notifications are not being sentHi, I tried with this Hook (woocommerce_order_status_changed) but it is also just updating the order status, can you please share the code of the hook that could trigger the order invoice email once the order status get changed to completed?
Forum: Plugins
In reply to: [WooCommerce] Emails notifications are not being sentManually it is sending the emails, As I’m dealing with virtual products on website so, I’m changing the order status by the given below hook.
add_action( 'woocommerce_payment_complete', 'wpdesk_set_completed_for_paid_orders' ); function wpdesk_set_completed_for_paid_orders( $order_id ) { $order = wc_get_order( $order_id ); $order->update_status( 'completed' ); }Can we sent automatic email to customer regarding complete order as well?
I had created a test order and here is the order note: https://prnt.sc/Ake5GyUrb2ll
Thank you so much, Have a good day 🙂
Need one more help, Password placeholder is missing for reset password
Thanks a lot the problem was hosting cache …. loved quick support 🙂
Couldn’t find conflict issue. Have tested with plugin and themes.
Tried but still not working …
Thanks for the help, but the given solution didn’t work. Facing the same issue still. When I click on the reset password link it redirect to “UM Landing Page” after that when I click on reset password then It shows the same issue as it was.
Thank you so much @missveronicatv .
This code snippet fixed my problem 🙂
thank you again!Thanks for your suggation but I wanna complete the whole sign up process with two user role. Wanna assign a user role when a user sign up. and wanna assign second user role after the user verify their email. Is this possible?
I have tested by deactivating all plugins as you mentioned. But Still facing the same issue.
Please help me with this here is the web URL (https://wordpress-590434-2145190.cloudwaysapps.com)
I have tested it. there is not any plugin or theme which are conflicting with it.
help me to solve this issue …
- This reply was modified 5 years ago by abhiverma.