Skip to content
Advertisement

Display product thumbnails on WooCommerce My account orders list

I am trying to display product thumbnails on WooCommerce My account > Orders list, beside the order number.

Below is the screenshot of the order enter image description here

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.

Advertisement

Answer

Updated

You can use the following to add product thumbnails on WooCommerce My account > Orders list, beside the order number:

JavaScript

Or you can add a new column with the product thumbnails after the order number like:

JavaScript

Code goes in functions.php file of the active child theme (or active theme). Tested and works.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement