diff --git a/packages/Webkul/Shop/src/Resources/views/products/list/layered-navigation.blade.php b/packages/Webkul/Shop/src/Resources/views/products/list/layered-navigation.blade.php index 6cdb0e6e0..cd1e0d192 100755 --- a/packages/Webkul/Shop/src/Resources/views/products/list/layered-navigation.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/products/list/layered-navigation.blade.php @@ -155,13 +155,18 @@ data: function() { return { appliedFilters: [], + active: false, + sliderConfig: { value: [0, 0], + max: 500, + processStyle: { "backgroundColor": "#FF6472" }, + tooltipStyle: { "backgroundColor": "#FF6472", "borderColor": "#FF6472" @@ -188,6 +193,10 @@ methods: { setMaxPrice: function () { + if (this.attribute['code'] != 'price') { + return; + } + axios .get(this.maxPriceSrc) .then((response) => {