Shopping Cart
@if (session('success')){{ $item['product']->name }}{{ $item['is_sample'] ? ' - Sample' : '' }}
{{ $item['product']->category->name }}
@php $stockCost = 0; $stockUnit = $item['type'] === 'wallpaper' ? '/m' : '/m²'; if (!$item['is_sample'] && $item['stock']) { $stockCost = $item['type'] === 'wallpaper' ? $item['stock']->cost_per_meter : $item['stock']->cost_per_m2; } @endphp @if($item['is_sample'])Sample - Fixed Price: R{{ number_format(\App\Services\ShippingService::getSampleCost(), 2) }}
@elseif($item['stock']){{ $item['stock']->name }}: R{{ number_format($stockCost, 2) }}{{ $stockUnit }}
@endif @if(!$item['is_sample']) @if($item['type'] === 'wallpaper')Length: {{ $item['length'] }}m
@elseif($item['type'] === 'mural')Dimensions: {{ $item['width'] }}m × {{ $item['height'] }}m ({{ number_format($item['width'] * $item['height'], 2) }}m²)
@endif @endifSubtotal: R{{ number_format($item['subtotal'], 2) }}
Order Summary
Your cart is empty
Start Shopping