ID, 'product_cat' ) );
$tag_count = sizeof( get_the_terms( $post->ID, 'product_tag' ) );
?>
get_sku() || $product->is_type( 'variable' ) ) ) : ?>
is_in_stock()) {
esc_html_e('In Stock - ', 'billiard');
} else {
esc_html_e('Out of Stock - ', 'billiard');
}
?>
get_sku() ) ? $sku : __( 'N/A', 'billiard' ); ?>
' . _n( 'Category:', 'Categories:', $cat_count, 'billiard' ) . ' ', '' ); ?>
' . _n( 'Tag:', 'Tags:', $tag_count, 'billiard' ) . ' ', '' ); ?>