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 cc201e28d..bf8918956 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 @@ -226,7 +226,7 @@
-
+
@if ($item->product->getTypeInstance()->showQuantityBox() === true) @endif
-
-
-
+
@auth('customer') @if ($showWishlist) @if ($item->parent_id != 'null' || $item->parent_id != null) -
+
@include('shop::products.wishlist', [ 'route' => route('shop.movetowishlist', $item->id), 'text' => "" ])
@else -
+
@include('shop::products.wishlist', [ 'route' => route('shop.movetowishlist', $item->child->id), 'text' => "" @@ -260,7 +258,7 @@ @endauth
-