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 -