diff --git a/packages/Webkul/Velocity/publishable/assets/css/velocity.css b/packages/Webkul/Velocity/publishable/assets/css/velocity.css index eae0b55c3..5aa3c12d7 100644 --- a/packages/Webkul/Velocity/publishable/assets/css/velocity.css +++ b/packages/Webkul/Velocity/publishable/assets/css/velocity.css @@ -2965,6 +2965,10 @@ body::after { padding-top: 20px !important; } +.pt42 { + padding-top: 42px !important; +} + .pl0 { padding-left: 0px !important; } diff --git a/packages/Webkul/Velocity/src/Resources/assets/sass/components/shared.scss b/packages/Webkul/Velocity/src/Resources/assets/sass/components/shared.scss index 8a0045b9f..7cfc2af95 100644 --- a/packages/Webkul/Velocity/src/Resources/assets/sass/components/shared.scss +++ b/packages/Webkul/Velocity/src/Resources/assets/sass/components/shared.scss @@ -65,6 +65,9 @@ .pt20 { padding-top: 20px !important; } +.pt42 { + padding-top: 42px !important; +} .pl0 { padding-left: 0px !important; } diff --git a/packages/Webkul/Velocity/src/Resources/views/products/list/layered-navigation.blade.php b/packages/Webkul/Velocity/src/Resources/views/products/list/layered-navigation.blade.php index 076e4d81f..ad85f87ec 100644 --- a/packages/Webkul/Velocity/src/Resources/views/products/list/layered-navigation.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/products/list/layered-navigation.blade.php @@ -1,8 +1,10 @@ -@inject ('productRepository', 'Webkul\Product\Repositories\ProductRepository') @inject ('attributeRepository', 'Webkul\Attribute\Repositories\AttributeRepository') + @inject ('productFlatRepository', 'Webkul\Product\Repositories\ProductFlatRepository') -@php +@inject ('productRepository', 'Webkul\Product\Repositories\ProductRepository') + +getFilterAttributes(); } -@endphp +?> -
+
{!! view_render_event('bagisto.shop.products.list.layered-nagigation.before') !!} @@ -43,19 +45,14 @@ @push('scripts') -@endpush +@endpush \ No newline at end of file