I am trying to display product thumbnails on WooCommerce My account > Orders list, beside the order number.
Below is the screenshot of the order
What hook I have to use to display the image?
I tried Add the product image to Woocommerce my account order view answer code, but it displays the image on single view orders.
2
Answers
Updated
You can use the following to add product thumbnails on WooCommerce My account > Orders list, beside the order number:
Or you can add a new column with the product thumbnails after the order number like:
Code goes in functions.php file of the active child theme (or active theme). Tested and works.
This is working fine for me. Unfortunately, the function is not working on Woocommerce Pre-Order plugin and in mobile the graphics are so small.