I want to show attibutes from a simple product, in cart and checkout. Just like variable products does, but there is only one attibute. See image below:
Is this possible to achive with PHP?
I was thinking about something like using echo $product->get_attributes()
2
Answers
Yes you can. Please try adding a filter as bellow,
Add the follows code snippets to achieve your above task –
Codes goes to your active theme’s functions.php