|
@@ -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>
|