tax in velocity theme

This commit is contained in:
rahul shukla 2020-02-21 15:38:42 +05:30
parent 24e69e2cd9
commit 78e50e4e6b
1 changed files with 1 additions and 8 deletions

View File

@ -14,20 +14,13 @@
@endif
@if ($cart->base_tax_total)
<div class="row">
<span class="col-8">{{ __('shop::app.checkout.total.tax') }}</span>
<span class="col-4 text-right">{{ core()->currency($cart->base_tax_total) }}</span>
</div>
@endif
{{-- @if ($cart->base_tax_total)
@foreach (Webkul\Tax\Helpers\Tax::getTaxRatesWithAmount($cart, true) as $taxRate => $baseTaxAmount )
<div class="row">
<span class="col-8" id="taxrate-{{ core()->taxRateAsIdentifier($taxRate) }}">{{ __('shop::app.checkout.total.tax') }} {{ $taxRate }} %</span>
<span class="col-4 text-right" id="basetaxamount-{{ core()->taxRateAsIdentifier($taxRate) }}">{{ core()->currency($baseTaxAmount) }}</span>
</div>
@endforeach
@endif --}}
@endif
@if (
$cart->base_discount_amount