Merge pull request #2532 from rahulshukla-webkul/development

change log updated
This commit is contained in:
Jitendra Singh 2020-02-21 12:02:47 +05:30 committed by GitHub
commit 35522da97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#### This changelog consists the bug & security fixes and new features being included in the releases listed below.
## **v1.0.0-BETA2(20th of February 2020)** - *Release*
## **v1.0.0 (21st of February 2020)** - *Release*
* #2377 [fixed] - Getting exception on creating a new category under any other category.

View File

@ -20,6 +20,15 @@
</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 --}}
@if (
$cart->base_discount_amount
&& $cart->base_discount_amount > 0