• Hi,
    We are setting up a new store and we detected an error related to product images in email orders.
    These emails shows the product list with the product image thumbnail close to the product name.
    Somehow the image is shown twice but one of them as an error image (this one that appears when an image is missing) and the other looks fine.

    This is the code of the image:

    <img src="image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://factupress.es/wp-content/uploads/2025/03/factupress-icon.jpg" width="48" height="48" class="woocommerce-placeholder wp-post-image lazyload" alt="Marcador" border="0" style="border: none; display: inline-block; font-size: 14px; font-weight: bold; height: auto; outline: none; text-decoration: none; text-transform: capitalize; vertical-align: middle; margin-right: 24px; max-width: 100%;">

    In this example for the Order Complete email the scr tag causes the lost image icon and data-src tag is the image which is correctly shown.

    Now, this case for the Order Cancelled works fine

    <img width="48" height="48" src="https://factupress.es/wp-content/uploads/2025/03/factupress-icon.jpg" class="attachment-48x48 size-48x48" alt="Factupress Icon" loading="lazy" style="border: none; display: inline-block; font-size: 14px; font-weight: bold; height: auto; outline: none; text-decoration: none; text-transform: capitalize; vertical-align: middle; margin-right: 24px; max-width: 100%;" border="0">

    If you compara them you would realize that same image for the same product are created in different ways.
    Developers should check why they are different.

    Emails are settings were made with the new email manager.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello Jairo Ochoa,

    Thank you for contacting WooCommerce support.

    I understand the issue you are facing with product images in order emails. One image appears correctly, while the other shows as a missing image.

    Please share a screenshot of the email displaying this issue. You can upload it to Snipboard and share the link here. This will help me identify the cause and suggest a solution.

    Additionally, share your site’s System Status Report with me.
    You can paste it into https://pastebin.com and share the link here.

    Once I have more information, I will be in a better position to assist you further.

    Best regards.

    Thread Starter Jairo Ochoa

    (@jairoochoa)

    Hi @doublezed2

    Is it secure to share System Status Report ?
    Plugins list and other stuff would be shared to anyone

    Thanks

    Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello Jairo Ochoa,

    Thank you for your reply.

    I reviewed the screenshots of the email and noticed that this is not a default WooCommerce email template. This template might be managed by your theme or a plugin.

    To confirm this, could you switch to a default theme like Twenty Twenty-Four, place a new order and mark it complete?

    Regarding your question about posting the report, you are correct, this is a public forum and everything is visible publicly here. We do not have any other means of sharing information. If you like, you can use quickforget.com to share the report.

    Looking forward to your response. ??

    Thread Starter Jairo Ochoa

    (@jairoochoa)

    It’s the default new mail template.
    WooCommerce > Settings > Advanced > Advanced
    /wp-admin/admin.php?page=wc-settings&tab=advanced&section=features

    Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    By default, WooCommerce does not include product images in the order confirmation email. The email only displays the product name, quantity, price, and subtotal in the order details section. To assist you further, could you please share the system status report?

    You can use https://pastebin.com/ or https://gist.github.com/ to generate a link and share it here.

    Once we have more information, we’ll be able to assist you further.

    Thread Starter Jairo Ochoa

    (@jairoochoa)

    Hi,

    Really? I cannot understand.
    Have you really followed the steps I have shared to you ?
    You would find this option:
    Email improvements [x]?Enable modern email design and live preview for transactional emails

    Here you have the official introduction to new mail design.
    https://developer.woocommerce.com/2025/02/25/woocommerce-9-7-smarter-shipping-displays-and-faster-performance/#h-modernized-email-styling-beta

    Plugin Support Jonayed (woo-hc)

    (@jonayedhosen)

    Hi @jairoochoa ,

    I understand you’re running into some issues while using the beta Email Improvements feature. Since this is still an experimental feature under Call for Testing, it’s possible that it could cause unexpected issues, as it hasn’t been officially released yet.

    I also checked the discussion for this feature but didn’t find any known issues similar to yours: https://github.com/woocommerce/woocommerce/discussions/54779

    Have you had a chance to test if the issue still happens when the feature is deactivated? Also, are you modifying your default WooCommerce emails using custom code or your theme? You can check for email template overrides by going to WooCommerce > Status > System Report > Templates.

    To better understand your setup, could you share your System Status Report? That will give us more insight into what might be happening.

    Let me know what you find, and I’d be happy to help further!

    Thread Starter Jairo Ochoa

    (@jairoochoa)

    Hi @jonayedhosen

    Thanks for let me know it. I wasn’t aware that new email templates were in beta version. Only the New product editor says (Beta). — I mean here in this settings page: /wp-admin/admin.php?page=wc-settings&tab=advanced&section=features —

    If I switch to the old email template there is no bug because this template does not include images.

    Yes, I modify the email but not creating a new template. Just with a hook. I have developed a plugin to issue electronic invoices and the invoice download link is included in the email. But all the tests I’ve made were without any invoice issued yet, so nothing is added to the email.

    How to System Status Report in a safe way? A public page does not look a good place to do it.

    Regards

    Plugin Support Jonayed (woo-hc)

    (@jonayedhosen)

    Hi @jairoochoa

    Thanks for the update!

    It looks like the issue lies with enabling the feature. If privacy is a concern, you can use QuickForget to post information here. It will still be public but will automatically be removed after a set time.

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.