✨ 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 SamCart Bridge: synced orders & customers as tables

SamCart hosts the checkout pages and one-click upsells, and the bridge plugin syncs purchases into WordPress as posts or custom rows. SleekView reads the synced data so funnel performance, refund triage, and access fulfilment land on one screen.

♾️ Lifetime License available

SleekView table view for SamCart Bridge

SamCart webhook data, surfaced as tables

SamCart Bridge plugins receive webhooks from SamCart's hosted checkout (purchase, upsell, refund, subscription rebill) and store each event in WordPress. The typical layout is a samcart_order custom post type with SamCart-specific metadata in wp_postmeta (samcart_product_id, samcart_funnel_id, samcart_upsell_path, samcart_amount, samcart_currency).

The default bridge admin is a stock WP list with a fixed column set. That works for a quick scan but misses the views ops actually want: per-funnel conversion, upsell take-rate per step, refund cohort by date, and customer lifetime value across funnels. Each of those is a single SleekView away once the postmeta is pivoted into proper columns and the customer email is joined as the implicit foreign key across rows.

Inline edits cover the internal fields the bridge exposes (fulfilment tags, course-access flags, notes). Refunds and subscription cancellations stay in SamCart since those flows are on the hosted side; SleekView links out per row when one of those actions is the right next step.

Workflow

SamCart events as a funnel workspace

1

Map the bridge post type

Point SleekView at samcart_order and expose the SamCart postmeta keys (samcart_funnel_id, samcart_product_id, samcart_upsell_path, samcart_amount) as columns.
2

Group by funnel or customer

Per-funnel performance grouped on samcart_funnel_id, or per-customer LTV rooted on customer email. Aggregate columns compute paid count, refund count, and average order value.
3

Save the role views

Funnel managers see per-funnel conversion, fulfilment sees paid orders with access tags, support sees customer-rooted history. Each view is gated by WordPress capability.
4

Edit the writeable fields

Tags, notes, and custom flags are writeable inline. Refunds and subscription changes link out to SamCart so the hosted backend stays canonical.

Sample columns

A typical SamCart Bridge view

Pivots samcart_* postmeta into columns and groups by funnel or customer.
Source: wp_posts (post_type=samcart_order) + wp_postmeta
Order Status Customer Funnel Product Amount Date
SC-77412 Paid alex@studio.co Coaching Funnel Pro + Audit $497 May 13
SC-77411 Pending ria@design.io Coaching Funnel Pro $297 May 13
SC-77410 Paid tom@hello.dev Evergreen Annual $697 May 12
SC-77409 Refunded mia@brew.coop Evergreen Monthly $67 May 12

Comparison

Default SamCart Bridge admin vs SleekView

Default SamCart Bridge admin

  • Funnel and product ids hide in postmeta, not the order list
  • No saved per-funnel conversion view across upsells
  • Refund cohort by date needs manual status sorting
  • Bulk-tagging for course access or fulfilment goes one row at a time
  • Customer LTV across funnels requires CSV exports

SleekView

  • Pivot samcart_funnel_id, samcart_product_id, samcart_upsell_path into columns
  • Filter by funnel, product, or upsell step across the whole base
  • Aggregate upsell take-rate per funnel step inline
  • Per-customer LTV from summed samcart_amount rows
  • Saved views per role: funnel performance, fulfilment, support

Features

What SleekView gives you for SamCart Bridge

Funnel and product performance

Group by samcart_funnel_id with paid count, refund count, and average order value as aggregate columns. Identify the funnel that needs the next iteration before launch day ends.

Upsell take-rate

Pivot samcart_upsell_path as a column and compute acceptance per step. Spot the bump-offer or upsell that drives revenue versus the one that drives refunds.

Customer LTV

Aggregate samcart_amount per customer email across all funnels. Sort the buyer base by spend without opening SamCart's dashboard.

Audience

Who uses SleekView for SamCart Bridge

Funnel manager

Per-funnel net-revenue ranking with upsell take-rate visible. Drives the decision to keep, iterate, or retire a funnel in the next launch cycle.

Fulfilment

Recently paid orders sorted by funnel with course or download access tags visible inline. Bulk-tag access without per-row clicks.

Support

Customer view with full funnel history, upsells, refunds, and notes. Resolves billing or access questions without opening SamCart per ticket.

The bigger picture

Why hosted-checkout funnels still need joined tables

SamCart pioneered the one-click upsell on a hosted checkout, and the data shape that produces (one order plus several upsell or downsell rows plus a long subscription tail) is exactly what ops teams need to see joined. The bridge plugin lands every webhook event in WordPress, which is the right choice for compliance and merchant simplicity, but the default admin shows them as a flat post list with funnel id and upsell path hidden in postmeta. That works for a single status check and fails for funnel iteration on a busy launch day.

SleekView pivots SamCart's postmeta into proper columns and gives each role the joined view it needs. Funnel managers rank funnels by net revenue with upsell take-rate visible. Fulfilment teams pull paid orders sorted by funnel with access-granted tags inline.

Support agents resolve a billing question with a customer-rooted view that already shows the full funnel history. SamCart's dashboard remains the right place for refunds and subscription changes since those are hosted-side actions. SleekView fills the joined daily-admin gap that the bridge list cannot.

Questions

Common questions about SleekView for SamCart Bridge

SamCart sends webhooks on every purchase, upsell, rebill, and refund event. The bridge plugin receives them, validates the signature, and writes the order row into WordPress (typically as a samcart_order post with metadata in wp_postmeta). SleekView reads from the same tables the bridge writes to.

 

Internal fields exposed by the bridge (tags, notes, custom fulfilment flags) are writeable. Refunds, subscription changes, and customer-profile updates remain in SamCart since those are hosted-side actions on the merchant of record.

 

Each rebill arrives as its own row with a shared customer email and subscription id. SleekView aggregates rebill totals per subscription identifier for an LTV column, and a filter on rebill-failed events makes a dunning queue across the whole base.

 

Yes. Group by samcart_funnel_id and compute paid count, refund count, average order value, and upsell take-rate as aggregate columns. Useful for ranking funnels by net revenue before the next launch.

 

SamCart bridges to LearnDash, MemberPress, ActiveMember360, and custom platforms via the bridge plugin. The access-granted flag usually lands in postmeta on the order row, and SleekView surfaces it as a column so fulfilment confirms access alongside payment.

 

Yes. samcart_upsell_path (or the key your bridge variant uses) appears in the column picker. Filter to a specific bump step to see take-rate and refund rate before iterating the upsell sequence.

 

Coupons applied at SamCart's checkout land in postmeta on the order. Surface the coupon column and group by it to see which promotional codes drive net revenue and which generate the most refunds.

 

Order rows live in standard wp_posts and wp_postmeta with the usual indexes. SleekView pivots postmeta at query time and caches the heavier aggregates so a funnel-performance view stays responsive even when webhooks are pouring in during a launch peak.

 

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