Cart Summary
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
@if (session()->get('customerId') > 0)
You are earning 3740 Points on this transaction
TOTAL PAYABLE
{{ $homepageModel->formatCurrencyWithDecimal($totals['Payable']) }}
@else
@endif