Hi @dinaddd,
Thank you for reaching out. If you’d prefer to revert to the previous layout, you can do that easily:
Go to WooCommerce → Settings → Advanced, and untick the “Enable modern email design for transactional emails” option.
That will restore the classic email layout for both customers and store admin notifications.
Let us know if you need help with anything else!
Hi @mahfuzurwp
Yes! It works well, thank you so much!
Hi there!
I’m so glad we were able to get that sorted for you! If you’re happy with the support you received today, would you consider leaving us a quick review? It really helps us out: https://wordpress.org/support/plugin/woocommerce/reviews/#new-post
Thank you
Hello @shahzeenfarooq and @mahfuzurwp
One more thing, we would like to hide this sku numbers on all emails: https://ibb.co/GfKf7ZrC Please how can we do that? I can do it in File Manager if needed.
I checked on my reviews, and I already wrote the review 2 years ago: https://ibb.co/60yVSfB7
Hi @dinaddd,
Thanks so much for your review, we really appreciate the support!
To hide the SKU numbers from all emails, you’ll need to customize the email template. Here’s how:
- Copy the template to your theme folder:
From this directory in the plugin:
woocommerce/templates/emails/email-order-items.php
Copy it to your theme like this:
your-theme/woocommerce/emails/email-order-items.php
- Edit the copied file:
Open the copied email-order-items.php file and look for this line:
if ( $show_sku && $sku ) { echo '<br /><small class="sku">' . esc_html( $sku ) . '</small>'; }
You can either remove that block entirely or comment it out:
// if ( $show_sku && $sku ) { // echo '<br /><small class="sku">' . esc_html( $sku ) . '</small>'; // }
This will prevent SKUs from showing in the order emails.
Let us know if you need help with anything else!
Hello @mahfuzurwp
I did it! Now it looks much better and clean: https://ibb.co/XrTY6pSN
Thank you so much :))
Hi @dinaddd,
That’s fantastic to hear — I’m really glad it’s working and the emails look cleaner now! It’s always a great feeling when we can help you get things looking just the way you want.
If WooCommerce has been helpful for your store and you’re happy with the support you’ve received, we’d really appreciate it if you could leave us a 5-star review (or update your existing one) here: https://wordpress.org/support/plugin/woocommerce/reviews/#new-post
Thanks again, and feel free to reach out anytime you need a hand!