← All add-ons

MxChat WooCommerce

Version 1.7.9 · Updated 3 days ago

An AI sales assistant for your WooCommerce store. Customers chat naturally about products and the AI renders shopping cards, adds to cart, recommends complements, retrieves orders, and runs intelligent filtered search — all in conversation.

Features

  • Product Card Intent — chat-rendered product cards with image, name, price, and an "Add to Cart" button right inside the conversation.
  • Add to Cart Intent — AI identifies the right product from natural language ("add it", "that one", "the red one") and drops it in the customer's cart.
  • Intelligent Filtered Product Search — queries like "show me products under $30", "red shoes in stock", or "laptops between $500 and $1000" auto-extract price ranges, categories, attributes, and search terms.
  • Product Recommendation Intent — up to 4 AI-curated recommendations based on the customer's order history, current cart, and ongoing conversation. Includes images, prices, and the AI's reasoning.
  • Order History Intent — customers ask about past orders by date, product, or status and get instant answers without leaving the chat.
  • Checkout Intent — chat guides customers from product discovery straight to the checkout page seamlessly.
  • Multilingual support — works in any language, responds in the visitor's language. Filtered search handles non-English queries too.
  • Hybrid search engine — vector-based trigger detection + AI filter extraction + optional semantic re-ranking for relevance, with manual price validation so only correctly-priced products appear.

What's new

Version 1.7.9

  • Fixed With Auto Product Display set to Only AI-Mentioned Products, the cards under a streamed answer now show only the products the assistant actually named. Previously, on sites with streaming enabled, that setting was silently ignored and every retrieved product got a card - the assistant could name one cricket bat while the cards showed batting pads.
  • Improved Product matching is much more accurate on catalogs with similar product names - a product is no longer treated as mentioned just because its full name happens to sit inside a longer product name the assistant wrote, and a product link in the answer now always counts as the strongest signal.
  • Improved Product links the add-on returns - recommendation results, product cards, cart items, product inquiry and filtered-search answers - are now registered with MxChat's link guard as approved URLs. Enabling Citation Links (or the new Strip Unapproved Links setting in MxChat 3.2.20) can no longer strip a link to a real product out of an answer, and no code snippet on the mxchat_valid_urls filter is needed for it.
  • Improved Product cards in chat now show the store's currency code beside the price - $15.59 USD instead of a bare $15.59 - so a shopper can never misread which currency a price is in when the conversation mentions another one. The code is styled subtly, is skipped when the price has no amount or the currency (like CHF) already spells its own code, and always matches the displayed symbol, including under multi-currency switcher plugins, because both come from the store's active currency at render time. Prices quoted to the AI carry the same code, so answers can state the currency instead of guessing from a symbol.