I use the Storefront theme. Recently, the customer Notes on Order Confirmations started showing up in the Price column. How can I fix this? (See image)
Yes, just like your screenshot above. The Notes that a Customer would add in the Checkout page.
I was testing actual purchases on my live site and added the customer note. The Order Confirmation email I got shows the Note in my Price/Total column. I’ll share a redacted full screen shot if you still need one.
UPDATE: I checked some Order Confirmation emails from previous test purchases going back a couple years. It seems that notes by customers always appear in this small column. So any text that’s more than a few dozen characters will probably expand the box. But it’ll definitely look awkward and be a little harder to read.
It would be easier on the eyes if the Note portion was merged into just one cell or have the Note appear in the wider first column.
This issue is resolved for me but I’ll leave it open for now, in case Support might like to respond.
I ran a few tests with the latest WooCommerce and Storefront theme to see what the default emails look like.
First, a very long note on a product name that in total is quite long, but consists of a few shorter bits that easily breaks across the line. In this case, the Product column contracts while the Price column expands, leaving a nicely spread-out note.
Next, a product with a very long, continuous name, so not so easy to break and/or wrap. In this case, the Product column expands to accommodate the product name, leaving the Price column to contract, squishing the note.
It would be easier on the eyes if the Note portion was merged into just one cell or have the Note appear in the wider first column.
Brilliant suggestion! I modified the file at woocommerce > templates > emails > email-order-details.php on line 70 so make it one column, and here’s what it looks like:
I’m not a developer and haven’t tested this extensively but, in case you want to achieve something similar on your site as well, the simplistic code change below can be achieved with a template override. It was also submitted to the WooCommerce repo as an Enhancement request.