Keranjang
| Product | Harga | Quantity | Subtotal | ||
|---|---|---|---|---|---|
|
|
{{ $item->name }} |
Rp {{ number_format($item->price, 0, ',', '.') }} |
|
Rp {{ number_format((float) preg_replace('/[^\d.]/', '', $item->subTotal()), 0, ',', '.') }} |
Cart Totals
@if(Session::has('discounts'))| Subtotal | Rp {{ number_format((float) preg_replace('/[^\d.]/', '', Cart::instance('cart')->subTotal()), 0, ',', '.') }} |
|---|---|
| Diskon ({{ Session::get('coupon')['code'] }}) | Rp {{ number_format((float) Session::get('discounts')['discount'], 0, ',', '.') }} |
| Subtotal Setelah Diskon | Rp {{ number_format((float) Session::get('discounts')['subtotal'], 0, ',', '.') }} |
| Pengiriman | Gratis |
| VAT | Rp {{ number_format((float) Session::get('discounts')['tax'], 0, ',', '.') }} |
| Total | Rp {{ number_format((float) Session::get('discounts')['total'], 0, ',', '.') }} |
| Subtotal | Rp {{ number_format((float) preg_replace('/[^\d.]/', '', Cart::instance('cart')->subTotal()), 0, ',', '.') }} |
|---|---|
| Pengiriman | Gratis |
| VAT | Rp {{ number_format((float) preg_replace('/[^\d.]/', '', Cart::instance('cart')->tax()), 0, ',', '.') }} |
| Total | Rp {{ number_format((float) preg_replace('/[^\d.]/', '', Cart::instance('cart')->total()), 0, ',', '.') }} |
Tidak ada item yang ditemukan di keranjang Anda
Beli Sekarang