isaaccladandCursor 644c3d9cde
Deploy Ladill Woo Manager / deploy (push) Successful in 1m5s
Add catalog sync trigger, metrics, and shipping label actions to integrations.
Surfaces actionable controls in Ladill instead of status-only cards: sync catalogs via the plugin proxy, show channel metrics, and link to orders/labels for fulfillment.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-08 11:28:42 +00:00

Ladill Woo Manager

Fulfill WooCommerce orders from Ladill — no payment processing. Merchants connect stores via the Ladill WordPress plugin (Sign in with Ladill).

  • App: https://woo.ladill.com
  • Repo: ladill-woo-manager

Features (MVP)

  • Sign in with Ladill (SSO)
  • WordPress plugin connect flow (/connect/wordpress)
  • WooCommerce webhook ingest → order inbox
  • Fulfillment status updates (sync back to plugin REST API)
  • Multi-store per account

Local development

composer install
cp .env.example .env
php artisan key:generate
touch database/database.sqlite
php artisan migrate
npm install && npm run build
php artisan serve --port=8088

Tests

php artisan test

Bootstrap

This repo was scaffolded from ladill-invoice via scripts/bootstrap-ladill-woo-manager.sh in the Ladill monolith.

S
Description
No description provided
Readme
2 MiB
Languages
Blade 59.1%
PHP 37.9%
JavaScript 1.4%
Shell 1.2%
CSS 0.4%