Adding a custom email recipient depending on selected custom checkout field value
问题 I need for Woocommerce to send a custom email to different individuals depending on the option selected for Field Checkout (technically, the custom field is the person reporting on the product variant they have purchased, but I was not sure how to customize email receipt based on product variant purchased, so it is as follows). First I established the custom field using the following code /** * Add the field to the checkout */ add_action( 'woocommerce_after_order_notes', 'my_custom_checkout