我的问题是在 WooCommerce/Wordpress 中获得变异的孩子。
应该有(WooDocs)分类学 product_variation 但这失败了……</p>
$term_children = get_terms('product_variation',$term_id);
和:
$variation_ids = wc_get_attribute_taxonomies();
我得到了第一个变化级别,我想我的 $term_id per attribute_id for get_terms 可以得到......</p>
$variation_ids 的输出:
Array
(
[0] => stdClass Object
(
[attribute_id] => 1
[attribute_name] => aufzucht
[attribute_label] => Aufzucht
[attribute_type] => select
[attribute_orderby] => menu_order
[attribute_public] => 0
)
[1] => stdClass Object
(
[attribute_id] => 2
[attribute_name] => groesse
[attribute_label] => Größe
[attribute_type] => select
[attribute_orderby] => menu_order
[attribute_public] => 0
)
)
老实说,我有点困惑。:/
我想要的只是一个属性树及其变体类型。
格罗斯(尺寸)fE。应该有小/中/大作为子/变体类型。
谢谢,
汤姆