✨ 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 Cart66 Cloud: subscriptions, transactions & subscribers as tables

Cart66 Cloud handles billing in its own infrastructure with WordPress acting mostly as a storefront. SleekView pulls subscriptions, transactions, and subscribers into local WP Admin tables so subscription operators can audit and triage without bouncing between WordPress and the Cart66 dashboard.

♾️ Lifetime License available

SleekView table view for Cart66 Cloud

Subscription billing data, locally queryable

Cart66 Cloud is a SaaS shopping cart that lives outside WordPress. The WordPress plugin embeds product buttons, handles checkout via hosted Cart66 pages, and exposes a small set of customer-facing pages. The serious data (subscriptions, recurring transactions, dunning attempts, subscriber profiles) lives on Cart66's servers and is reached through their API and dashboard. For a one-product subscription it's manageable; for a stack with multiple plans, trial flows, and a steady stream of dunning events, the dashboard becomes the place where every operational question gets answered.

SleekView calls the Cart66 API on a schedule and caches subscriptions, transactions, and subscribers into local tables. Each cache table refreshes on its own interval so subscription state stays near-live while heavier rollups (lifetime value, churn buckets) recalculate hourly. Once cached, every column is a normal SleekView field: subscription state, plan ID, MRR contribution, next billing date, last failed payment timestamp, dunning attempt count.

Writes that have to hit Cart66 (cancel a subscription, refund a transaction, update a subscriber's payment method) go through the official API. SleekView never assumes its cache is the source of truth for billing actions. What it adds is a queryable workspace inside WordPress for the data ops teams care about every day, with saved views for dunning queues, churn analysis, and trial-conversion tracking.

Workflow

How SleekView pulls Cart66 data into WordPress

1

Connect via Cart66 API key

Reuse the API key the Cart66 WordPress plugin already holds, or paste a fresh one with read and write scopes. SleekView calls the official endpoints for subscriptions, transactions, and subscribers.
2

Cache to local tables

Per-table refresh intervals balance freshness against API budget. Webhook updates kick in where Cart66 supports them, so subscription state changes reach the cache within seconds.
3

Save dunning, churn and trial views

Pre-built filter sets cover common ops needs: dunning queue, trials ending soon, churned this month, reactivations. Each is a normal SleekView saved view, scoped by WordPress capability.
4

Cancel, refund and update via the API

Inline writes call Cart66's official endpoints. The local cache only reflects the new state after the API confirms, so SleekView and Cart66 stay consistent on every billing action.

Sample columns

A typical Cart66 subscriptions view

Cached subscription data from the Cart66 API. Filter by plan, state, dunning status, or next billing date.
Source: Cart66 API + local SleekView cache tables
Sub ID Subscriber Plan MRR Next bill State
C66-31204 alex@studio.co Pro Annual $24.00 May 18 Active
C66-31203 ria@design.io Pro Monthly $29.00 May 09 Active
C66-31202 tom@hello.dev Team $99.00 May 11 Past due
C66-31201 mia@brew.coop Pro Monthly $0.00 Cancelled

Comparison

Default Cart66 Cloud admin vs SleekView

Default Cart66 Cloud admin

  • Subscription data lives in the Cart66 dashboard, not in WP Admin
  • Dunning queues require navigating Cart66's billing screens directly
  • MRR and ARR breakdowns aren't available as WordPress columns
  • No saved cross-plan churn or trial-conversion views inside WordPress
  • Subscribers and WordPress users aren't joined in a single table

SleekView

  • Local cache of subscriptions, transactions, and subscribers
  • Per-table refresh schedule balances freshness against API rate limits
  • Dunning queue with attempt count and last failure reason
  • Trial-conversion view filtered to subscriptions ending trial in N days
  • Inline cancel, refund, and payment-method update via the Cart66 API

Features

What SleekView gives you for Cart66 Cloud

Subscription state as a table

Active, past-due, cancelled, and trialling subscriptions as one queryable view with plan, MRR, and next-bill date as sortable columns. Switch to kanban grouped by state for visual triage.

Dunning queue with attempt counts

Every failed renewal becomes a row with attempt number, last failure reason, and next retry timestamp. Dunning support stops being an exercise in remembering who to follow up with.

Trial conversion and churn views

Save views for subscriptions ending trial in the next seven days, churned subscriptions by plan and reason, and reactivations within 30 days of cancellation. The data Cart66 already tracks finally answers the questions sales asks.

Audience

Who uses SleekView for Cart66 Cloud

Subscription finance

MRR, churn, and net new subscriptions visible inside WordPress. Reconcile against Cart66's payout reports and Stripe statements without three browser tabs open at once.

Customer success

Look up a subscriber and see every transaction, every plan change, every dunning attempt, and the current payment method state. Cancel a subscription on a goodwill call without leaving WordPress.

Growth teams

Trial cohort views by signup week, conversion rate by plan, and reactivation rate after cancellation. The data exists; SleekView just makes it sortable, filterable, and savable as named views your team checks weekly.

The bigger picture

Why subscription cart data needs to live in WordPress

Cart66 Cloud is a deliberately external cart. Billing, dunning, and subscriber management live on Cart66's servers, which is exactly the design choice that lets the plugin stay light and lets Cart66 evolve their billing engine without breaking WordPress sites. The trade is that operational answers (who's past due, which trials convert, which plan churns hardest) require the Cart66 dashboard, which the rest of the WordPress team rarely has access to.

