Commit 6c5e1fb10f7351af2ab4ed018429b935b6a70a2b
Merge branch 'master' of gitlab.artweb.com.ua:root/baucenter
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/catalog/products.php
... | ... | @@ -112,7 +112,7 @@ $filterWhitoutPrice['prices'] = [ |
112 | 112 | ?> |
113 | 113 | <div class="checkbox"> |
114 | 114 | <label><input type="checkbox" class="brands-option" <?php /*name="brands[]" value="<?= $brand->alias?>"*/?><?= $checked ? ' checked' : ''?> onchange="document.location='<?= $option_url?>'" /></label> |
115 | - <a href="<?= $option_url?>"><?= $brand->name?> (<?= $brand->getProducts()->count()?>)</a> | |
115 | + <a href="<?= $option_url?>"><?= $brand->name?></a> | |
116 | 116 | </div> |
117 | 117 | <?php endforeach?> |
118 | 118 | </div> |
... | ... | @@ -132,7 +132,7 @@ $filterWhitoutPrice['prices'] = [ |
132 | 132 | ?> |
133 | 133 | <div class="checkbox"> |
134 | 134 | <label><input type="checkbox" class="features-option" onchange="document.location='<?= $option_url?>'" <?php /* name="option[<?= $group->alias?>][]"value="<?= $option->alias?>"*/?><?= $checked ? ' checked' : ''?> /></label> |
135 | - <a href="<?= $option_url?>"><?= $option->ValueRenderHTML?> (<?= $option->_items_count?>)</a> | |
135 | + <a href="<?= $option_url?>"><?= $option->ValueRenderHTML?></a> | |
136 | 136 | </div> |
137 | 137 | <?php endforeach?> |
138 | 138 | </div> | ... | ... |