Commit 6c5e1fb10f7351af2ab4ed018429b935b6a70a2b

Authored by Karnovsky A
2 parents 55b90fbf cce501eb

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,7 +112,7 @@ $filterWhitoutPrice['prices'] = [
112 ?> 112 ?>
113 <div class="checkbox"> 113 <div class="checkbox">
114 <label><input type="checkbox" class="brands-option" <?php /*name="brands[]" value="<?= $brand->alias?>"*/?><?= $checked ? ' checked' : ''?> onchange="document.location='<?= $option_url?>'" /></label> 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 </div> 116 </div>
117 <?php endforeach?> 117 <?php endforeach?>
118 </div> 118 </div>
@@ -132,7 +132,7 @@ $filterWhitoutPrice[&#39;prices&#39;] = [ @@ -132,7 +132,7 @@ $filterWhitoutPrice[&#39;prices&#39;] = [
132 ?> 132 ?>
133 <div class="checkbox"> 133 <div class="checkbox">
134 <label><input type="checkbox" class="features-option" onchange="document.location='<?= $option_url?>'" <?php /* name="option[<?= $group->alias?>][]"value="<?= $option->alias?>"*/?><?= $checked ? ' checked' : ''?> /></label> 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?>&nbsp;(<?= $option->_items_count?>)</a> 135 + <a href="<?= $option_url?>"><?= $option->ValueRenderHTML?></a>
136 </div> 136 </div>
137 <?php endforeach?> 137 <?php endforeach?>
138 </div> 138 </div>