In WooCommerce, I would like to show on product variations the related variation attribute(s), in Order details and email notifications, like in my cart page:
As you can see in this screenshot, I want to display the related variation attribute for product variation in Order details and email notifications:
How can I achieve it?
2
Answers
Since Nobody answer my question i tried to do it by myself again. The Solution is put this code in your child-theme function.php file
How can I insert this code in the new order email?