SleekView for WooCommerce Fast Checkout: express-pay orders as tables
Read directly from wc_orders plus the express-pay method tokens stored in wc_orders_meta (Apple Pay, Google Pay, Link). Filter by payment wallet, sort by basket size, and inline-edit fulfillment without opening each conversion.
♾️ Lifetime License available
Express-pay orders, finally filterable
WooCommerce Fast Checkout flows (typically powered by Stripe's express-pay element, Apple Pay, Google Pay, Link, or Shop Pay through equivalent plugins) compress the checkout into a single wallet tap. The orders they produce land in wc_orders on HPOS or shop_order on legacy, with the express-pay method recorded in wc_orders_meta (typically _payment_method_title or a Stripe-specific key).
The default Orders screen filters by status and date but not by express-pay method, so a finance team can't easily separate Apple Pay reconciliation from card reconciliation, and marketing can't see how many checkouts the wallet button captured this week. SleekView reads wc_orders, joins wc_orders_meta, and exposes the payment-method title and wallet-source as real columns. Pivot by wallet, filter by Link versus card, and aggregate revenue per express-pay method.
Inline edits route through WooCommerce CRUD, so woocommerce_order_status_changed still fires, stock adjustments still happen, and order-status emails still send. Bulk operations stay safe because they iterate through CRUD per row.
Workflow
How SleekView reads your Fast Checkout data
Pick the source table
wc_orders for HPOS or shop_order for legacy. SleekView detects the active path and exposes matching columns plus joinable customer lookup and orders meta.
Compose your column set
Save and scope the view
Edit inline and ship
Sample columns
A typical Fast Checkout order view
wc_orders with wc_orders_meta for payment-method title and Stripe-specific wallet metadata.
wp_wc_orders + wp_wc_orders_meta (HPOS) or wp_posts (post_type=shop_order) + wp_postmeta
| Order # | Status | Wallet | Customer | Total | Date |
|---|---|---|---|---|---|
| #21128 | Completed | Apple Pay | alex@studio.co | €72.00 | May 14 |
| #21127 | Processing | Google Pay | ria@design.io | €124.00 | May 14 |
| #21126 | Completed | Link | tom@hello.dev | €38.00 | May 13 |
| #21125 | Failed | Apple Pay | mia@brew.coop | €96.00 | May 13 |
Comparison
Default WooCommerce admin vs SleekView
Default WooCommerce admin
- Payment-method title shows on the per-order screen but isn't a column in the list
- No filter for "Apple Pay only" or "Google Pay only" in stock admin
-
Stripe wallet metadata sits in
wc_orders_metaand never surfaces - Bulk reconciliation by wallet method requires CSV export and pivot
- Per-wallet conversion totals need custom queries or analytics tooling
SleekView
-
Wallet column from
wc_orders_meta, Apple Pay / Google Pay / Link - Per-wallet aggregate views, count and revenue per express-pay method
- Filter "completed Apple Pay orders this month" in one click
- Inline-edit status across many express-pay orders at once
- Save filtered views per role for finance, support, fulfillment
Features
What SleekView gives you for WooCommerce Fast Checkout
Wallet method as a real column
Add _payment_method_title or the Stripe-specific wallet meta as a column. Filter to a single wallet for reconciliation or pivot the table to compare wallets side by side without leaving WP admin.
Per-wallet aggregate totals
Pivot by wallet to see order count and gross revenue per express-pay method. Useful for finance, treasury, and growth teams deciding which wallets to promote at checkout.
Inline-edit status safely
Flip processing to completed in the row after fulfillment confirms shipment. Bulk-flip a stack of express-pay orders in one pass with WooCommerce CRUD running per row.
Audience
Who uses SleekView for Fast Checkout
Finance reconciliation
Apple Pay, Google Pay, Link, and card filtered separately for daily reconciliation against the payment processor. Per-wallet totals visible inline, no spreadsheet pivot.
Support
Search by email, see wallet method, status, and total at a glance. Useful when a customer disputes a charge and the wallet trail matters more than the order detail.
Growth and CRO
Per-wallet conversion totals and average order value visible inline. Decide whether to promote Apple Pay above Google Pay (or vice versa) based on real conversion data.
The bigger picture
Why wallet-aware order lists matter for reconciliation
Express-pay buttons added a real conversion lift to WooCommerce stores by removing the form-filling step at checkout. Apple Pay, Google Pay, Link, and similar one-tap wallets now drive a meaningful share of orders, especially on mobile. Operationally, that share matters because each wallet reconciles separately on the payment processor's settlement reports.
The default Orders screen shows the wallet label only on the per-order screen, never in the list, so finance can't filter to "Apple Pay completed today" without exporting and pivoting in a spreadsheet. Support can't quickly see whether a disputed charge came through Link or a card. Growth teams can't tell which wallet to feature first based on conversion data.
SleekView reads the same data WooCommerce already stores in wc_orders_meta, surfaces the wallet as a real column, and saves the view per role. Same database, same WooCommerce hooks, dramatically less reconciliation friction.
Questions
Common questions about SleekView for WooCommerce Fast Checkout
No. The wallet-button flows (Stripe Apple Pay, Google Pay, Link, equivalent in other gateways) write to standard WooCommerce tables. SleekView reads wc_orders on HPOS or shop_order posts on legacy, no special integration required.
The friendly label is in _payment_method_title on wc_orders_meta (or postmeta on legacy). Stripe-specific wallet details (the wallet type, network token reference) live in plugin-specific meta keys. SleekView lists meta keys actually present in your store so you pick from the real list.
Yes. Add the payment-method-title column and filter to the wallet label. Save it as a view ("Apple Pay completed this month") so finance reuses it daily for reconciliation against the processor's settlement reports.
 Inline edits route through WooCommerce CRUD, so order-status hooks fire and the Stripe (or other gateway) plugin's listeners run as configured. A status change to refunded via SleekView triggers the gateway refund flow only if the gateway plugin handles status-change refunds (most do via the standard status-change hook).
 Yes. Filter by status failed and group by wallet to see per-wallet failure counts. Useful for spotting wallet-specific issues (Apple Pay device support, Link account problems) that get lost in aggregate decline metrics.
 No, it's an additional admin surface. The standard Orders screen stays for merchants who prefer it. SleekView gives finance, support, and growth teams the row-level views they actually need.
 
Queries hit indexed columns (id, status, date_created_gmt, customer_id) on wc_orders. Meta lookups on wc_orders_meta use indexed key lookups. Keep aggregate columns (per-wallet revenue totals) off triage views and on detail views to keep query plans fast.
Yes. Any saved view exports to CSV with active columns and filters. Useful for daily reconciliation against Stripe settlement reports or for sharing with the bookkeeper. GDPR data-export tooling continues to work as before.
 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.
Lifetime ♾️
Most popular
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
€749
Continue to checkoutBrowse more
- Woocommerce Pdf Invoices Packing Slips
- Aelia Tax Display By Country
- Woocommerce Distance Rate Shipping
- Yith Woocommerce Wishlist
- Wpc Product Quantity
- Woocommerce Stripe Gateway
- Wpc Fly Cart
- Surecart Bumps
- Funnelkit Funnel Builder
- Printful Integration
- Woocommerce Worldpay
- Woocommerce Bing Shopping
- Yith Woocommerce Quick View
- Woocommerce Mercado Pago
- Edd Active Campaign