diff --git a/packages/Webkul/Shop/src/Resources/views/checkout/total/summary.blade.php b/packages/Webkul/Shop/src/Resources/views/checkout/total/summary.blade.php
index b10bc9986..990b3f2e6 100755
--- a/packages/Webkul/Shop/src/Resources/views/checkout/total/summary.blade.php
+++ b/packages/Webkul/Shop/src/Resources/views/checkout/total/summary.blade.php
@@ -36,31 +36,10 @@
- @if(core()->getConfigData('stripe.connect.details.stripefees') == 'customer' && isset($cart->payment) && $cart->payment->method == 'stripe')
-
- @php
- $applicationFee = $cart->base_grand_total;
- $applicationFee = (0.029 * $applicationFee) + (0.02 * $applicationFee) + 0.3;
- @endphp
-
-
-
-
-
- @endif
-
-
+
{{ __('shop::app.checkout.total.order-summary') }}
+
+
+
+
+
+
+ @if ($cart->selected_shipping_rate)
+
+
+
+
+ @endif
+
+ @if ($cart->base_tax_total)
+
+
+
+
+ @endif
+
+
+
discount_amount && $cart->discount_amount > 0) style="display: block;" @else style="display: none;" @endif>
+
+
+
+
+ @if(core()->getConfigData('stripe.connect.details.stripefees') == 'customer' && isset($cart->payment) && $cart->payment->method == 'stripe')
+
+ @php
+ $applicationFee = $cart->base_grand_total;
+ $applicationFee = (0.029 * $applicationFee) + (0.02 * $applicationFee) + 0.3;
+ @endphp
+
+
+
+
+
+ @endif
+
+
+
+
+
+
+
+
is('checkout/cart')) v-if="parseInt(discount)" @endif>
+ @if (! request()->is('checkout/cart'))
+ @if (! $cart->coupon_code)
+
+ @else
+
+
+
+
+
+
+
+ @endif
+ @endif
+
+
\ No newline at end of file