In Woocommerce, I am customizing my view order in MyAccount. I already added the Product images with this answer code: Add the product image to Woocommerce my account order view
Now I would like to add the Product SKU to The View order pages but, I don't know how to get it.
Anyone have an Idea?
Replacing your code with the following to display the product SKU in order items:
Code goes in function.php file of your active child theme (active theme). It should works.