Cart Total
{{ $homepageModel->formatCurrencyWithDecimal($cartInfo['cartDetails']['totalMrp']) }}
@foreach($discounts as $k => $v)
@if($v > 0)
{{ $k }}
{{ $homepageModel->formatCurrencyWithDecimal($v) }}
@endif
@endforeach
@foreach($totals as $k => $v)
@if($v > 0)
{{ $k }}
{{ $homepageModel->formatCurrencyWithDecimal($v) }}
@endif
@endforeach
Shipping
{{ $homepageModel->formatCurrencyWithDecimal($cartShipping) }}
Shipping charges to be calculated on Checkout