Overview

Woo Manager

Fulfill WooCommerce orders from Ladill — payments stay in your store.

Connected stores

{{ $stats['stores'] }}

Products

{{ $stats['products'] }}

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