Overview

Woo Manager

@if($currentStore) Managing {{ $currentStore->site_name ?? $currentStore->site_url }} — switch stores from the top bar. @else Fulfill WooCommerce orders from Ladill — payments stay in your store. @endif

@if(empty($hasPaidPlan)) @include('partials.upgrade-banner') @endif

Connected stores

{{ $stats['stores'] }}

Products

{{ $stats['products'] }}

@if($productLimit)

{{ $productCount }} total · {{ $productLimit }} free limit

@endif

Categories

{{ $stats['categories'] }}

New orders

{{ $stats['orders_new'] }}

Open fulfillment

{{ $stats['orders_open'] }}

@if($stats['stores'] === 0)

Connect your WooCommerce store

Install the Ladill Woo Manager plugin on WordPress, then click Connect with Ladill in your store admin.

We sync paid orders here for fulfillment. Ladill does not process checkout payments.

@endif

Recent orders

View all
@if($recent->isEmpty())

No orders yet.

@else
@foreach($recent as $order)

#{{ $order->order_number }} · {{ $order->customer_name ?: 'Customer' }}

{{ $order->store?->site_name ?? $order->store?->site_url }}

{{ $order->totalFormatted() }}

{{ $order->fulfillmentLabel() }}

@endforeach
@endif