Commit Graph
17 Commits
Author SHA1 Message Date
isaaccladandCursor cfdc8c7c09 Add Woo Manager email notification milestones with shared mail templates.
Deploy Ladill Woo Manager / deploy (push) Successful in 2m11s
New order, store connected, Pro expiry, and past-due alerts use the Ladill notification layout with woo branding; expiry reminders dedupe per threshold like hosting.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 02:59:45 +00:00
isaaccladandCursor 1edf5aad43 Adopt the shared Ladill signed-out page for Woo Manager.
Deploy Ladill Woo Manager / deploy (push) Successful in 34s
Logout now lands on the branded sign-out screen with Woo-specific copy instead of the minimal placeholder card.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 02:52:02 +00:00
isaaccladandCursor 93bfc3e2d2 Reorganize Woo Manager mobile header and store switcher placement.
Deploy Ladill Woo Manager / deploy (push) Successful in 1m7s
Desktop store switcher now sits after search; mobile shows route-based page titles, bottom nav, and store switching inside the profile sheet.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 02:45:14 +00:00
isaaccladandCursor 26b1d5b433 Wire Afia AI assistant for Woo Manager via platform relay.
Deploy Ladill Woo Manager / deploy (push) Successful in 1m19s
The chat panel and POST /ai/chat route were missing after the Invoice scaffold; Afia now relays through the platform when no local OpenAI key is set.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 01:23:21 +00:00
isaaccladandCursor cebf0d2e61 Add Woo Manager Pro with multi-store switching and free-tier limits.
Deploy Ladill Woo Manager / deploy (push) Successful in 51s
Free: 1 store and 20 products. Pro/Business mirrors Invoice pricing (GHS 49/149)
with wallet renewals, Paystack prepay, session-based store switcher, and scoped UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 01:14:08 +00:00
isaaccladandCursor 551473f8e5 Preserve WooCommerce HTML in product descriptions with a rich text editor.
Deploy Ladill Woo Manager / deploy (push) Successful in 1m16s
Stop stripping tags on sync so paragraphs and bold book titles round-trip to Woo.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 00:47:01 +00:00
isaaccladandCursor 085645fd0f Add WooCommerce-style featured image and product gallery flow.
Deploy Ladill Woo Manager / deploy (push) Successful in 24s
Sync full image sets through the plugin, with upload/URL support in the product editor and thumbnails in the list.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 00:27:11 +00:00
isaaccladandCursor e3ef23218f Fix Woo sync: exempt webhooks from CSRF and backfill on connect.
Deploy Ladill Woo Manager / deploy (push) Successful in 39s
Auto-import catalog and orders after store activation, add manual order sync, and allow WooCommerce webhooks without CSRF tokens.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 00:15:37 +00:00
isaaccladandCursor ec138a903f Use woomanager.svg for Woo Manager in app launcher.
Deploy Ladill Woo Manager / deploy (push) Successful in 27s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 00:07:16 +00:00
isaaccladandCursor ba762cfab7 Update favicon for Woo Manager branding.
Deploy Ladill Woo Manager / deploy (push) Successful in 55s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 23:55:29 +00:00
isaaccladandCursor f351030db4 Add settings page pinned to sidebar footer like other Ladill apps.
Deploy Ladill Woo Manager / deploy (push) Successful in 38s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 23:52:37 +00:00
isaaccladandCursor e4b6c2c1ba Add WooCommerce product and category management.
Deploy Ladill Woo Manager / deploy (push) Successful in 55s
Sync catalog via plugin webhooks and REST proxy, with list/create/edit UI and updated logo from monolith assets.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 23:40:14 +00:00
isaaccladandCursor 2a79f0fcca Run platform DNS sync after woo-manager deploy.
Deploy Ladill Woo Manager / deploy (push) Successful in 1m42s
Ensures woo.ladill.com A record is provisioned when the app ships before monolith deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 23:24:40 +00:00
isaaccladandCursor a70f342a0c Fix deploy symlink hint and prefer system npm in CI.
Deploy Ladill Woo Manager / deploy (push) Successful in 1m16s
Deploy user cannot update current when APP_ROOT is root-owned; CI falls back to portable Node only when needed.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 23:14:03 +00:00
isaaccladandCursor 092b07897f Remove leftover invoice mini_payments migrations blocking deploy.
Deploy Ladill Woo Manager / deploy (push) Failing after 38s
These referenced qr_codes from the invoice scaffold and failed on a fresh woo database.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 22:57:11 +00:00
isaaccladandCursor a06e8c2ff0 Align billing/identity env keys with platform woo slug.
Deploy Ladill Woo Manager / deploy (push) Failing after 1s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 22:48:34 +00:00
isaaccladandCursor ffe0b9d877 Scaffold Ladill Woo Manager for WooCommerce order fulfillment.
Deploy Ladill Woo Manager / deploy (push) Failing after 2s
Standalone app with SSO shell, WordPress plugin connect flow, webhook ingest,
fulfillment inbox, and plugin activation API — no payment processing.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 22:39:38 +00:00