✨ 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 LifterLMS Conversion Pro: signups, checkouts, and drop-offs as tables

Read LifterLMS conversion events from wp_lifterlms_events and signup data from wp_lifterlms_user_postmeta directly. Build per-funnel checkout tables, drop-off reports, and abandoned-cart recovery queues without leaving WP Admin.

♾️ Lifetime License available

SleekView table view for LifterLMS Conversion Pro

Funnel events as one composable workspace

LifterLMS Conversion Pro records funnel events (page view, signup start, checkout open, checkout submit, abandonment) in wp_lifterlms_events, with per-user state in wp_lifterlms_user_postmeta. The default conversion dashboard shows you aggregates: total signups, total checkouts, conversion percentages. Anything you want as a per-user list (who started checkout but did not finish, which course had the worst drop-off this week) needs custom queries.

SleekView reads the events and user-postmeta tables directly so marketing and revenue teams can build the funnel views their workflows demand. A per-funnel signup table lists every prospect who reached step one of a course or membership funnel. A drop-off report aggregates events by stage to surface where prospects stall. An abandoned-cart queue filters events where checkout started but did not submit within a chosen window.

Inline status edits route through LifterLMS's enrollment and order APIs where they support the change so any post-conversion hooks fire normally. Direct event-table edits skip hooks by design for back-fill scenarios. Multisite installations get per-subsite scoped views automatically.

Workflow

Build the Conversion Pro funnel views in four steps

1

Read the events table

Pick wp_lifterlms_events as the base. Each row is one funnel event with user, stage, target, and timestamp.
2

Join target posts

Add wp_posts filtered to course and llms_membership so each event row carries the human-readable target name.
3

Filter by stage and source

Combine stage, source, target, and timestamp to build signup tables, drop-off reports, and abandoned-cart queues.
4

Save per-role views

Marketing sees per-source funnels, sales ops sees recovery queues, member success sees per-prospect histories. Same data, role-specific column sets, gated by WP capability.

Sample columns

A typical Conversion Pro checkout view

Joins event rows from lifterlms_events with the parent course or membership in wp_posts.
Source: wp_lifterlms_events + wp_lifterlms_user_postmeta + wp_posts (post_type IN llms_membership, course)
Prospect Stage Target Status Source Started
alex@studio.co Submitted Photoshop Course Converted Email Apr 24
ria@design.io Checkout open CSS Course In flight Search Apr 24
tom@hello.dev Abandoned Pro Membership Dropped Direct Apr 23
mia@brew.coop Signup start JS Bootcamp Pending Referral Apr 23

Comparison

Default Conversion Pro dashboard vs SleekView

Default Conversion Pro dashboard

  • Dashboard surfaces aggregates; no per-prospect event table
  • Per-stage drop-off across funnels is hidden
  • Abandoned-cart recovery queues require custom queries
  • Source attribution in lifterlms_events is not surfaced inline
  • Per-funnel cohort comparison needs SQL or external BI

SleekView

  • Per-prospect event table joining lifterlms_events with funnel target
  • Drop-off report aggregated by stage across courses and memberships
  • Abandoned-cart queue filtering events where checkout started but did not submit
  • Filter by source, referrer, or campaign to compare funnel quality
  • Save views per role (marketing, sales ops, member success)

Features

What SleekView gives you for LifterLMS Conversion Pro

Funnel event tables

One row per prospect-event pair with stage, target, source, and timestamp. Filter by stage to isolate the cohort at any point in the funnel and act on it.

Drop-off reports

Aggregate events from lifterlms_events by stage and target. Sort by drop-off rate to find the courses or memberships where prospects fall away.

Abandoned-cart queues

Filter for prospects who opened checkout but did not submit within a chosen window. Build a recovery list for outreach with email and last-stage timestamp inline.

Audience

Who uses SleekView for LifterLMS Conversion Pro

Marketing ops

Per-campaign funnel views joining source and target. Spot the channels driving signups versus checkouts and reallocate effort accordingly.

Sales ops

Daily abandoned-cart queue ready for outreach. Filter by target product and time window, export, or trigger follow-up inline.

Member success

When a new member calls in, pull their full event history so onboarding is informed by where they came from and what they almost missed. Personalised welcome takes minutes, not searches.

The bigger picture

Why conversion data needs row-level workspaces

Conversion is the only place in a course business where small operational improvements show up directly in revenue. A two-percentage-point lift in checkout submission against thousands of monthly signups is a meaningful month. LifterLMS records the entire funnel in wp_lifterlms_events: every page view, every signup start, every checkout open, every abandonment.

The default Conversion Pro dashboard surfaces this as aggregates, which is fine for executive reporting and useless for daily operations. Marketing ops needs to see which campaigns drove signups versus actual conversions, not just total counts. Sales ops needs a daily abandoned-cart queue, not a percentage.

Member success needs to know where a new member came from so onboarding is contextual. SleekView turns the events table into a workspace each team can use directly. Same data, role-specific views, and acts that change the conversion rate, taken inside WP Admin rather than guessed at from a dashboard.

Questions

Common questions about SleekView for LifterLMS Conversion Pro

It reads wp_lifterlms_events and the conversion-related keys Conversion Pro writes to wp_lifterlms_user_postmeta. Without the add-on, the events table may exist but rows would be sparse; with it installed, SleekView surfaces whatever Conversion Pro records.

 

Yes. Join wp_lifterlms_events back to wp_posts filtered to both course and llms_membership post types. The view can show all funnels side by side or filter to one.

 

Where SleekView uses LifterLMS's enrollment and order functions, hooks fire as designed. Direct event-table edits skip hooks for back-fill cases.

 

Yes. Conversion Pro stores source, referrer, and UTM fields on event rows. SleekView exposes those keys as columns for filtering and cohort comparison.

 

Outreach itself routes through whatever email provider you use (FluentCRM, Mailchimp, ActiveCampaign). SleekView's role is producing the filtered list and exporting or pushing it via WP hooks.

 

lifterlms_events can grow quickly on high-traffic funnels; it is indexed by user and stage. Per-day or per-week filtering keeps even large event volumes responsive. Heavy aggregates are opt-in per view.

 

Yes. The stage column from lifterlms_events identifies the step. Build per-stage views and drop-off reports across the entire funnel from signup start to post-purchase.

 

Event data stays in WP. Export filtered cohorts as CSV; deletion through LifterLMS's user-removal path keeps cascade behavior consistent.

 

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