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>
This commit is contained in:
isaacclad
2026-07-07 01:14:08 +00:00
co-authored by Cursor
parent 551473f8e5
commit cebf0d2e61
34 changed files with 1340 additions and 263 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class StoreSyncService
];
try {
$catalogCounts = $this->catalog->syncAll($store);
$catalogCounts = $this->catalog->syncAll($store, $store->user);
$counts['categories'] = $catalogCounts['categories'];
$counts['products'] = $catalogCounts['products'];
} catch (\Throwable $e) {