Using Woocommerce, I would like to add the SKU instead of the product name in the thank you page and order pages like in Order received (thankyou) and Order pay pages.
I use the woocommerce_cart_item_name
filter hook like in this previous thread, but it works only My account > View order pages.
I have also tried to use woocommerce_add_order_item_meta
filter hook, but it doesn't work.
Can I know the correct complete code to add to function.php
to be able to replace the product name by the SKU in Order received (thankyou) and Order pay pages.