Customer success, finance, and content teams all end up routing through whoever holds the Cart66 login, or building one-off CSV exports to do their work. SleekView caches the data the API exposes, joins it to WordPress users where there's overlap, and saves the filter sets each team actually uses. The Cart66 dashboard keeps owning billing infrastructure; WordPress finally has a workspace for the day-to-day questions that need to live alongside the rest of the site.

Questions

Common questions about SleekView for Cart66 Cloud

Yes. Cart66 Cloud's data lives on Cart66's servers, so an API key is required to fetch subscriptions, transactions, and subscribers. SleekView reuses the key the WordPress plugin already holds where possible, or you can paste a separate key with read and write scopes.

 

Each table has its own refresh schedule. Subscriptions and transactions default to a five-minute pull plus webhook updates where Cart66 supports them. Subscriber rollups (LTV, churn buckets) refresh hourly to keep API usage modest. Tighten the intervals if your team needs near-realtime; relax them for huge stores to stay well within rate limits.

 

Yes. Inline cancellation calls Cart66's cancel-subscription API with the parameters you choose (immediate vs end-of-period, prorate vs no prorate). SleekView reflects the new state once Cart66 confirms; it never marks the local cache as cancelled until the API responds.

 

Yes if a subscriber's email matches a WordPress user. SleekView joins on email by default and exposes both sides as columns: WordPress role, registration date, last login, plus Cart66 subscription state and MRR. For subscribers without WordPress accounts, the WP-side columns are simply empty.

 

Yes. Promo codes used at checkout become a column on the transactions table, so a 'sales attributed to LAUNCH25' view is one saved filter. Code-level rollups (uses, gross sales, net of refunds) are derived views you can save alongside the transaction-level view.

 

Each retry attempt is a row in the dunning history with timestamp and outcome. A 'recovered subscriptions' view filters to dunning sequences that ended successfully, useful for quantifying the value of dunning automation versus letting subscriptions churn passively.

 

SleekView itself shows the data; alerts are a SleekAI add-on territory. For now, save a view of trials ending in 3 days, scope it to the role that handles trial outreach, and that role checks it as part of their daily routine. WordPress dashboard widgets surface the count for at-a-glance triage.

 

No. SleekView reads from Cart66's API at scheduled intervals, the same way any third-party integration would. Cart66's dashboard runs on its own infrastructure; SleekView's polling is a small fraction of typical API budgets and is configurable per table to keep usage in line with your account's rate limits.

 

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