✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WooCommerce Frontend Manager: store managers' data as tables

WooCommerce Frontend Manager lets store managers run a WooCommerce store from the frontend; data still lives in core WooCommerce tables plus wcfm_messages, wcfm_enquiries, and wcfm_notifications. SleekView reassembles the WCFM-managed inventory into one admin workspace.

♾️ Lifetime License available

SleekView table view for WooCommerce Frontend Manager (WCFM)

Frontend store data, viewed from one backend table

WooCommerce Frontend Manager (WCFM) is the multi-store / multi-vendor frontend dashboard that sits in front of WooCommerce. Products and orders that WCFM users create still write to the standard WooCommerce stores: wc_orders for HPOS-enabled sites or shop_order posts otherwise, wp_posts (post_type=product) plus wp_postmeta for products. WCFM adds its own tables: wcfm_messages for store-manager chat, wcfm_enquiries for product enquiries, and wcfm_notifications for system messages.

The WCFM dashboard works well for the store managers but site admins still need to oversee, audit, and intervene across every managed store at once. The default WCFM admin keeps screens vendor-scoped, and core WooCommerce admin doesn't distinguish frontend-created records from backend ones. Bulk audits (which products were edited by frontend managers in the last week, which enquiries are unanswered, which managers have unread notifications) require either custom queries or scrolling through vendor dashboards one at a time.

SleekView pivots WCFM-managed inventory and the WCFM-specific tables into joined admin views. Add _wcfm_product_owner or vendor user id as a column on products to filter frontend-managed items, surface wcfm_enquiries response time as a leaderboard, and inline-resolve unanswered messages without leaving WP admin.

Workflow

Frontend-managed data on one backend screen

1

Pick the WCFM source

Source wcfm_enquiries, wcfm_messages, or the joined products view. Each source has its own columns and filters.
2

Join managers and products

Add the assigned store-manager user from wp_users + wp_usermeta and the linked product (post_type=product) from wp_posts + wp_postmeta for full context per row.
3

Build leaderboards

Aggregate enquiries by manager: open count, average response time, resolution rate. Surface results as a saved view for store-manager success reviews.
4

Resolve and reassign inline

Mark enquiries resolved, reassign messages, or flag products for moderation directly from the table. Writes route through WCFM CRUD so manager notifications fire.

Sample columns

A typical WCFM enquiries view

Joins wcfm_enquiries with the linked product and the assigned store manager user.
Source: wp_wcfm_messages + wp_wcfm_enquiries + wp_wcfm_notifications + wp_wc_orders + wp_posts (product)
Enquiry Store manager Product Customer Status Last reply Created
#E-2208 Lumen Lamps Brass desk lamp alex@studio.co Open none May 16
#E-2207 Brewline Roasters House blend 1kg ria@design.io Resolved May 15 May 14
#E-2206 Field Studio Print A2 tom@hello.dev Open May 14 May 13
#E-2205 Lumen Lamps Pendant lamp L mia@brew.coop Spam none May 13

Comparison

Default WCFM admin vs SleekView

Default WCFM admin

  • Frontend manager dashboards are store-scoped; site-wide audit needs separate screens
  • wcfm_enquiries response time isn't exposed as a sortable admin column
  • Bulk-resolving open enquiries means opening each dashboard individually
  • Frontend-edited products aren't distinguishable from backend-created ones in the WP admin product list
  • wcfm_notifications read status per manager has no admin overview

SleekView

  • Site-wide table of wcfm_enquiries sortable by store manager and status
  • Mark frontend-managed products via _wcfm_product_owner column
  • Aggregate response time on wcfm_enquiries per manager for leaderboard
  • Inline-resolve open enquiries from one admin table
  • Filter wcfm_messages by unread status across the site

Features

What SleekView gives you for WooCommerce Frontend Manager (WCFM)

Enquiry response leaderboard

Aggregate wcfm_enquiries by assigned store manager: open count, average response time, resolution rate. Spot underwater managers before customers notice.

Frontend-edited products tagged

Pivot _wcfm_product_owner postmeta into a column on the products view. Filter to products edited by frontend managers in the last week for moderation review.

Unread messages and notifications

Surface wcfm_messages.is_read and wcfm_notifications.is_read as filters. Confirm site-wide message delivery and find managers who haven't opened the dashboard in a week.

Audience

Who uses SleekView for WCFM

Marketplace moderation

Open enquiries older than 48 hours, frontend-edited products awaiting approval, and recent message threads in one workspace. Resolve or reassign inline.

Store manager success

Per-manager performance: open enquiries, response time, products listed, orders processed. Filter to new managers in their first 30 days for ramp coaching.

Site admin oversight

Cross-store visibility without opening individual frontend dashboards. Confirm a manager's enquiry queue is being worked, see who's behind on responses, intervene where needed.

The bigger picture

Why frontend-managed stores need backend overview tables

WooCommerce Frontend Manager solves a real problem: giving store managers a frontend dashboard so they don't need wp-admin access for daily work. The cost is that site admins lose the per-store overview they had when everything went through the backend admin. Open enquiries, recent message threads, and pending product edits get distributed across as many frontend dashboards as the site has stores, and there's no single screen that shows the whole picture.

The data is consistent: wcfm_enquiries, wcfm_messages, and wcfm_notifications are flat tables with manager user ids and timestamps, and frontend-created products carry _wcfm_product_owner in postmeta. SleekView reassembles them into admin tables that pivot manager id and product id as facets, surface response time as a sortable column, and let site admins resolve or reassign without entering each frontend store. Marketplace moderation, store-manager success, and customer-side enquiry response all share one workspace.

WCFM keeps doing what it does well; SleekView adds the backend X-ray the multi-store admin actually needs.

Questions

Common questions about SleekView for WooCommerce Frontend Manager (WCFM)

wcfm_messages, wcfm_enquiries, and wcfm_notifications are core to WCFM's frontend dashboard. SleekView reads them directly; the schema is created and maintained by WCFM itself.

 

Yes. SleekView writes through WCFM's CRUD where supported so resolution emails to the customer and notifications to the manager still fire. Direct table writes are available for migration scenarios.

 

Yes. WCFM Marketplace data lives in wcfm_marketplace_orders and wcfm_marketplace_withdraw_request; SleekView covers those tables in addition to the base WCFM tables, so vendor-marketplace setups get joined views across both.

 

Yes. WCFM stamps _wcfm_product_owner (and on multi-vendor setups, vendor user id) into postmeta on each product created or edited via the frontend dashboard. Surface that key as a column and filter.

 

Yes. Frontend-created orders write to wc_orders under HPOS just like backend orders. SleekView reads from the active order store; WCFM tables sit alongside unchanged.

 

Yes. Saved views filtered by the current user's store-manager user id give each WCFM user a self-service backend table that complements their frontend dashboard, useful for power users.

 

WCFM messages are stored in wcfm_messages with content available to any role that can read the table. Site-admin-level access in SleekView matches what the WP admin role can already access via direct DB or REST.

 

When a store manager user is deleted, their enquiries and messages remain in the WCFM tables with a dangling user id. SleekView shows these as deleted in the manager column so cleanup audits can spot orphaned records.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView