Woocommerce Before Checkout Process - woocommerce

I need to get the email address of the customer before the checkout process begin.
I am thinking to use this action: woocommerce_before_checkout_process
Can someone help me to get the customer billing email with this action?
Thank you

Found the answer:
$_POST['billing_email']

Related

Send an email to specific address when order complete

I need an email to be automatically send to accounting with order details when order complete. This cannot be the same email that was send to customer on order complete as there must be Stripe fee included.
I've looked at WooCommerce e-mail hooks but I haven't found anything that would do what I want and there are tons of plugins which more or less have description that doesn't specify what I need.
My question is, does anybody have some experience with that? Can you suggest a plugin or can this be solved only with coding?
This post offer some solution but that is just forwarding a customer invoice, if I'm not wrong.

Woocommerce Subscription Manually Payment

Is it possible to allow the user to choose manually payment if the payment gateway support Automatic Recurring Payments when buying a subscription? For example with a checkbox or something else?
Thank you for the help!
Best regards,
Mark

Billing address as google map link in new order email woocommerce

I want to add billing address as google maps link to the New order email in woocommerce which is sent to the admin. This is the requirement of my delivery agents so that it helps them find the delivery address soon.
Please recommend if there is any plugin to implement this.
Thanks in advance

Send email to customer when Subscription is Cancelled, Expired or Suspended

Using latest WooCommerce and WooCommerce Subscriptions and WooCommerce Membership plugins!
By default WooCommerce Subscription plugin sends emails about subscription cancellation, expiration and suspention just to admin, what is really strange. I think that customer should be informed about these actions. Therefore question - has anybody hooked it that such emails are also sent to customers?
Had not find any usefull solution so far for this issue...
to achieve what I want - decided to use this plugin: https://automatewoo.com/.

drupal paypal order email sending twice

I am using ubercart paypal module as payment gateway in drupal.. when the user pays the money the order confirmation is sent twice. this should not happen..
please help me..
thanks in advance
This is caused by the Paypal IPN sending out multiple requests which in turn causes the Conditional Actions module to invoke the email action twice.
Comment #25 in this post presents a possible solution. You should also check these links out:
http://www.ubercart.org/forum/support/10422/multiple_emails_single_purchase
http://www.ubercart.org/forum/support/8790/stock_level_reduced_twice
http://www.ubercart.org/forum/support/8930/stock_reduced_twice
http://www.ubercart.org/forum/support/14097/duplicate_notifications_file_download_sales_upgrading_uc_20
http://www.ubercart.org/forum/bug_reports/13313/paypal_duplicate_actions_taken
http://www.ubercart.org/forum/bug_reports/13716/stock_levels_decrease_twice_latest_update_6x20
http://www.ubercart.org/forum/support/13794/file_download_user_notified_twice
http://www.ubercart.org/forum/support/5192/stock_decreased_2_times_once_customer_buys_once_customer_pays_paypal
They all talk about the same problem in one way or another.

Resources