From 5ad6afd2986d2749d235df451c3f5a8710b46a87 Mon Sep 17 00:00:00 2001 From: rahul shukla Date: Fri, 21 Feb 2020 11:58:33 +0530 Subject: [PATCH] change log updated --- CHANGELOG for v1.x.x.md | 2 +- .../views/shop/checkout/total/summary.blade.php | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 ) +
+ {{ __('shop::app.checkout.total.tax') }} {{ $taxRate }} % + {{ core()->currency($baseTaxAmount) }} +
+ @endforeach + @endif --}} + @if ( $cart->base_discount_amount && $cart->base_discount_amount > 0