✨ 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 Kanban for WP eCommerce

SleekView reads the WP eCommerce purchase logs table directly, groups every purchase by its processing status, and lets the team drag purchases between Incomplete, Accepted, Shipped, and Closed so the underlying WP eCommerce row updates the moment the column changes on the board.

♾️ Lifetime License available

SleekView Kanban board for WP eCommerce

Why WP eCommerce purchases fit a kanban view

WP eCommerce stores every purchase in the wp_wpsc_purchase_logs table. Each row carries a processed column with integer values mapped to states like 1 for incomplete, 2 for accepted, 3 for declined, 4 for refunded, 5 for shipped, 6 for closed, plus columns for the customer id, the total price, the gateway, and the date. Line items live in wp_wpsc_cart_contents linked by purchaseid. The native admin shows purchase logs as a flat sortable list, which is fine for archive lookups but blind to the live fulfillment workflow.

SleekView Kanban reads the same wp_wpsc_purchase_logs rows you would query with wpsc_get_purchase_log. Pick the processed column as the group field and every purchase becomes a card slotted under Incomplete, Accepted, Shipped, or Closed. Card fronts show the customer name, the order total in store currency, the gateway, the date, and the line item count from wp_wpsc_cart_contents, so fulfillment sees every purchase's context without opening individual purchase log detail screens for any order.

Dragging a card between columns calls the WP eCommerce helper for updating the processed value, which writes back to wp_wpsc_purchase_logs.processed and fires the matching status change hooks. Stock decrements, customer notification emails, and any extension listening for purchase status changes react, exactly as they would after a manual update from the WP eCommerce purchase log admin screen by a fulfillment team member or manager.

Workflow

From purchase log list to live fulfillment board

1

Connect your WP eCommerce source

Point SleekView at the wp_wpsc_purchase_logs table. Add filters for gateway, date range, country, or order total threshold so the board scopes to high-value purchases from this week rather than every purchase the storefront has ever processed across all the years.
2

Pick processed as the group column

Choose processed as the grouping field and the board renders one column per integer status value mapped to a human label. You can also group by gateway when reconciling payment processor reports, or by country when triaging a regional fulfillment queue with different team.
3

Choose what each purchase card shows

Map fields onto the card front. Most fulfillment teams show the customer name, order total in store currency, gateway, date, line item count from wp_wpsc_cart_contents, and shipping country so fulfillment sees every purchase's context directly on the card without drilling in to each.
4

Enable drag-and-drop status updates

Turn on writeback so dragging a card writes the new processed integer to the purchase log. WP eCommerce hooks fire normally, customer notification emails go out, stock decrements run as expected, and capability checks tie writeback to manage_options so only managers can change purchase state.

Sample board

Sample WP eCommerce purchase board

Four real WP eCommerce purchase statuses showing how a fulfillment team watches incomplete checkouts, accepted purchases, shipped orders, and closed completions across the storefront in a single view.
Incomplete
14
Purchase #4821 cart abandoned at gateway
Mara V, $89, PayPal pending
Purchase #4819 awaiting bank transfer
Theo Berg, $620, BACS
Purchase #4815 card payment timeout
Klaus M, $312, Stripe fail
Accepted
62
Purchase #4798 paid awaiting fulfillment
Anna Becker, $148, Stripe
Purchase #4794 paid awaiting fulfillment
Hiroshi Tanaka, $312, PayPal
Purchase #4789 paid awaiting fulfillment
Sofia Romero, $89, Klarna
Shipped
284
Purchase #4760 shipped via DHL Express
James OConnor, $245, DHL
Purchase #4744 shipped via UPS standard
Priya Sharma, $58, UPS
Purchase #4728 shipped via FedEx ground
Lukas Novak, $412, FedEx
Closed
612
Purchase #4710 closed customer received
Carla Bianchi, $48, closed
Purchase #4694 closed customer received
David Park, $189, closed
Purchase #4672 closed customer received
Olivia Wright, $325, closed

Comparison

Default WP eCommerce purchase log vs SleekView Kanban

Default WP eCommerce purchase log

  • Flat sortable purchase log with processed integer as one column per row
  • No visual sense of how many purchases are accepted versus already shipped
  • Bulk status changes require checkboxes and a dropdown at the top of the screen
  • Filtering by processed value reloads the page and loses comparison context view
  • Fulfillment staff need full WP eCommerce access just to flip a purchase shipped

SleekView Kanban

  • Reads the standard wp_wpsc_purchase_logs table directly without sync
  • Drag a card to update the processed integer and fire status hooks
  • Cards show customer, total, gateway, date, line item count, country
  • Column counts update live so an Accepted backlog stays visible at all times
  • Per-role capabilities tie writeback to manage_options as expected

