ID, 'product_cat' ) ); $tag_count = sizeof( get_the_terms( $post->ID, 'product_tag' ) ); if (taxonomy_exists('product_brands')) { $brands_count = sizeof( get_the_terms( $post->ID, 'product_brands' ) ); } $props_count = 0; $props_count_max = allstore_option('product_propscount'); if ($props_count < $props_count_max && $props_count_max !== 0) : ?>