✨ 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 WPC Smart Wishlist: list lookups, restock alerts

SleekAI's chatbot reads WPC Smart Wishlist user lists, product status, and stock levels from WordPress. Bring your own OpenAI, Anthropic, Google, or OpenRouter key and keep token usage visible per chat.

♾️ Lifetime License available

SleekAI chatbot for WPC Smart Wishlist for WooCommerce

A bot that knows what's on each customer's wishlist

WPC Smart Wishlist stores each list as a row in the wpcw_wishlists table for logged-in users, with the items as a serialized array. For guests it uses cookie-based storage so the same list survives across sessions on the same device. SleekAI maps the list's product IDs into the chatbot's system message and joins them with wp_posts, wp_postmeta, and wc_product_meta_lookup to read titles, prices, sale status, 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 list-review bot that reads the items, a single-product page can host a "why save this?" bot, and a logged-in account hub can host a multi-list comparison bot. All three can run together 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 my list" button or a restock dialog without rewriting the WPC plugin or its shortcodes.

Workflow

How SleekAI plugs into WPC Smart Wishlist

1

Map wishlist rows and product joins

Register variables that read the current user's row in wpcw_wishlists (or the cookie-based list for guests), then join each product ID with wp_posts and wc_product_meta_lookup. SleekAI injects titles, prices, sale flags, and stock at request time.
2

Scope wishlist and product-page bots

Use multibot to run a list-review bot on /wishlist/ and a save-for-later nudge on single product pages. Each one has its own instructions and presets, and display conditions handle login state so guests and members get correctly scoped behavior.
3

Add presets that match real questions

Configure preset buttons for "what's on my wishlist?", "what's on sale or back in stock?", "recommend a bundle", and "how do I get notified when an item returns?". Presets cut typing and keep the chat on the data SleekAI has mapped.
4

Review chats and refine

Open the SleekAI conversations view in WP Admin and filter by the wishlist bots. Look at which products show up most, which questions go unanswered, and which categories drive conversion. Use that to refine the system message, presets, or model.

Try it now

A typical WPC Smart Wishlist conversation

Logged-in shopper on /wishlist/ asks the chatbot to compare items and flag back-in-stock products. SleekAI reads the list and live product data.

Comparison

Generic chatbot vs SleekAI for WPC Smart Wishlist

Generic chatbot

  • Cannot read wpcw_wishlists or the cookie-based guest list
  • Has no view into live stock or sale status of saved products
  • Guesses item names instead of joining wp_posts by ID
  • Cannot scope by login state so guest lists leak between bots
  • Conversations stored on a SaaS dashboard outside WordPress

SleekAI chatbot

  • Reads wpcw_wishlists rows for logged-in customers in real time
  • Joins list product IDs with wp_posts and wc_product_meta_lookup
  • Detects sale status, stock levels, and price changes per item
  • Scopes bots by login state so guest and member lists stay separate
  • Logs every chat in wp_sleek_ai_messages with model and tokens

Features

What SleekAI gives you for WPC Smart Wishlist for WooCommerce

List-aware system prompt

Every saved item becomes part of the chatbot's system message. SleekAI joins the product IDs in wpcw_wishlists with wp_posts and wc_product_meta_lookup, so the bot sees titles, prices, sale flags, and stock and answers questions about the actual list rather than a generic shopping basket.

Restock and price-drop nudges

When stock returns or a price drops on a wishlist item, the bot can summarize the change and walk the visitor to the right product page. SleekAI reads stock_status and _sale_price on demand, so nudges are accurate at the moment the visitor asks rather than from a stale daily snapshot.

Cross-list and bundle ideas

Multibot can run a comparison bot scoped to /wishlist/ that reads the list, finds complementary products in the same category, and suggests bundles or pairings. The bot only references items that exist in your catalog, so suggestions never link to deleted products.

Use cases

Where a WPC Smart Wishlist chatbot earns its keep

Wishlist concierge

On the /wishlist/ page, a SleekAI bot reads the customer's list and answers "what's on sale?", "what's back in stock?", and "what should I buy first?". Cuts the gap between a saved list and an actual order by making the next step obvious.

Save-for-later nudge on product pages

Run a product-page bot that recognises an item is already on the customer's wishlist and offers context, like price history or stock movement. The bot reads the wishlist via the same mapped fields, so a single product page conversation can reference saved items.

Recovery nudge for stale lists

For logged-in shoppers who have not visited in a while, a recovery bot on /my-account/ can summarize what is still in stock, what dropped in price, and what is gone. The bot reads live data, so the recovery nudge does not promise a deal that no longer exists.

The bigger picture

Why a WPC Smart Wishlist chatbot matters

Wishlists capture intent that is too soft for a checkout but too strong for a bounce. WPC Smart Wishlist gives shoppers a tidy place to park that intent, and it does the hard work of persistence for both logged-in users and guests. What it does not do, and what no wishlist plugin really does, is keep the conversation going between the moment a list is saved and the moment a customer is ready to buy.

A chatbot that reads the same data WPC writes can carry that conversation. On the wishlist page it can summarize what is on sale, what is back in stock, and what to buy first. On a product page it can recognise a saved item and offer context that nudges the customer to act.

On the account hub it can recover stale lists with answers tied to the current catalog instead of a stale snapshot. SleekAI is built for that. The chatbot reads wpcw_wishlists, joins through standard WooCommerce meta, and answers in plain language.

Conversations live inside WordPress, the model provider is your own, and turning the bot off leaves WPC working exactly the way it always did. Turning it on adds a layer of self-service that scales with traffic instead of with headcount.

Questions

Common questions about SleekAI for WPC Smart Wishlist for WooCommerce

Yes. For logged-in shoppers, SleekAI reads the row for the current user in wpcw_wishlists and joins the saved product IDs with wp_posts and wc_product_meta_lookup. For guests it reads the cookie-based list. Either way, the bot sees the actual list, not a hypothetical one.

 

Yes. SleekAI maps wc_product_meta_lookup fields like _regular_price, _sale_price, and stock_status. The bot sees the live values when the visitor asks, so answers about sales and restocks reflect the current state of the catalog instead of a daily snapshot or training data.

 

Display conditions scope bots by login state. The list-review bot can run for both, but the underlying data source switches automatically. Logged-in users get the wpcw_wishlists row tied to their user ID. Guests get the cookie-based list. There is no leak between sessions or accounts.

 

No. The WPC shortcode keeps working as the visible wishlist UI. SleekAI sits on top as a conversational layer that explains the list, suggests next steps, and answers questions about stock or pricing. Both can live on the same page without conflict, and removing the bot leaves WPC 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.

 

Not directly. SleekAI does not replace your stock-notification plugin or the WPC "notify me" feature. The bot can read the request and point the visitor to the right product page where the notification button lives. The actual subscription happens through the existing mechanism.

 

Yes. With multibot you can either run one bot scoped to both URLs, or run two separate bots tuned for each context. Both approaches share the same wishlist data source, so a customer who saves an item on a product page sees the saved state in a follow-up chat on /wishlist/.

 

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