✨ 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

AI chatbot for TI WooCommerce Wishlist: lists, sharing, conversion

SleekAI's chatbot reads TI WooCommerce Wishlist lists, items, and shared-list visibility from your WordPress database. Bring your own OpenAI, Anthropic, Google, or OpenRouter key and stay in control of usage.

♾️ Lifetime License available

SleekAI chatbot for TI WooCommerce Wishlist

A bot that reads TI lists, items, and shared visibility

TI WooCommerce Wishlist stores data across three tables: tinvwl_lists for each list (title, visibility, owner), tinvwl_items for the products in that list, and tinvwl_user_data for guest associations. SleekAI maps those rows into the chatbot's system message and joins product IDs against wp_posts, wp_postmeta, and wc_product_meta_lookup for live prices, sale flags, and stock.

Display conditions scope each bot by post type, taxonomy term, user role, login state, and URL pattern. A wishlist page can host a review bot that walks through items, a shared-list landing page can host a sales bot that helps recipients pick from a friend's list, and a my-account hub can host a multi-list comparator. All three run under multibot.

Every chat is stored inside WordPress with the model name, token counts, and origin URL. The JS API and PHP embed let you open the bot from a "compare lists" button or a custom shared-list page, without rewriting TI's templates or shortcodes.

Workflow

How SleekAI plugs into TI Wishlist

1

Map TI tables and product joins

Register variables that read tinvwl_lists, tinvwl_items, and tinvwl_user_data, then join each product ID with wp_posts and wc_product_meta_lookup. SleekAI injects titles, prices, sale flags, and stock at request time per conversation.
2

Scope shared-list and personal bots

Use multibot. Scope a gift bot to /wishlist/{hash}/ for shared URLs and a concierge bot to /wishlist/ for logged-in personal lists. Each one gets its own instructions, presets, and provider, and display conditions handle the login-state difference.
3

Add presets that match real questions

Configure preset buttons for "what's on this list?", "anything in stock under X?", "suggest a pairing as a gift", and "add the cheapest in-stock combo to my cart". Presets cut typing and steer the chat onto the data SleekAI has mapped.
4

Review chats and refine

Open the SleekAI conversations view and filter by the TI bots. Look at which questions come up most on shared lists versus personal lists, then refine the system messages and presets so each bot stays focused on the context it is actually used in.

Try it now

A typical TI Wishlist conversation

Recipient on a shared wishlist URL asks the chatbot which items are in stock and which would pair well. SleekAI reads the TI tables live.

Comparison

Generic chatbot vs SleekAI for TI WooCommerce Wishlist

Generic chatbot

  • Cannot read tinvwl_lists or tinvwl_items rows for the current user
  • Has no view into shared-list visibility or guest user_data records
  • Guesses product names instead of joining with wp_posts by ID
  • Cannot scope by URL so shared-list bots leak to other pages
  • Conversations stored on a SaaS dashboard outside WordPress

SleekAI chatbot

  • Reads tinvwl_lists, tinvwl_items, and tinvwl_user_data live
  • Joins each list item with wp_posts and wc_product_meta_lookup
  • Detects shared-list visibility and owner for context-aware answers
  • Scopes bots by URL pattern so shared-list bots stay on /wishlist/{hash}/
  • Logs every chat in wp_sleek_ai_messages with model and tokens

Features

What SleekAI gives you for TI WooCommerce Wishlist

List-aware system prompt

Every list item becomes part of the chatbot's system message. SleekAI joins the product IDs in tinvwl_items with wp_posts and wc_product_meta_lookup, so the bot sees titles, prices, sale status, and stock and answers about the actual list rather than a hypothetical one.

Shared-list awareness

TI lists can be public, private, or shared by URL. SleekAI maps the visibility field, so a shared-list landing page can host a bot that knows it is talking to a recipient, not the owner. The bot can suggest gifts under a budget without revealing private list-owner data.

Cross-list and bundle ideas

