From 78e50e4e6be5b6ad0f9b3cf4abe584da32b407b2 Mon Sep 17 00:00:00 2001 From: rahul shukla Date: Fri, 21 Feb 2020 15:38:42 +0530 Subject: [PATCH] tax in velocity theme --- .../views/shop/checkout/total/summary.blade.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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