Features

What SleekView Kanban gives you for WP eCommerce

Native WP eCommerce engine

Every column maps to a real processed integer in wp_wpsc_purchase_logs. Hooks fire normally, customer notification emails go out through WP eCommerce's email module, stock decrements run as expected, and any extension listening for purchase status changes reacts on every status update.

Drag-and-drop with audit trail

Each move writes a structured log entry naming the user who dragged it, the source column, the destination, and the purchase id. If a fulfillment manager pushes a purchase from Shipped back to Accepted after a carrier return, the chain of custody stays visible to support staff later on.

Saved boards per gateway

Filter to purchases via Stripe for one finance reviewer, purchases via PayPal for another reviewer, and high-value purchases over a threshold for the fraud team. Each saved view becomes a shareable URL that opens straight into the right board every shift the team works the queue.

Audience

Where a WP eCommerce kanban changes daily work

Warehouse fulfillment queue

Pickers work the Accepted column left to right, dragging each purchase to Shipped as the carrier label prints, and the Shipped column drains nightly to Closed as carrier delivery confirmations arrive through the integration without staff having to manually update each purchase one at a time.

Customer support triage

Support pulls the Incomplete column for purchases stuck at the gateway, calls the customer to resolve the underlying payment issue, and either moves the purchase to Accepted once payment clears or marks it Declined if the customer cancels without manually updating each purchase one at a time.

Accounting reconciliation

Finance filters by gateway, reviews the Closed column against the matching Stripe or PayPal report, and turns discrepancies into tasks instead of letting them disappear into a CSV export nobody ever opens after the month's close cycle ends and the bookkeeper has signed off.

The bigger picture

Why this view matters for a WP eCommerce store

Storefronts running WP eCommerce hit a wall the moment daily order volume passes a few dozen purchases per day. The default purchase log is built around accounting use cases, not the live triage work a fulfillment team does every morning. Staff end up exporting CSVs, building shared Trello boards by hand, or installing a separate project management plugin just to see what is stuck on Incomplete versus moving through Accepted.

None of those shortcuts write back to WP eCommerce, which means the real source of truth and the board the team uses drift apart by lunchtime. Mistakes compound. Purchases get shipped twice, refunds get issued without a status change, and the processed value on the purchase log ends up bearing no relation to its real-world state.

A kanban view that reads and writes the same wp_wpsc_purchase_logs rows the storefront already reads keeps the team and the database honest. Every drag is a real status change, every column count reflects the real fulfillment state, and the cards themselves carry enough context for a new fulfillment hire to start packing on their first day of the job.

Questions

Common questions about SleekView Kanban for WP eCommerce

Yes. SleekView reads wp_wpsc_purchase_logs using the same schema WP eCommerce uses internally. There is no shadow data store, no scheduled sync, and the board always reflects the live state of every purchase within seconds of any storefront checkout or admin status update happening directly.

 

Yes. Dragging a card writes the new processed integer and fires the WP eCommerce purchase status change hooks. The customer email goes out through the WP eCommerce email module exactly as it would from a manual admin status change, and stock decrements run accordingly without manual intervention.

 

Yes. Card fields are configurable per board. Most fulfillment teams show the customer name, order total in store currency, gateway, date, line item count from wp_wpsc_cart_contents, and shipping country so fulfillment sees every purchase's context directly on the card without drilling in.

 

Yes. Every move runs through current_user_can('manage_options') before the writeback hits the database. A WP eCommerce manager can move anything, a fulfillment role with limited access can drag for personal sorting but the change does not persist, and unauthorized moves snap back with a toast.

 

Filters apply at the database query level. A typical board scopes to purchases from the last fourteen days or to purchases in active fulfillment statuses, so the rendered card count stays well under a thousand. Older purchases remain queryable through a separate saved archive view for support.

 

Yes. The board column configuration lets you pick which processed values to render as columns. You can include only Accepted and Shipped for the warehouse team and exclude Closed for cleaner triage, or include all six for the dispatch lead who needs the whole pipeline at a glance daily.

 

Yes. Declined and refunded purchases have their own processed integer values. You can show them as separate columns on the board for the support team to triage, or filter them out for the warehouse team that only cares about Accepted and Shipped purchases moving through the fulfillment queue.

 

Yes. Every drag writes a structured log entry naming the user, the source column, the destination column, and the purchase id. The entry stores in the WordPress database, so a fulfillment lead can answer who shipped a high-value purchase without spelunking through the WP eCommerce purchase log.

 

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