Questions tagged [woocommerce-email]

18 questions
3
votes
3 answers

Change Woocommerce Email Template Text

I got an email from woocommerce order like this: I want to change Billing address text into Delivery address where could I change that text ? Thank you.
2
votes
0 answers

Conditionally Send WooCommerce Emails based on filter

I have a request from a client to conditionally send an admin email from woocommerce based on some conditions. She's using the WooCommerce Subscriptions plugin and would only like to have an admin email sent to customers that are paying for a…
Rebecca Dessonville
  • 600
  • 1
  • 4
  • 17
1
vote
1 answer

WooCommerce new account email comes with multiple header footer loop

I am importing some users using wp_insert_user function. I am trying to send WooCommerce new account email, when user is successfully imported. It works fine, when there is only one user. But if there are multiple users, the email comes with…
1
vote
1 answer

WooCommerce how to attach custom invoice to Email

with some help I manage to create a plugin to attach, on the finished order email, an invoice. add_filter( 'woocommerce_email_attachments', 'attach_terms_conditions_pdf_to_email', 10, 3); function…
0
votes
1 answer

WooCommerce Order Emails - Display item price after discount

I am trying to display the newly discounted price of line items inside my order emails (after editing it inside the actual order in wp-admin) - but using get_sale_price() gives me a critical error, is there something else I should be using? I've…
MattHamer5
  • 1,431
  • 11
  • 21
0
votes
0 answers

How to enable bulk edit on "customer note" in woocommerce?

I'm using this email now as another type of status and it would make things much easier if I could send the email to multiple orders at once using the bulk edit option. Any help please? Thanks.
brael
  • 35
  • 5
0
votes
0 answers

Sent Woocommerce emails to customer and andmin in different languages depending on shipping country

I am new to WooCommerce and PHP. I want to sent the emails, which are sent if an order was made, in different languages depending on shipping_country of the customer. For example, if the customer select German as Shipping_country, the customer and…
0
votes
0 answers

Disable "order completed" woocommerce mail to customers for specific products

We sell events as products in our woocommerce store but the user already automatically receives the event ticket and we dont want them to also receive a completed order notification from woocommerce because the ticket mail is already enough. For…
MattB
  • 1
0
votes
0 answers

base64 image not displaying in img tag PHP

I have added a function into my child theme to override the original function. This functions purpose is to display the products meta data in a list below the product. The only part i can get past is the base64 image. My current code is : function…
0
votes
0 answers

Editing WooCommerce Emails

In the new orders email from Woocommerce it displays the products and the meta data in a bullet point list below said product. I have tract down the email_order_items.php file to find this bit of code to render the bullet point list. I have tried…
0
votes
0 answers

customize new order template

I'm trying to customize woocommerce template new order. I would like the admin to receive the summary of the order table in this way: Sku | Qty Actually, admin receive a customized table with: Product Name | SKU | Quontity | Subtotal I would like…
0
votes
1 answer

How do I replace the OOTB woo customer completed order email?

In a plugin I'm working on, I'm trying to replace the OOTB customer-completed-order email with a template in the plugin Constructor: define( 'BKF_WC_EMAIL_PATH', plugin_dir_path( __FILE__ ) ); add_filter('wc_get_template', array($this,…
0
votes
0 answers

Display custom product field in the admin E-Mail

i add the following php code with the tool "snippet" to my website. The field which was created by the code is showing but the field will not be visible at the Admin-New-Order-E-Mail. add_action( 'woocommerce_product_after_variable_attributes',…
0
votes
2 answers

Disable Woocommerce "customer invoice / order details" email

I need some ideas how can I disable woocommerce customer invoice / order details email. This mail is manual, but I use WCFM vendor plugin, and when vendor changes the price in Pending status order, this email are sent to Customer. In this…
0
votes
2 answers

How to change payment method from WooCommerce order confirmation email to payment source

We are using Woocommerce Payments and on our order confirmation email the payment method comes up as Woocommerce Payments instead of the payment source such as Visa, Mastercard etc. I have found how to remove the Payment method altogether (see…
1
2