✨ 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 CCAvenue for WooCommerce: orders & CCAvenue metadata as tables

CCAvenue's WooCommerce plugin writes tracking IDs, bank reference numbers, and payment mode as order metadata. SleekView pivots those keys into named columns, HPOS-aware, with gateway-scoped filters for finance reconciliation.

♾️ Lifetime License available

SleekView table view for CCAvenue Payment Gateway for WooCommerce

CCAvenue tracking data as first-class columns

CCAvenue Payment Gateway for WooCommerce does not add its own primary tables. Tracking and bank data live as order metadata: ccavenue_tracking_id, ccavenue_bank_ref_no, ccavenue_payment_mode, and refund status are written via the WooCommerce meta API to wp_wc_orders_meta on HPOS or wp_postmeta on legacy. The default orders list shows none of it because the screen renders core fields, not gateway meta.

SleekView reads the right storage automatically and pivots the ccavenue_* meta keys into named columns. A payment-method filter scopes the view to CCAvenue-paid orders. Tracking IDs and bank reference numbers become inline columns, which means matching CCAvenue settlements against WooCommerce orders happens row by row instead of tab by tab.

Edits stay inside the WooCommerce CRUD layer for the columns the plugin marks editable. Refunds still flow through CCAvenue's admin action that calls its API; SleekView never duplicates that authentication path.

Workflow

From buried meta keys to gateway-scoped tables

1

Detect storage mode

SleekView checks HPOS vs legacy on load and reads wc_orders_meta or postmeta accordingly. Storage detection matches what the CCAvenue plugin itself does.
2

Pivot CCAvenue keys

Move ccavenue_tracking_id, ccavenue_bank_ref_no, and ccavenue_payment_mode from meta into named columns. The agent UI lists every ccavenue_* key on the install.
3

Save views per role

Save "CCAvenue finance", "Mode cohort", and "Failed transactions" views and scope each to finance, analytics, or support roles via WordPress capabilities.
4

Edit inline or bulk-update

Inline-edit reconciliation flags and notes; bulk-update statuses for cohorts (e.g. settled orders by date range) through the WooCommerce CRUD layer.

Sample columns

A typical CCAvenue orders view

SleekView filters WooCommerce orders by CCAvenue and pivots CCAvenue-specific meta keys into columns.
Source: wp_wc_orders_meta + wp_postmeta (ccavenue_* keys)
Order # Status Total Tracking ID Bank ref Date
#66405 Completed ₹5,600.00 1108410... 104915... May 16
#66404 Pending ₹999.00 1108409... 104914... May 16
#66403 Completed ₹320.00 1108408... 104913... May 15
#66402 Failed ₹2,150.00 1108407... (none) May 15

Comparison

Default CCAvenue for WooCommerce admin vs SleekView

Default CCAvenue for WooCommerce admin

  • ccavenue_tracking_id hidden in order meta, never in the orders list
  • Bank reference numbers buried in per-order meta panels
  • Payment mode (card, netbanking, UPI) not exposed as a column
  • No filter to isolate CCAvenue-paid orders from other gateways
  • Failed transactions mixed with successful ones with no failure-reason column

SleekView

  • Pivot ccavenue_tracking_id and ccavenue_bank_ref_no into named columns
  • Filter by gateway to scope the view to CCAvenue-only orders
  • Surface ccavenue_payment_mode as a column for cohort analysis
  • HPOS-aware: reads wc_orders_meta on modern stores, postmeta on legacy
  • Bank reference numbers inline for quick reconciliation

Features

What SleekView gives you for CCAvenue Payment Gateway for WooCommerce

HPOS-aware reads

CCAvenue uses the WooCommerce meta API. SleekView mirrors that, reading wc_orders_meta on HPOS and postmeta on legacy. The same view config works on WooCommerce 8.2+ and older installs.

Settlement reconciliation

Surface ccavenue_bank_ref_no alongside ccavenue_tracking_id as columns so finance can match CCAvenue settlement reports to WooCommerce orders inside one screen.

Mode-scoped filters

Filter by ccavenue_payment_mode to see card, netbanking, UPI, and wallet cohorts separately. Pair with date range for AOV comparisons in one saved view.

Audience

Who uses SleekView for CCAvenue

Finance teams

Reconcile CCAvenue settlement reports against WooCommerce orders by filtering on payment method and date, with tracking ID and bank reference inline. Settlement matching turns into one saved view.

Customer support

Search by CCAvenue tracking ID or order number, see mode and bank reference inline. Refund queries resolve without a CCAvenue dashboard lookup.

Operations analysts

Segment payments by ccavenue_payment_mode to spot mode-specific failure clusters. The data is already in WooCommerce; surfacing it does not need a separate analytics integration.

The bigger picture

CCAvenue tracking data belongs in the orders list

WooCommerce's orders list shows core fields and ignores gateway-specific meta. That works for stores with one gateway and a clean checkout. It breaks for Indian merchants running CCAvenue across card, netbanking, UPI, and wallets in parallel.

Finance reconciling CCAvenue settlement reports needs tracking ID and bank reference numbers as columns to match payout lines, not as meta buried inside the order edit screen. Support fielding refund tickets needs refund IDs inline. Conversion analysts comparing payment modes need ccavenue_payment_mode as a filter chip.

The default workflow becomes a tab-flip between the CCAvenue merchant dashboard and WooCommerce admin. SleekView pivots ccavenue_* meta into proper columns and detects HPOS automatically, which collapses each workflow into one saved view. The gateway still owns the API operations, refunds still go through CCAvenue, but the data CCAvenue writes into your orders finally becomes queryable as plain WooCommerce data.

Questions

Common questions about SleekView for CCAvenue Payment Gateway for WooCommerce

CCAvenue does not add primary tables. Payment data lives as WooCommerce order metadata. SleekView reads wc_orders_meta on HPOS or postmeta on legacy automatically, so the same view config works regardless of storage.

 

ccavenue_tracking_id, ccavenue_bank_ref_no, ccavenue_payment_mode, refund IDs, and any other ccavenue_* key your install writes. The agent UI lists what is actually present so configuration is point-and-click.

 

No. Refunds go through CCAvenue's API via the WooCommerce admin's refund flow. SleekView shows refund state but never proxies the gateway API. Inline edits affect only local fields like notes.

 

Yes. SleekView detects HPOS vs legacy and reads accordingly, same as the CCAvenue plugin. WooCommerce 8.2+ defaults to HPOS; older installs on postmeta still work without config changes.

 

Yes. Filter by _payment_method = ccavenue or by presence of ccavenue_tracking_id. Useful for finance teams handling multiple gateways that need to reconcile each independently.

 

Pivot ccavenue_payment_mode into a filter chip and a column. Compare conversion and AOV between card, netbanking, UPI, and wallet cohorts inside the orders view, with no separate analytics tool.

 

Yes. CCAvenue writes failure status codes to order meta on declined transactions. SleekView surfaces that as a column so support can triage by reason instead of opening orders one at a time.

 

Yes. Filter to CCAvenue orders by date range, surface the GST columns recorded as line-item meta, and export to CSV. The same saved view reruns each month.

 

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