On product page there are custom variations displayed so user can select different variations.
On cart page after getting product name $product->get_name()
, name has variation name|description added at the end.
I need first remove this addon and then echo it in another place(near div). How do i do that on cart page?