Rincian Belanja
@foreach($cartItems as $item)
{{ $item->product->name }}
x{{ $item->quantity }}
@if($item->variation)
{{ $item->variation }}
@endif
Rp {{ number_format($item->product->getPriceForVariation($item->variation) * $item->quantity, 0, ',', '.') }}
@endforeach
Subtotal
Rp {{ number_format($totalPrice, 0, ',', '.') }}
Total Berat
{{ $totalWeight }} gram
Ongkos Kirim
-
Total Tagihan
Rp {{ number_format($totalPrice, 0, ',', '.') }}