From da551578b1d27d25798be9916fa85e6bbcb827fe Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Tue, 9 Feb 2021 14:14:20 +0530 Subject: [PATCH] Wishlist Check Added --- .../src/Resources/views/shop/UI/header.blade.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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