NoteStar 5 년 전
부모
커밋
b92bd163e2
1개의 변경된 파일10개의 추가작업 그리고 8개의 파일을 삭제
  1. 10 8
      addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/catalog/category/index.php

+ 10 - 8
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/catalog/category/index.php

@@ -63,6 +63,15 @@
                             ?>
                             <!-- category sidebar end -->
 
+                        <!-- price sidebar start -->
+                        <?php
+                        # Category Left Filter Product Price
+                        $parentThis = [
+                            'filter_price' => $filter_price,
+                        ];
+                        echo Yii::$service->page->widget->render('category/filter_price', $parentThis);
+                        ?>
+
                             <!-- attr sidebar start -->
                             <?php
                                 # Category Left Filter Product Attributes
@@ -73,14 +82,7 @@
                             ?>
                             <!-- attr sidebar end -->
 
-                            <!-- price sidebar start -->
-                            <?php
-                                # Category Left Filter Product Price
-                                $parentThis = [
-                                    'filter_price' => $filter_price,
-                                ];
-                                echo Yii::$service->page->widget->render('category/filter_price', $parentThis);
-                            ?>
+
 
                         <!--=======  End of single sidebar block  =======-->
                     </div>