get_sku();
$attributes = $product->get_attributes();
?>
Informacje o produkcie
| SKU |
|
get_visible() ) {
continue;
}
$label = wc_attribute_label( $attribute->get_name() );
if ( $attribute->is_taxonomy() ) {
$terms = wp_get_post_terms( $product->get_id(), $attribute->get_name(), array( 'fields' => 'names' ) );
$value = implode( ', ', $terms );
} else {
$value = implode( ', ', $attribute->get_options() );
}
?>
|
|