Add Woo Manager Pro with multi-store switching and free-tier limits.
Deploy Ladill Woo Manager / deploy (push) Successful in 51s
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user