diff --git a/CHANGELOG for v1.x.x.md b/CHANGELOG for v1.x.x.md index 6922aca54..37faf0772 100644 --- a/CHANGELOG for v1.x.x.md +++ b/CHANGELOG for v1.x.x.md @@ -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. 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 5bdab75b6..558bef89f 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 @@ -20,6 +20,15 @@ @endif + {{-- @if ($cart->base_tax_total) + @foreach (Webkul\Tax\Helpers\Tax::getTaxRatesWithAmount($cart, true) as $taxRate => $baseTaxAmount ) +