Support

Account

Home Forums Front-end Issues Get values from a WooCommerce Attribute Taxonomy Reply To: Get values from a WooCommerce Attribute Taxonomy

  • Hi @fngrl

    You’re almost there as you say. Just change this row
    $jahrgang = get_field('jahrgang', $term );
    into this:
    $jahrgang = get_field('jahrgang', $term->taxonomy . '_' . $term->term_id );