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 af1ca5885..4201220d4 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 @@ -170,11 +170,13 @@
- - + @if ($item->product->getTypeInstance()->showQuantityBox() === true) + + + @endif
@@ -226,11 +228,13 @@
- - + @if ($item->product->getTypeInstance()->showQuantityBox() === true) + + + @endif