Multibot can run a comparison bot scoped to a multi-list account hub that reads each list and surfaces overlaps, gaps, or pairings. The bot only references products that exist in your catalog, so suggestions never link to deleted items or stale stock.

Use cases

Where a TI Wishlist chatbot earns its keep

Shared-list gift bot

On a shared-wishlist URL, a SleekAI bot helps the recipient pick a gift under a budget by reading the list and live stock. The owner stays anonymous, and the recipient gets concrete pairings tied to real product availability instead of a generic recommender.

Wishlist concierge

On /wishlist/, a list-review bot walks the customer through what is on sale, what is back in stock, and which items would pair well. The bot reads the TI tables and joined product fields so its suggestions match the actual catalog.

Multi-list account hub

For users with several lists, a my-account bot can compare lists, flag the cheapest in-stock combination across them, and recommend a primary list to act on. The bot reads tinvwl_lists scoped to the current user_id and never crosses into other accounts.

The bigger picture

Why a TI Wishlist chatbot matters

Wishlists are a low-friction way for shoppers to record intent, and TI WooCommerce Wishlist makes that easy for owners and shareable for gift-givers. Where lists get stuck is in the gap between "I saved these" and "I bought these". Owners come back to a list and forget which items are still in stock, gift recipients open a shared URL and freeze on a long bullet list, and account holders with several lists never get a clean recommendation about which one to act on first.

A chatbot that reads the same tables TI writes can close those gaps. On a personal list it can summarize sales and stock, suggest pairings, and point at the next product page. On a shared list it can help a gift-giver pick within a budget while keeping the owner anonymous.

On an account hub it can compare lists and surface the cheapest in-stock combination across them. SleekAI is built for exactly that. The bot reads tinvwl_lists, tinvwl_items, and tinvwl_user_data through mapped variables, joins through standard WooCommerce meta, and answers in plain language.

Conversations live in your database, the provider is your own, and turning the bot off leaves TI working exactly as before. Turning it on turns a static list into a conversation that ends in an order.

Questions

Common questions about SleekAI for TI WooCommerce Wishlist

Yes. SleekAI maps rows from tinvwl_lists for the current user, plus the items in tinvwl_items joined with wp_posts and wc_product_meta_lookup. Guests are matched via tinvwl_user_data. The bot sees the actual list contents, prices, and stock at request time rather than a generic shopping basket.

 

TI Wishlist supports private, public, and shared-by-link lists. SleekAI maps the visibility field, so a bot scoped to a shared-wishlist URL knows it is helping a recipient. You can configure the system message so the bot recommends within the list, keeps the owner anonymous, and respects any privacy your shared-list flow requires.

 

Yes. SleekAI joins product IDs from tinvwl_items with wc_product_meta_lookup to read _regular_price, _sale_price, and stock_status. The bot reflects the live catalog when the visitor asks, so answers about sales and restocks match what WooCommerce shows on the product page itself.

 

No. TI's shortcodes and widgets keep working as the visible wishlist UI. SleekAI sits on top as a conversational layer that explains the list, suggests pairings, and handles questions about stock or pricing. Both run on the same page without conflict, and removing the bot leaves TI untouched.

 

SleekAI works with OpenAI, Anthropic, Google, and OpenRouter using your own API key. Wishlist contents and product fields leave your site only as part of the inference request, do not persist on the provider beyond that, and are logged inside WordPress for your own review.

 

Yes. Multibot lets each bot have its own instructions, presets, model, and display conditions. A shared-list bot scoped to /wishlist/{hash}/ behaves like a gift recommender. A personal-list bot scoped to /wishlist/ for logged-in users acts as a concierge. Both share the same TI data source under the hood.

 

Not directly. SleekAI does not replace the stock-notification plugin you already use. The bot can answer the question and point the visitor to the right product page where the existing "notify me" button lives, so the subscription happens through your established mechanism.

 

Every conversation is stored inside WordPress in the SleekAI messages table with the model name, token counts, origin URL, and user ID when available. You can review and export from WP Admin. Nothing is held on a third-party SaaS dashboard, which keeps wishlist data inside your own site.

 

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