$attributes = $cart_item['data'];
$attributes_items = $attributes->get_attributes();
foreach ( $attributes_items as $attributes_key => $attributes_item ) {
if ( $attributes_item['name'] == 'pa_tsveta' ) {
$terms = get_term_by( 'slug', $attributes_item, $attributes_key );
echo 'Цвет: ' . $terms ->name;
}
}
Object of class WC_Product_Attribute could not be converted to string