Commit 29c20011e2de1fd23bf70a45f6bab35741acc1ad

Authored by Administrator
1 parent 0bfe5701

big commti

common/modules/product/models/Category.php
... ... @@ -197,6 +197,7 @@ class Category extends \yii\db\ActiveRecord
197 197 return true;
198 198 }
199 199 public function getActiveFilters() {
  200 +
200 201 $query1 = (new Query())
201 202 ->distinct()
202 203 ->select([
... ...
frontend/views/catalog/brand.php
... ... @@ -26,17 +26,7 @@ $this->params['breadcrumbs'][] = $brand->name;
26 26  
27 27  
28 28 <div class="columnLeftInfo">
29   - <!-- del_columnLeftInfo -->
30 29  
31   -
32   - <a href="http://ventolux.ua/"><img src="http://www.linija-svitla.ua/res/custom/images/banner/ventolux1.jpg"></a><br><br>
33   -
34   -
35   -
36   - <div class="clearfix"></div>
37   -
38   -
39   - <!-- del_columnLeftInfo_end -->
40 30 </div>
41 31  
42 32  
... ...
frontend/views/catalog/products.php
... ... @@ -46,12 +46,6 @@ use yii\helpers\Url;
46 46  
47 47  
48 48  
49   - <a href="http://ventolux.ua/"><img src="http://www.linija-svitla.ua/res/custom/images/banner/ventolux1.jpg"></a><br><br>
50   -
51   -
52   -
53   - <div class="clearfix"></div>
54   -
55 49  
56 50 <!-- del_columnLeftInfo_end -->
57 51 </div>
... ...
frontend/views/order/index.php
... ... @@ -37,13 +37,6 @@ $this-&gt;params[ &#39;seo&#39; ][ Seo::TITLE] = $this-&gt;title;
37 37 <div class="columnLeftInfo">
38 38 <!-- del_columnLeftInfo -->
39 39  
40   -
41   -
42   -
43   -
44   - <div class="clearfix"></div>
45   -
46   -
47 40 <!-- del_columnLeftInfo_end -->
48 41 </div>
49 42  
... ...
frontend/views/search/index.php
... ... @@ -43,16 +43,6 @@ $this-&gt;params[&#39;breadcrumbs&#39;][] = &#39;Поиск&#39;;
43 43 <div class="columnLeftInfo">
44 44 <!-- del_columnLeftInfo -->
45 45  
46   -
47   -
48   -
49   -
50   - <a href="http://ventolux.ua/"><img src="http://www.linija-svitla.ua/res/custom/images/banner/ventolux1.jpg"></a><br><br>
51   -
52   -
53   - <div class="clearfix"></div>
54   -
55   -
56 46 <!-- del_columnLeftInfo_end -->
57 47 </div>
58 48  
... ...