diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/UI/header.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/UI/header.blade.php index 50324e0bc..bcde1fe6e 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/UI/header.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/UI/header.blade.php @@ -104,12 +104,14 @@ -
  • - - - {{ __('shop::app.header.wishlist') }} - -
  • + @if (core()->getConfigData('general.content.shop.wishlist_option')) +
  • + + + {{ __('shop::app.header.wishlist') }} + +
  • + @endif