Merge pull request #2532 from rahulshukla-webkul/development
change log updated
This commit is contained in:
commit
35522da97d
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue