get_attributes(); if ( empty( $attributes ) && ( ! $product->enable_dimensions_display() || ( ! $product->has_dimensions() && ! $product->has_weight() ) ) ) return; ?>
get_weight() . ' ' . get_option('woocommerce_weight_unit'); ?> | |
get_dimensions(); ?> | |
attribute_label( $attribute['name'] ); ?> | id, $attribute['name'] ); $values = array(); foreach ($post_terms as $term) $values[] = $term->name; echo implode( ', ', $values ); else : // Convert pipes to commas $value = explode( '|', $attribute['value'] ); $value = implode( ', ', $value ); echo wpautop( wptexturize( $value ) ); endif; ?> |