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 558bef89f..8332803e8 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 @@ -14,20 +14,13 @@ @endif @if ($cart->base_tax_total) -
- {{ __('shop::app.checkout.total.tax') }} - {{ core()->currency($cart->base_tax_total) }} -
- @endif - - {{-- @if ($cart->base_tax_total) @foreach (Webkul\Tax\Helpers\Tax::getTaxRatesWithAmount($cart, true) as $taxRate => $baseTaxAmount )
{{ __('shop::app.checkout.total.tax') }} {{ $taxRate }} % {{ core()->currency($baseTaxAmount) }}
@endforeach - @endif --}} + @endif @if ( $cart->base_discount_amount