From 0607b15b3f0ff2b5a4d942b8c8aeb90c004077a0 Mon Sep 17 00:00:00 2001 From: Shubham Mehrotra Date: Wed, 20 May 2020 19:52:00 +0530 Subject: [PATCH] #3041 --- .../src/Resources/views/shop/checkout/cart/index.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 0f889b91b..d17858d3c 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 @@ -165,6 +165,12 @@ {{ core()->currency( $item->base_total) }} + + @if (! cart()->isItemHaveQuantity($item)) +
+ * {{ __('shop::app.checkout.cart.quantity-error') }} +
+ @endif