Admin Overview
The plugin adds 15 admin pages, all under WooCommerce → Webkul Addons → Auctions. This page maps each one to what you'd open it for.

At a glance
| Page | Slug | Open it for |
|---|---|---|
| Dashboard | wkafw-dashboard | KPI overview, charts, activity feed |
| All Auctions | wkafw-auctions | List, filter, bulk-act on auctions |
| Add / Edit Auction | wkafw-add-auction | Create a single auction |
| Bids | wkafw-bids | Inspect, retract, delete bids |
| Reports | wkafw-reports | Revenue / bidder / category reports |
| Events | wkafw-events | Multi-lot auction events |
| Wallet | wkafw-wallet | Top-up, debit, refund customer wallets |
| Disputes | wkafw-disputes | Open / resolve buyer disputes |
| Blocked Users | wkafw-users | Ban list |
| Fraud Detection | wkafw-fraud | Velocity / IP / risk rules |
| Tools | wkafw-tools | CSV import / export / mappings |
| Settings | wkafw-settings | All 132 plugin options |
| Design Studio | wkafw-design | Live brand preview |
| Pending Review | wkafw-pending-review | Vendor lot moderation |
| Audit Log | wkafw-audit-log | Hash-chain bid trail |
Capability
All pages require the manage_woocommerce capability — by default, shop manager and above. To grant access to other roles, use a capability plugin or add_cap() in functions.php.
Common patterns
Each admin page follows the same convention:
- Top hero — page title + filters / range pickers
- KPI / summary row — high-level numbers
- Main content — list table, form, or chart grid
- Bulk actions — drop-down + selection checkboxes (where applicable)
Filters in the URL persist on page reload (e.g., ?status=active&range=30). Bookmark a filtered view to revisit it.
Bulk actions cheat sheet
| Page | Bulk actions available |
|---|---|
| All Auctions | Start, Pause, End, Extend, Cancel, Delete, Duplicate |
| Bids | Delete, Mark fraudulent |
| Disputes | Resolve, Close |
| Blocked Users | Unblock |
| Pending Review | Approve, Reject |
CSV exports
These pages stream CSVs:
| Page | Export |
|---|---|
| Reports | Revenue, bidders, by category |
| Disputes | Open / resolved disputes |
| Tools | Auctions, bids, watchers, full data |
| Audit Log | Hash-chain ledger |
Big exports (>500 rows) run via Action Scheduler in the background; you'll get an email or a polling notice when ready.
Where data shows up
| Data | Where you see it |
|---|---|
| Auctions | All Auctions, Dashboard |
| Bids | Bids, Audit Log, Dashboard |
| Watchlist | Reports, Dashboard |
| Disputes | Disputes |
| Events / lots / registrations | Events |
| Audit log | Dashboard activity, Audit Log |
| Wallet ledger | Wallet |
| Vendor commissions | Reports, multi-vendor reporting |
Next
- Dashboard → — open it now
- Settings → — configure once, ship many
