Viewing 7 replies - 1 through 7 (of 7 total)
  • 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!

    Thread Starter dinaddd

    (@dinaddd)

    Hi @mahfuzurwp

    Yes! It works well, thank you so much!

    Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    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

    Thread Starter dinaddd

    (@dinaddd)

    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:

    1. 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

    1. 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!

    Thread Starter dinaddd

    (@dinaddd)

    Hello @mahfuzurwp

    I did it! Now it looks much better and clean: https://ibb.co/XrTY6pSN

    Thank you so much :))

    Plugin Support LovingBro (woo-hc)

    (@lovingbro)

    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!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Email design’ is closed to new replies.