Title appears when np matching tags with exclude
-
When there are tags for the product but they’re in the ‘exclude’ list, the ‘related products’ container is still output so we get a title with no content.
Can be fixed by adding the following: if(empty($product_based_id))return false;
just after $product_based_id = array_diff( $product_based_id, $exclude );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Title appears when np matching tags with exclude’ is closed to new replies.