Produto |
Preço |
Quantidade |
SubTotal |
|
|---|---|---|---|---|
{{ $cartItem->name }} |
{{ config('cart.currency_symbol') }} {{ number_format($cartItem->price, 2, ',', '.') }} | {{ config('cart.currency_symbol') }} {{ number_format($cartItem->subtotal, 2, ',', '.') }} |
| Subtotal | Frete | Total |
|---|---|---|
| {{ config('cart.currency_symbol') }} {{ number_format($subtotal, 2, ',', '.') }} | {{ config('cart.currency_symbol') }} {{ number_format($cartItem->options->frete, 2, ',', '.') }} | {{ config('cart.currency_symbol') }} {{ number_format(floatval($total) + floatval($cartItem->options->frete), 2, ',', '.') }} |
Você não possui itens em seu carrinho
Voltar à página inicial