@if ($item->parent_id != 'null' ||$item->parent_id != null)
- {{ __('shop::app.checkout.cart.move-to-wishlist') }}
+ {{ __('shop::app.checkout.cart.move-to-wishlist') }}
@else
{{ __('shop::app.checkout.cart.move-to-wishlist') }}
@endif
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 85c360f66..2825932f8 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
@@ -1,5 +1,7 @@
@inject ('attributeRepository', 'Webkul\Attribute\Repositories\AttributeRepository')
+@inject ('productFlatRepository', 'Webkul\Product\Repositories\ProductFlatRepository')
+
{!! view_render_event('bagisto.shop.products.list.layered-nagigation.before') !!}
@@ -144,7 +146,7 @@
0,
0
],
- max: 500,
+ max: {{ core()->convertPrice($productFlatRepository->getMaximumPrice($category->id)) }},
processStyle: {
"backgroundColor": "#FF6472"
},