|
|
{{ $item->product->name }} |
|
{{ $item->qtd }}un. x
@if ($item->isInSale)
|
|
| 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') |
|