Commit 15d5fa2f2863f2b67e60f6ac0bdd53280633abf9

Authored by Alexey Boroda
1 parent 105200f0

-Filters ad hoc fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/catalog/product.php
... ... @@ -514,7 +514,7 @@
514 514 <td class="value">
515 515 <?php
516 516 foreach($group->_options as $option) {
517   - if ($group->is_filter) {
  517 + if ($group->is_filter && preg_match("/^.*(стиль|тип\sисточника|тип\sнастенного).*$/iu", $group->name)) {
518 518 echo Html::a('&nbsp;' . $option->ValueRenderHTML,
519 519 [
520 520 'catalog/category',
... ...