✨ 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

WP Travel Engine Trip Manager

See trips, departures, and customer bookings in a single filterable view with inline edits and CSV export. Stop bouncing between three screens to update one tour's availability or pull a sales report.

♾️ Lifetime License available

SleekView table view for WP Travel Engine

Travel data scattered across post types

WP Travel Engine stores trips as a CPT, departures in postmeta, and bookings in custom tables like wp_wte_bookings. Pulling a sales report or updating availability means jumping between three screens, and cross-trip queries need custom SQL because the default admin never joins these data sources.

SleekView merges trips and bookings into one ops dashboard. Each trip row shows upcoming departures, seats left, total bookings, and revenue, with filters for destination, departure date, status, or category. Inline edits to price or seat count call the same WP Travel Engine update functions a manual edit would, so availability rules stay enforced.

Tour operators get role-scoped views that show staff only their tours, customer support staff find a booking by name or trip and update status without leaving the table, and finance teams export filtered booking data to CSV for monthly reconciliation. Multi-currency bookings render correctly because currency is read per booking record.

Workflow

Connect trips, bookings, and departures into one view

1

Join the data sources

Point SleekView at the trip CPT, postmeta for departures, and wp_wte_bookings. The join surfaces each trip with its upcoming departures and confirmed booking count in a single row.
2

Pick the right columns

Trip name, next departure, price, seats left, bookings, and status are the defaults. Add destination, category, currency, or any custom field added by WP Travel Engine add-ons as needed.
3

Configure operator filters

Date range filters on departure dates and booking creation, multi-select on destination and category, and saved presets for fast-filling departures or recently sold-out trips.
4

Inline edit and export

Adjust prices, close trips, or add departures without opening individual edit screens. Export filtered booking data to CSV for finance, marketing, or operations reports.

Sample columns

Trip and booking overview

Every trip with upcoming departures, available seats, and bookings in one row.
Source: wp_posts (trip) + wp_wte_bookings
Trip Departure Price Seats Left Bookings Status
Annapurna Base Camp 2026-05-12 $1,290 4 8 Confirmed
Iceland Ring Road 2026-06-03 $2,150 0 12 Sold out
Patagonia Trekking 2026-09-18 $3,490 6 6 Filling fast
Kyoto Cherry Blossom 2026-04-30 $1,890 2 10 Confirmed

Comparison

WP Travel Engine admin vs. SleekView

WP Travel Engine default admin

  • Trips and bookings live in different menus
  • Departure availability hidden in postmeta
  • No inline edit for prices or seat counts
  • Booking exports limited to all-or-nothing CSV
  • Cross-trip reporting requires custom queries

SleekView

  • Trips joined with bookings and departures
  • Inline edit price, seats, or trip status
  • Filter by destination, departure date, or status
  • Export filtered booking data to CSV
  • Custom views per tour operator role

Features

What SleekView gives you for WP Travel Engine

Departure tracking

See every upcoming departure with seats left and bookings made in one row. Sort by date to plan the next month, or by seats left to spot fast-filling trips early.

Revenue at a glance

Sort by booking total or filter by date to build sales reports without exports. Add currency-aware totals for mixed-currency tours where USD and EUR bookings live side by side.

Inline trip edits

Adjust prices, add departure dates, or close a trip without opening individual edit screens. Bulk price increases on next-month departures take seconds rather than dozens of clicks.

Audience

Tour operator workflows

Multi-destination tours

Filter by destination or category and manage seasonal tours from one inventory view. Plan summer Europe trips and winter Patagonia trips side by side without switching menus.

Sales operations

Spot fast-filling departures and adjust pricing or capacity before they sell out. Filter to trips with under five seats remaining to trigger urgency-driven marketing.

Customer support

Find a customer's booking by name or trip and update status without leaving the table. Refunds, transfers, and status changes happen inline with hooks firing as expected.

The bigger picture

Why tour operators need joined trip and booking data

Tour businesses run on capacity utilization, and capacity utilization is a join across three tables WP Travel Engine never joins for you. Knowing which Patagonia departure is filling fast, which Iceland trip needs a price bump because demand is outrunning supply, or which guides are over- or under-booked next month all require seeing trips and bookings together. The default admin treats them as separate concerns, so operators answer these questions through Excel exports, custom queries, or pure intuition.

The result is missed revenue from departures that sell out before you raise prices, and disappointed customers when a popular trip is closed off too late. A joined view changes the operating tempo: weekly departure reviews happen inline, support agents resolve tickets without context-switching, and finance reconciles bookings without an SQL request to the developer. The data is already there.

SleekView turns it into the dashboard a real tour operations team needs to run their season.

Questions

Common questions about SleekView for WP Travel Engine

Yes. Group discounts, partial payments, and trip extras stored in meta can all be surfaced as columns. The Trip Reviews, Trip Tabs, and Custom Enquiry add-ons expose data SleekView reads through their meta keys. New add-ons typically work without reconfiguration since the detection is schema-driven rather than per-add-on.

 

Yes. Date range filters work on departure dates as well as booking creation dates. Use relative ranges like next 30 days for upcoming departures, or absolute ranges for season-specific reports. Combine with destination and status filters to answer questions like which Asia trips depart in Q3 with seats remaining.

 

Yes. Customer name, email, and booking status are joinable into the trip table or kept as a separate bookings view. Privacy-sensitive fields like phone or address can be hidden from non-admin staff through role-based column visibility, while customer support roles see the full record.

 

Yes. SleekView calls the same WP Travel Engine update functions so seat counts and pricing stay consistent. If a trip has multiple departures, editing one departure does not affect others. Cap rules, minimum group sizes, and other constraints set in the trip configuration are enforced server-side on every edit.

 

Yes. Role-based column visibility lets sales staff see availability while keeping customer data hidden. A trip planner can adjust prices and capacity without seeing personal information for booked travelers. Customer support and finance roles get the additional booking columns based on their permissions.

 

Yes. Currency is read from each booking record so mixed-currency tours render correctly. Sorting and filtering on price work within a single currency view, while a multi-currency report uses currency as a grouping column. Aggregate totals respect the currency context to avoid mixing USD and EUR in a single sum.

 

Each booking row shows total amount, paid amount, and balance due as separate columns when the Partial Payments add-on is active. Filter to bookings with outstanding balances to drive payment reminders, or sort by balance due to prioritize collection efforts. The data flows from the standard payment meta WP Travel Engine writes.

 

Yes. Use role-based filters to scope the table to whatever the current user can manage. A guide assigned to specific trips through a guide-assignment meta field sees only those trips. Combine with departure date filters to give each guide a personal upcoming schedule view they can bookmark.

 

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