From a181b9d1b64730876066a14965b78c20b7cea50c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 22 Oct 2020 19:17:15 +0530 Subject: [PATCH] issue 4107 fixed --- .../src/Resources/views/shop/checkout/cart/index.blade.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/cart/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/cart/index.blade.php index d17858d3c..416397544 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/cart/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/cart/index.blade.php @@ -131,13 +131,6 @@ @endif @endauth - @guest('customer') - @include('shop::products.wishlist', [ - 'isMoveToWishlist' => route('shop.checkout.cart.remove', ['id' => $item->id]), - 'text' => "$moveToWishlist" - ]) - @endguest -