✨ 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 Shop as Customer

SleekView reads the orders Shop as Customer flags and renders admin user, target customer, order id, total and date_created as a sortable audit grid inside WP Admin instead of a toggle buried on the user list.

♾️ Lifetime License available

SleekView table view for WooCommerce Shop as Customer

Impersonation sessions are sensitive, the audit surface should match

WooCommerce Shop as Customer (the official Woo.com extension) lets admins and shop managers log in as any registered customer to place orders or troubleshoot a cart. Each session is logged on the originating admin user, and every order placed inside the session is tagged with the _created_via_shop_as_customer meta plus the original admin user ID. The plugin surfaces a toggle on the user list, but the trail of who impersonated whom and what they bought is not a table anywhere in the admin.

SleekView reads wp_wc_orders and wp_wc_orders_meta, filters to orders carrying the impersonation flag, and renders admin user, target customer, order id, total_amount, status and date_created as sortable, filterable columns. Filter to orders placed in the last 7 days for support QA. Sort by admin to spot which agents drive most assisted checkouts. Group by customer to see which buyers received the most assisted orders.

The extension keeps owning the impersonation flow, role checks and toggle UI. The table view owns the audit surface, so the meta the plugin already writes stops hiding inside one-off order screens and becomes a query the compliance and support leads can actually open.

Workflow

How SleekView surfaces Shop as Customer data

1

Point at the orders dataset

Pick wp_wc_orders filtered by the _created_via_shop_as_customer meta key, joined with wp_users twice for both the admin and the target customer's display_name and email.
2

Compose the columns

Drag in Admin, Customer, Order, Total, Status and Date_created. Reorder, hide or rename any column without touching manage_edit-shop_order_columns.
3

Filter and sort like a database

Filter to the last 30 days, to a specific admin for performance review, or to orders above a threshold for finance spot checks. Sort by date_created for moderation queues.
4

Save and gate the view

Name the view ("Assisted checkouts this week", "Per-agent impersonation log", "High-value assisted orders") and gate by WordPress capability so support leads and compliance reviewers land on the slice that matters.

Sample columns

A typical Shop as Customer audit view

Rows from wp_wc_orders filtered by _created_via_shop_as_customer, joined with wp_users on both admin and customer ID. The same per-order meta the extension already writes, surfaced as a queryable audit grid.
Source: wp_319_wc_orders
Admin Customer Order Total Status Date
sarah.k (Support) lena.morris@email.com #48217 $184.50 Processing 2025-12-04 11:22
tom.h (Support) rk.chen@email.com #48214 $62.00 Completed 2025-12-04 09:48
sarah.k (Support) billing@studio-nova.io #48201 $1,420.00 On hold 2025-12-03 16:14
mike.d (Manager) guest+8821@email.com #48189 $48.00 Cancelled 2025-12-02 22:31
tom.h (Support) #48172 $210.00 Completed 2025-12-02 10:05

Comparison

Default WooCommerce Shop as Customer admin vs SleekView

Default Shop as Customer toggle and orders list

  • Impersonation only surfaces as a toggle on the user list, not as an audit table
  • Orders placed during a session aren't grouped by the admin who started it
  • Filtering the orders list by the _created_via_shop_as_customer meta key requires URL hacking
  • Per-agent assisted-order volume is not exposed in any built-in screen
  • Compliance review of impersonation activity means clicking through orders one by one

SleekView

  • Every impersonation-flagged order rendered as a queryable table
  • Admin display_name and target customer email as real columns
  • Filter to last-30-days sessions, to a specific agent or to high-value assisted orders
  • Saved views per role: support QA, compliance audit, finance spot check
  • Same dataset the chart view aggregates, so table and dashboard stay in sync

Features

What SleekView gives you for WooCommerce Shop as Customer

Sensitive sessions, real audit grid

Render every order placed under impersonation with both user names, the order id and the total instead of trusting a toggle on a profile screen.

Composable session filters

Stack filters on admin, customer, total and date_created to assemble per-agent reviews, high-value spot checks or compliance cohorts in one query.

Per-agent visibility

Sort by admin to see which agents lean on Shop as Customer most, and pair that with order_total to make a workload conversation an evidence conversation.

Audience

Who uses SleekView for WooCommerce Shop as Customer

Customer service leads

Filter the table to last 7 days, group by admin and review assisted checkouts row by row to coach the team or stage performance reviews.

Compliance reviewers

The full impersonation trail, joinable to customer email and order total, is the audit log many merchants need but rarely have in WordPress.

Finance spot checks

Sort by total descending to surface high-value assisted orders and confirm refunds, discounts and notes match policy before the books close.

The bigger picture

Why impersonation data deserves a real table

Shop as Customer is one of the more sensitive Woo extensions because it lets staff act as real buyers, and the plugin already records which admin started which session and which orders followed. The default surface tucks that signal behind a toggle on the user list, which is right for starting a session and wrong for almost everything compliance, support QA or finance actually do with the data. SleekView reads the same flagged orders and renders them as a queryable audit table with admin, customer, order id, total, status and date_created.

Filters stack into a single query so the per-agent review, the high-value cohort and the compliance trail become one-click views. The extension keeps owning the impersonation flow and role checks, while the team gets the per-row surface the dataset always deserved.

Questions

Common questions about SleekView for WooCommerce Shop as Customer

wp_wc_orders and wp_wc_orders_meta on HPOS, or wp_posts and wp_postmeta on legacy storage, filtered by the _created_via_shop_as_customer meta key. No new tables are introduced.

 

Yes. SleekView abstracts the storage model so the same audit view works on HPOS-enabled stores and on legacy installs with no configuration change.

 

Yes. Both sides of the relationship are first-class columns, so 'sessions started by sarah.k' and 'orders placed for billing@studio-nova.io' are both saved-view filters.

 

Yes, when explicitly enabled. Edits route through WooCommerce's order API rather than direct SQL, so order notes, refunds and status hooks fire exactly as they would from the orders screen.

 

Yes. The table view and the chart view share the dataset, so a per-agent filter or a last-30-days slice narrows both surfaces. Support leads pivot between row audit and rollup without rebuilding filters.

 

Yes. Any custom order meta written during an impersonation session appears as a column once it exists on at least one order, so role-aware or site-aware variants surface automatically.

 

Yes. Any filtered cohort exports as CSV with the columns the view shows, including admin, customer, order id, total, status and date_created. Useful for compliance and HR reviews.

 

Yes. SleekView queries wp_wc_orders with indexed joins and paginates results, so stores with thousands of assisted orders per month still load the audit table without timing out admin requests.

 

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