diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php index 1125f0e95..fbb1179ff 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php @@ -86,9 +86,15 @@ {{ __('shop::app.header.wishlist') }} -
  • - {{ __('velocity::app.customer.compare.text') }} -
  • + @php + $showCompare = core()->getConfigData('general.content.shop.compare_option') == "1" ? true : false + @endphp + + @if ($showCompare) +
  • + {{ __('velocity::app.customer.compare.text') }} +
  • + @endif
  • {{ __('shop::app.header.logout') }}