diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/total/summary.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/total/summary.blade.php
index 5153fbbe2..baa7e7c31 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/total/summary.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/total/summary.blade.php
@@ -49,12 +49,18 @@
$minimumOrderAmount = (float) core()->getConfigData('sales.orderSettings.minimum-order.minimum_order_amount') ?? 0;
@endphp
-
-
+ @if (Cart::hasError())
+
+ @else
+
+
+ @endif
\ No newline at end of file