@lang('messages.ORDER_SUMMARY')
@foreach ($cart->items as $item) @endforeach {{-- --}}
{{ $item->product->name }} {{ $item->product->name }}
{{ $item->qtd }}un. x @if ($item->isInSale) {{ Helper::formatAsCurrency($item->product->regularPrice) }} {{ Helper::formatAsCurrency($item->product->salePrice) }} @else {{ Helper::formatAsCurrency($item->product->salePrice) }} @endif
Subtotal: {{ Helper::formatAsCurrency($cart->totalWithoutDiscounts) }}
@lang('messages.DISCOUNT'): {{ Helper::formatAsCurrency($cart->desconto) }}
@lang('messages.ORDER_HISTORY_DELIVERY'): {{ Helper::formatAsCurrency($order->expedicao_valor) }} {{--
( <#?= $oCurrency->symbol; ?>0,00 ) --}}
@lang('messages.ORDER_DUTIES_TAXES_FEES'): {{ Helper::formatAsCurrency($order->ddp_calculated_amount + $order->ddp_fixed_fee) }}
Total: {{ Helper::formatAsCurrency($cart->total_final) }} {{--
( <#?= $oCurrency->symbol; ?><#?= number_format($aProdutos['totalConv'], 2, ",", "."); ?> ) --}}

@lang('messages.CURRENCIES_CHECKOUT_TEXT')

@lang('messages.CURRENCIES_CHECKOUT_TEXT_SHIPPING')