✨ 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 WooCommerce Side Cart: answer cart questions in chat

SleekAI maps WooCommerce Side Cart settings and the live WooCommerce cart fragments into the bot's system message, so shoppers can ask about totals, free shipping thresholds, and coupons inline. Bring your own OpenAI, Anthropic, Google, or OpenRouter key.

♾️ Lifetime License available

SleekAI chatbot for WooCommerce Side Cart

A chatbot that lives next to your side cart

WooCommerce Side Cart (by XootiX) stores its display settings under xoo_wsc_settings in wp_options: cart width, icons, free-shipping reward bar thresholds, upsell visibility, save-for-later, and the [xoo_wsc_cart] shortcode. The cart contents themselves live in the standard WooCommerce session and refresh via AJAX fragments. SleekAI exposes both: the side cart's configured rules and the live cart state, so the bot can answer combinatorial questions without forcing the shopper to close the slider.

That keeps the conversion in the slider. A shopper asks how much more they need to add for free shipping, the bot reads the configured threshold from xoo_wsc_settings and the current subtotal and returns the exact dollar gap. A shopper wonders whether a coupon stacks with a Rewards milestone, the bot reads both the WooCommerce coupon rules and the side cart's reward configuration and explains the stacking logic.

Display conditions can scope the bot to the side cart context via the same XootiX hooks, so visitors who open the slider get the cart-aware bot and the rest of the site keeps the standard support flow. Conversation logs capture each cart question with model name and token usage, useful when operators want to test whether changing a free-shipping threshold actually moves conversions instead of just messages.

Workflow

How SleekAI plugs into Side Cart

1

Map the side cart settings

Use the SleekAI Wizard to expose xoo_wsc_settings as a named variable, including the free-shipping threshold and the Rewards tiers, so the bot quotes the same numbers the slider displays.
2

Read the live cart

Wire the WooCommerce cart contents and subtotal as a named variable that refreshes when AJAX fragments update. The bot now sees the same cart the shopper does in real time.
3

Tune the instruction

Add a short instruction line that tells the bot to always do the math when asked about a threshold, to confirm when free shipping is already active, and to explain coupon stacking with the Rewards tiers.
4

Watch the logs

Review SleekAI logs for which threshold and coupon questions repeat most. Adjust the configured threshold or rewrite the reward labels in xoo_wsc_settings, and the bot's next answer reflects the change immediately.

Try it now

A typical Side Cart conversation

Shopper checking their cart against a free shipping threshold and a Rewards milestone.

Comparison

Generic chatbot vs SleekAI for WooCommerce Side Cart

Generic chatbot

  • Cannot read xoo_wsc_settings thresholds
  • Has no access to the live cart fragments
  • Cannot calculate the gap to free shipping
  • Misses Rewards milestone math entirely
  • Forces shoppers to close the slider for help

SleekAI chatbot

  • Reads xoo_wsc_settings for thresholds
  • Knows live cart contents via WooCommerce fragments
  • Calculates exact gap to free shipping or Rewards
  • Stacks coupons and milestones correctly
  • Logs every cart question with model and token usage

Features

What SleekAI gives you for WooCommerce Side Cart

Free-shipping math

The bot reads the configured free-shipping threshold from xoo_wsc_settings and the live cart subtotal, then returns the exact dollar gap, so a shopper at $58.40 hears "$16.60 more," not a generic "add more to unlock free shipping".

Rewards milestones

Side Cart Pro's Rewards & Checkpoints feature sets dollar-amount tiers for free gifts and discounts. The bot reads each tier, the current cart, and explains how close the shopper is to the next reward without closing the slider.

Coupon stacking clarity

The bot knows which coupons apply to subtotal vs cart total and whether they stack with the Rewards tiers, so the answer to "does my SPRING10 still work" includes the post-coupon total and the rewards unlocked in the same reply.

Use cases

Where side-cart stores use SleekAI

Slide-out cart conversions

Stores using the side cart as their main basket UI handle threshold and coupon questions without forcing the shopper to navigate away to a full cart page.

Reward-driven upsells

Brands with multi-tier rewards (free shipping at $75, free sample at $100) explain the upgrade path in chat, so shoppers add the right product instead of guessing.

Coupon-heavy stores

Stores running multiple stacking coupons answer eligibility and combination questions in seconds, instead of letting shoppers test by adding and removing items in the slider.

The bigger picture

Why an AI layer on Side Cart lifts AOV

Side carts are a conversion tool first and a UI tool second. The point of putting the slider over the page instead of routing the shopper to a /cart URL is to keep the catalog visible and the friction low. The unfinished business is the same unfinished business every store has: shoppers stare at the cart total, wonder how close they are to free shipping, wonder whether a coupon they have stacks with a Rewards tier, and either guess or leave.

Side Cart Pro has done good work on this with multi-tier rewards and a free-shipping bar built into the slider, but those tools answer questions visually, not verbally. A chatbot that reads the same xoo_wsc_settings rules and the same live cart contents answers each question conversationally, in the same panel, without closing the slider. The shopper hears the exact dollar gap, the exact coupon stack, and the exact reward they would unlock by adding one more item.

That kind of clarity is what lifts AOV, because the shopper makes the decision with all the math in front of them instead of giving up. Generic chatbots cannot do this. They cannot read xoo_wsc_settings, they cannot see the cart, and they cannot do the subtraction.

They will either send the shopper to a FAQ page about free shipping (the slider closes, the cart cools) or guess at a threshold that does not match what the store actually configured. The variable mapping between the bot and the side cart's own settings closes the gap. It also lets the operator change a threshold in the panel and see the bot's next conversation pick up the new value, without rebuilding anything.

Questions

Common questions about SleekAI for WooCommerce Side Cart

Yes. Side Cart by XootiX stores its display, threshold, and rewards configuration in xoo_wsc_settings under wp_options. SleekAI exposes the option as a named variable on the bot's system message, so the bot quotes the same numbers the side cart UI is using on the same page.

 

Yes. Side Cart hooks into the standard WooCommerce cart fragments, so the cart contents and subtotal refresh via AJAX as products are added or removed. SleekAI reads from the same WooCommerce session, so the bot's view of the cart matches the slider in real time.

 

Yes. The free-shipping threshold is in xoo_wsc_settings and the cart subtotal is live. The bot subtracts the two and returns the gap. If the cart is already over the threshold, the bot confirms free shipping is active instead of misreporting a remaining amount.

 

Pro adds multi-tier rewards (free gift, free shipping, discount) based on cart total or quantity. SleekAI exposes each tier as part of the system message, so the bot can answer "what unlocks at $100" or "how close am I to the free Cedar sample" without the shopper closing the slider.

 

The bot does not auto-apply coupons by default. It can explain whether a code is valid, what the discount would be, and how it stacks with the active Rewards tiers. If the operator enables the coupon-apply tool, the bot can prepare a one-click link that updates the cart with the code applied.

 

Yes. The free version still stores xoo_wsc_settings with display options and basic configuration. Rewards and coupon-from-cart features are Pro, but the bot's core cart-awareness (live subtotal, free-shipping gap, product information) works on free installs.

 

No. SleekAI's chat UI loads asynchronously and only calls the model when the shopper opens chat. Side Cart's AJAX fragment flow is unchanged, so the slider's open and close times stay the same as before the bot was installed.

 

Every conversation logs to WordPress with the model name, token usage, and origin URL. Operators can sample logs to see which cart questions repeat most, then either change the threshold, rewrite the reward labels, or pin presets so the answer comes back faster on the next session.

 

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