From 78ba9cec2789706f4181ee2183229fcfa0400292 Mon Sep 17 00:00:00 2001 From: prateek srivastava Date: Fri, 25 Feb 2022 15:23:52 +0530 Subject: [PATCH 1/2] removed spacing --- .../src/Resources/views/shop/checkout/cart/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 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 cc201e28d..be16e4919 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 @@ -238,7 +238,7 @@
-
+
@auth('customer') @if ($showWishlist) @if ($item->parent_id != 'null' || $item->parent_id != null) @@ -260,7 +260,7 @@ @endauth
-
+
delete From 7ff2605b0d2200110ab31072bff30cce09eff40b Mon Sep 17 00:00:00 2001 From: prateek srivastava Date: Fri, 25 Feb 2022 16:00:36 +0530 Subject: [PATCH 2/2] alter spacing --- .../views/shop/checkout/cart/index.blade.php | 12 +++++------- 1 file changed, 5 insertions(+), 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 be16e4919..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
-