iasmina
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Heading Woocommerce EmailsHello Ian! Thank you very much for help. If the changes I want to be just for the mobile this code will work?
add_filter( ‘woocommerce_email_styles’, ‘woocommerce_email_styles’ );function woocommerce_email_styles( $css ) {$css .= “@media only screen and (max-width: 600px) {h1 {font-size: 12px;}}”; return $css;}
I will paste here your comment also for further references.
Hi @iasmina,
Depending on your payment methods setup, the first email sent to your customers could be the Order on-hold (manual payments, direct bank transfer, check payments, cash on delivery, etc.) or Processing order (automatic payments, e.g. PayPal, Stripe, etc.) email notifications, therefore, you can check both options in your Attach to, so you can make sure your customers receive the PDF invoices automatically in any case.
Hi @yordansoares . I have changed the “Attached to” settings in “processing order” + “order on hold”, now after the order is placed the customers receives the confirmation email with the invoice attached. Your comment about the payment methods setup make it clearly now.
I have a question also regarding this post Receive a copy of each invoice sent by email. Is it necesary considering the fact that in woocommerce-> settings -> emails -> new order you can set the recipient(s) so you actually receive an email with invoice and the order that was placed.
Regards
Hello! I have the same issue, almost. I am using sendinblue and woocommerce. In the “Attach to” settings is checked the “new order (admin)” but the problem is that the invoice will not be send to the customer and trully isn’t .
But I didn’t see a similar setting that could solve the problem. I want the invoice to be attached to the “New order” email from woocommerce. The mail log is good the pdf is attachef to the admin email but to the customer is not attached.
Regards, Iasmina