Brand filter error
-
Hi there,
I found an error in your plugin.
When I navigate the product category in sub category brand filter disappeared.
I debug the plug by excluding any other cause first.
In the class-pwb-filter-by-brand.php file in the function current_products_query on the line 154 I found:
$cat_id = $cat->term_taxonomy_id;
but it should be
$cat_id = $cat->term_id;
It’s not true?
Best regards
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Brand filter error’ is closed to new replies.