In Woocommerce, I am trying to get product custom attribute values but I fail miserably and I don\'t get anything.
So I tried:
global $woocommerce,
You can get the single value for the attribute with below code:
$pa_koostis_value = get_post_meta($product->id, 'pa_koostis', true);