Plans
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('upsell'))
{{ session('upsell') }}
@endif

Choose your Woo Manager plan

Pay monthly from your Ladill wallet, or prepay 6/12/24 months via Paystack.

@if ($gatingActive && ! ($subscription && $subscription->entitled()))
@foreach ($prepaidMonths as $months) @endforeach
@endif
@php $live = $subscription && $subscription->entitled(); @endphp @if ($live)
{{ $isEnterprise ? 'Business' : 'Pro' }} active until {{ $subscription->current_period_end->format('d M Y') }}
@if ($subscription->auto_renew)
@csrf
@elseif ($subscription->status === 'canceled')
@csrf
@endif
@elseif ($gatingActive)

Free plan: {{ $storeCount }}/{{ $storeLimit }} store(s), {{ $productCount }}/{{ $productLimit }} products.

@endif

Free

GHS 0

  • 1 WooCommerce store
  • 20 products
  • Order fulfillment inbox
@if ($planKey === 'free')

Current plan

@endif

Pro

  • Multiple stores
  • Unlimited products
  • Switch stores anytime
@if ($planKey === 'pro')

Current plan

@elseif ($gatingActive && ! $hasPaidPlan)
@csrf
@foreach ($prepaidMonths as $months)
@csrf
@endforeach @endif

Business

  • Everything in Pro
  • Team workflows
  • Priority support
@if ($planKey === 'enterprise')

Current plan

@elseif ($gatingActive && ! $hasPaidPlan)
@csrf
@foreach ($prepaidMonths as $months)
@csrf
@endforeach @endif