From abf9299ca3efbb50af70c83603e3a409f2553980 Mon Sep 17 00:00:00 2001 From: prateek srivastava Date: Wed, 9 Mar 2022 13:05:30 +0530 Subject: [PATCH] issue #5966 fixed --- .../views/shop/checkout/cart/index.blade.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 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 6dab7ed5e..f82e62544 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 @@ -110,7 +110,7 @@ @foreach ($item->additional['attributes'] as $attribute)
{{ $attribute['option_label'] }} @@ -176,6 +176,8 @@ quantity="{{ $item->quantity }}" quantity-text="{{ __('shop::app.products.quantity') }}"> + @else +

--

@endif
@@ -202,12 +204,14 @@ {{ __('shop::app.checkout.cart.continue-shopping') }} - + {{ __('shop::app.checkout.cart.update-cart') }} + + @endif {!! view_render_event('bagisto.shop.checkout.cart.controls.after', ['cart' => $cart]) !!}