Shopping Cart - Empty My Cart

ITEMS ({{ count($cart_items) }}) PRICE QUANTITY
@forelse ($cart_items as $item)
{{ Str::limit($item['title'], 50) }}
{{ $item['variant_attributes_summary'] }} @if(!empty($item['print_details']))
Print Details @if(!empty($item['print_details']['text']))
Text: {{ Str::limit($item['print_details']['text'], 80) }}
@endif @if(!empty($item['print_details']['instructions']))
Notes: {{ Str::limit($item['print_details']['instructions'], 120) }}
@endif @if(!empty($item['print_details']['file'])) @endif
@endif
PKR {{ number_format($item['unit_amount'] * $item['quantity']) }}

@empty

No items available in cart.

@endforelse
Payment Methods

Shipping & Billing

{{--
--}} {{-- --}} {{--
--}}
{{--
--}} {{-- --}} {{--
--}}
{{-- Loader during Livewire request --}}
Loading cities...
{{-- Dropdown when cities are ready --}} @if(!empty($courier_cities)) @endif

Payment Method

@foreach(\App\Models\PaymentMethod::where('status', \App\Models\PaymentMethod::STATUS_ACTIVE)->get() as $method)
@endforeach
@error('payment_method') {{ $message }} @enderror

Package Openable


@error('package_openable') {{ $message }} @enderror

Order Summary

Subtotal ({{ count($cart_items) }} items) PKR {{ number_format($sub_total) }}

Delivery Charges PKR {{$delivery_charges}}

Packaging Charges PKR {{$packaging_charges}}


Total PKR {{ number_format($grand_total) }}


COD Amount

Recalculating profit...

@if($reseller_total_amount == 0)

Your Profit is: PKR 0

@else

Tax Amount: PKR {{ number_format($total_tax_amount) }}

Your Profit is: PKR {{ number_format($profit) }}

@endif

Instructions


You cannot place order if profit se negative