• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

virusword.com-Wordpress

Learn Wordpress

  • Home
  • WordPress Shop
    • Fotopress
    • SEO Tool Kit
    • Social Contact
    • Tag Machine 2
    • Video Profits
  • Latest News
  • WordPress
    • Plugins
    • Themes
    • Tutorials
    • Videos
    • Woocommerce
  • About Us
  • Contact Us
    • Terms of Service
    • Privacy Policy
  • Show Search
Hide Search
Home/Videos/How To Customize Woocommerce Order Confirmation Emails

How To Customize Woocommerce Order Confirmation Emails



In this tutorial you will learn how to customize WooCommerce order confirmation emails with more data. In a previous tutorial (here: https://www.youtube.com/watch?v=qN7eU_UboMg&list=PLlgSvQqMfii4RPNBbdpjCdmlJfSJRt6Cw ), you learned how to customize the appearance of your WooCommerce emails.

Here you will learn how to add more data to your emails. You can combine these two emails to create highly customized WooCommerce emails.
//*
Local by Flywheel building sites on your computer tutorial: https://www.youtube.com/watch?v=nVi13qWdcvE&list=PLlgSvQqMfii43lqtvwI8vxHoY_ujdc0ug

How to customize the appearance of WooCoomerce emails with a plugin tutorial: https://www.youtube.com/watch?v=qN7eU_UboMg&list=PLlgSvQqMfii4RPNBbdpjCdmlJfSJRt6Cw

Join our private Facebook group today! https://www.facebook.com/groups/wplearninglab
//*
Here are 20+ reasons why I host all my sites with SiteGround: https://wplearninglab.com/siteground-wordpress-hosting-review/
//*
Post videos of your WordPress success using the hashtag #WPLLCommunity!

Get on the Unofficial Ultimate Guide To Elementor course waiting list here (no obligation): https://elementor.convertri.com/elementor-guide-waiting-list

Here's the link for Elementor Pro (aff): https://wplearninglab.com/recommends/elementor

Grab your free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL

Download your exclusive 10-Point WP Security Checklist: http://bit.ly/10point-wordpress-hardening-checklist

I hope this information helps you! If you have any questions leave a comment below or ping me @WPLearningLab on Twitter.

WP Learning Lab Channel: http://www.youtube.com/subscription_center?add_user=wplearninglab

source

Written by:
Abdul Wahid
Published on:
September 22, 2021

Categories: VideosTags: bjorn, how to customize woocommerce email templates, how to customize woocommerce emails, how to customize woocommerce order confirmation emails, how to customize woocommerce order emails, how to customize woocommerce shop page, woocommerce email, woocommerce email customizer, woocommerce email notifications, woocommerce email order confirmation, woocommerce email setup, woocommerce theme, woocommerce tutorial, woocommerce tutorial 2021, wplearninglab

Reader Interactions

Comments

  1. WordPress Tutorials - WPLearningLab

    September 22, 2021 at 6:44 am

    Watch this tutorial on customizing the appearance of your WooCommerce emails here: https://www.youtube.com/watch?v=qN7eU_UboMg&list=PLlgSvQqMfii4RPNBbdpjCdmlJfSJRt6Cw

  2. Ron Hutton

    September 22, 2021 at 6:44 am

    Nice job explaining how to edit WooCommerce transactional email. This helps a lot on a current project.

  3. Victor DeCastro

    September 22, 2021 at 6:44 am

    Grate video. Question: where can we get the php code? Thanks again in advance.

  4. Shuvo Baidya

    September 22, 2021 at 6:44 am

    Love this Video

  5. Betül Öztürk

    September 22, 2021 at 6:44 am

    Great tutorial! Thank you soo much. Only I couldn't call the product picture. I need help,

    I wrote same codes at 8:16.

    function add_more_data_to_wc_emails($table, $order){
    ob_start();

    $template= $plain_text ? 'emails/plain/email-order-items.php' : 'emails/email-order-items.php';
    wc_get_template ($template, array(
    'order' => $order,
    'items' => $order->get_items(),
    'show_download_links' => $show_download_links,
    'show_sku' => $show_sku
    'show_purchase_note' => $show_purchase_note,
    'show_image' => true,
    'image_size' => $image_size
    ));
    }

  6. Aboubacar Nabran

    September 22, 2021 at 6:44 am

    Good piece of information there, thanks for sharing , much appreciated!

  7. Aissa Aset Bey

    September 22, 2021 at 6:44 am

    great tutroial. thanks!

  8. Aissa Aset Bey

    September 22, 2021 at 6:44 am

    i love my Flywheel

  9. anas nailam

    September 22, 2021 at 6:44 am

    thank you

  10. nidky

    September 22, 2021 at 6:44 am

    Can you please share the code? Thank you!

  11. Moxwai Limited

    September 22, 2021 at 6:44 am

    Thanks!

  12. Catherine Hannan

    September 22, 2021 at 6:44 am

    hi thanks for the video. should this be uploaded to the parent or child theme?

  13. Bas Wientjens

    September 22, 2021 at 6:44 am

    I'm sorry, but I can't find the code in the description. Where can I find the code to enter?

  14. Harry Reagan

    September 22, 2021 at 6:44 am

    How to solve error code showing on order not
    A lot of php codes before the order summary

  15. Roy Burchett

    September 22, 2021 at 6:44 am

    How would you add an advanced custom field into the email template?

  16. O'mar Real

    September 22, 2021 at 6:44 am

    HERE IS THE PICE OF CODE
    function add_more_data_to_wc_emails ($table , $order) {
    ob_start();

    $template = $plain_text ? 'emails/plain/email-order-items.php' : 'emails/email-order-items.php';
    wc_get_template( $template, array(
    'order' => $order,
    'items' => $order->get_items(),
    'show_download_links' => $show_download_links,
    'show_sku' => $show_sku,
    'show_purchase_note' => $show_purchase_note,
    'show_image' => true,
    'image_size' => $image_size,
    ));

    return ob_get_clean();
    }

  17. Erik TM

    September 22, 2021 at 6:44 am

    No code in the description….

  18. Deep Bhatt

    September 22, 2021 at 6:44 am

    It's great. Really help me.

    Sir I'm getting an issue in,…… woocommerce order… I want get notifications instantly as the order placed. At that time, I'm not getting instent notification email, it's taking 45 min to 1 hour. Can u pls help my fix this issue

  19. Lone Lioness

    September 22, 2021 at 6:44 am

    Here's where to find the code. https://wplearninglab.com/how-to-add-more-information-to-woocommerce-order-emails/

  20. Lone Lioness

    September 22, 2021 at 6:44 am

    Where's the link for the code? Also how do you display all order meta like variables & custom fields in the email?

  21. Murray Tymms

    September 22, 2021 at 6:44 am

    Great content, thank you 👍

  22. Taverna de Quadrinhos

    September 22, 2021 at 6:44 am

    How could I make different menus (1 for the header and one for the sticky header) in Elementor?

  23. Manu Altilio

    September 22, 2021 at 6:44 am

    Hi, somehow, when someone buys something, my clients receives an email without the order detaisls (size and color) do you know why is that happening? thaks!

  24. Daniel Curcin

    September 22, 2021 at 6:44 am

    Great vid. When your respective theme requires an update does it overwrite/delete the copied php file? Fair to assume you would need to create a child theme first?

  25. chris maddox

    September 22, 2021 at 6:44 am

    I have been looking for something like this, Thanks for making a tutorial on this and sharing it, great video keep them coming 🙂

  26. Mark Nasri

    September 22, 2021 at 6:44 am

    thanks, great video, to the point

Primary Sidebar

Wordpress

  • Latest News (284)
  • Plugins (323)
  • Themes (331)
  • Tutorials (414)
  • Videos (843)
  • Woocommerce (421)

Recent Articles

ecommerce website bangla tutorial | woocommerce store bangla tutorial | Martfury theme | part-01

Theme : …

Continue Reading about ecommerce website bangla tutorial | woocommerce store bangla tutorial | Martfury theme | part-01

Vehicles fire off multiple shots in Ascension

PRAIRIEVILLE, La. —- Residents in the area between …

Continue Reading about Vehicles fire off multiple shots in Ascension

Search our site

Explore more

Get our Wordpress Guide Get Plugins Get Connected

Footer

VirusWord by Promaps, Inc.

Barnes Place
Colombo 7, Western 00700

Copyright © 2023 · Promaps, Inc.

Keep In Touch

  • Email
  • Facebook
  • Instagram
  • Pinterest
  • Twitter