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>